Skip to content

Commit

Permalink
gnomeExtensions.gsconnect: 57 -> 58
Browse files Browse the repository at this point in the history
  • Loading branch information
fabianhjr committed Oct 31, 2024
1 parent f3f4455 commit e2f176c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/desktops/gnome/extensions/gsconnect/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@

stdenv.mkDerivation rec {
pname = "gnome-shell-extension-gsconnect";
version = "57";
version = "58";

outputs = [ "out" "installedTests" ];

src = fetchFromGitHub {
owner = "GSConnect";
repo = "gnome-shell-extension-gsconnect";
rev = "v${version}";
hash = "sha256-0o5CEkdFPL7bZkHIA/zFWB8sY1OYROl4P3rl24+lze0=";
hash = "sha256-bpy4G+f3NJ2iVsycPluV+98at0G2wlp7t5cPEMGM90s=";
};

patches = [
Expand Down

0 comments on commit e2f176c

Please sign in to comment.