gnomeExtensions.gsconnect: 31 -> 35

This commit is contained in:
Tor Hedin Brønner
2020-03-04 10:38:16 +01:00
committed by Jan Tojnar
parent e0e99537ad
commit a786b8bc42

View File

@@ -4,13 +4,13 @@
stdenv.mkDerivation rec {
pname = "gnome-shell-gsconnect";
version = "31";
version = "35";
src = fetchFromGitHub {
owner = "andyholmes";
repo = "gnome-shell-extension-gsconnect";
rev = "v${version}";
sha256 = "0nricm31jh4akncs0rkkilmq9afg7kgbj5cy7w26pfqb3l4nhifg";
sha256 = "GqM2S9FIOHw+8AK2K7fpEBq34JqgKRCsW8I9Ve6c6IM=";
};
patches = [