gnomeExtensions.gsconnect: 44 → 46

This commit is contained in:
Jan Tojnar 2021-04-15 23:25:17 +02:00
parent 316928e8c1
commit e7d20b0b51
No known key found for this signature in database
GPG key ID: 7FAB2A15F7A607A4

View file

@ -19,7 +19,7 @@
stdenv.mkDerivation rec {
pname = "gnome-shell-gsconnect";
version = "44";
version = "46";
outputs = [ "out" "installedTests" ];
@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
owner = "andyholmes";
repo = "gnome-shell-extension-gsconnect";
rev = "v${version}";
sha256 = "C+8mhK4UOs2iZplDyY45bCX0mMGgwVV/ZfaPpYUlWxA=";
sha256 = "161379kipr6z6gbhchb5b17djrkg5fbvblyyabzkc2gv05r3h6fw";
};
patches = [