gnomeExtensions.gsconnect: 38 -> 39

This commit is contained in:
Doron Behar 2020-07-31 11:19:08 +03:00 committed by Bjørn Forsman
parent a6be13831a
commit b0edcfd09b

View file

@ -4,13 +4,13 @@
stdenv.mkDerivation rec {
pname = "gnome-shell-gsconnect";
version = "38";
version = "39";
src = fetchFromGitHub {
owner = "andyholmes";
repo = "gnome-shell-extension-gsconnect";
rev = "v${version}";
sha256 = "1z5wn3n1sqc2xdxiq0g3dkga7srz5ak41qdyjsh9pzb5x93dxzi5";
sha256 = "0d2wypf36p95v756arf06gfilpb48gp55i1xbqnqvcd10n3q4zc2";
};
patches = [