Merge pull request #103666 from doronbehar/pkg/gnomeExtensions/gsconnect

gnomeExtensions.gsconnect: 43 -> 44
This commit is contained in:
Doron Behar 2020-11-14 11:00:35 +02:00 committed by GitHub
commit d67b00e8f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,7 +23,7 @@
stdenv.mkDerivation rec {
pname = "gnome-shell-gsconnect";
version = "43";
version = "44";
outputs = [ "out" "installedTests" ];
@ -31,7 +31,7 @@ stdenv.mkDerivation rec {
owner = "andyholmes";
repo = "gnome-shell-extension-gsconnect";
rev = "v${version}";
sha256 = "0hm14hg4nhv9hrmjcf9dgm7dsvzpjfifihjmb6yc78y9yjw0i3v7";
sha256 = "C+8mhK4UOs2iZplDyY45bCX0mMGgwVV/ZfaPpYUlWxA=";
};
patches = [