1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-17 19:21:04 +00:00

gnomeExtensions: update (#352798)

This commit is contained in:
Fabián Heredia Montiel 2024-11-04 17:22:38 -06:00 committed by GitHub
commit 18e8b4e863
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 578 additions and 364 deletions

File diff suppressed because it is too large Load diff

View file

@ -22,7 +22,7 @@
stdenv.mkDerivation rec {
pname = "gnome-shell-extension-gsconnect";
version = "57";
version = "58";
outputs = [ "out" "installedTests" ];
@ -30,7 +30,7 @@ stdenv.mkDerivation rec {
owner = "GSConnect";
repo = "gnome-shell-extension-gsconnect";
rev = "v${version}";
hash = "sha256-0o5CEkdFPL7bZkHIA/zFWB8sY1OYROl4P3rl24+lze0=";
hash = "sha256-bpy4G+f3NJ2iVsycPluV+98at0G2wlp7t5cPEMGM90s=";
};
patches = [