mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 15:33:13 +00:00
gnomeExtensions.gsconnect: 35 -> 38
https://github.com/andyholmes/gnome-shell-extension-gsconnect/releases/tag/v38 https://github.com/andyholmes/gnome-shell-extension-gsconnect/releases/tag/v37 https://github.com/andyholmes/gnome-shell-extension-gsconnect/releases/tag/v36
This commit is contained in:
parent
adc908a873
commit
b62c2af71e
@ -4,13 +4,13 @@
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "gnome-shell-gsconnect";
|
||||
version = "35";
|
||||
version = "38";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "andyholmes";
|
||||
repo = "gnome-shell-extension-gsconnect";
|
||||
rev = "v${version}";
|
||||
sha256 = "10z8kkp5agf2bfn10ad0kbhbf6hhx6vjpdh2y0z7qf28s55kd8qs";
|
||||
sha256 = "1z5wn3n1sqc2xdxiq0g3dkga7srz5ak41qdyjsh9pzb5x93dxzi5";
|
||||
};
|
||||
|
||||
patches = [
|
||||
|
Loading…
Reference in New Issue
Block a user