gnomeExtensions.easyScreenCast: 1.7.0 -> 1.7.1

This commit is contained in:
R. Ryantm 2023-10-10 04:37:37 +00:00
parent 8a0223ec08
commit dee45a49a4

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "gnome-shell-extension-EasyScreenCast";
version = "1.7.0";
version = "1.7.1";
src = fetchFromGitHub {
owner = "EasyScreenCast";
repo = "EasyScreenCast";
rev = finalAttrs.version;
hash = "sha256-+cH/gczCdxoSrLp5nD82Spo8bSGyRnUUut3Xkmr9f3o=";
hash = "sha256-G7wdRFA0qL+6inVRLAmKoP0E0IOyvlmQIUwbDv/DbLI=";
};
patches = [