Skip to content

Commit c5c594d

Browse files
authored
Merge gnomeExtensions.guillotine: 25 -> 26 (#398399)
2 parents f777a74 + b40764f commit c5c594d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/desktops/gnome/extensions/guillotine/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@
99
# https://gitlab.com/ente76/guillotine/-/issues/17
1010
stdenv.mkDerivation (finalAttrs: {
1111
pname = "gnome-shell-extension-guillotine";
12-
version = "25";
12+
version = "26";
1313

1414
src = fetchFromGitLab {
1515
owner = "ente76";
1616
repo = "guillotine";
1717
rev = "v${finalAttrs.version}";
18-
hash = "sha256-HEk1owolLIea4kymoVVeviZ1Ms0kSuHWUda+u+uIh0A=";
18+
hash = "sha256-6RuHargk7sq6oUKj+aGPFp3t0LJCpj6RwLhNzAM5wVA=";
1919
};
2020

2121
nativeBuildInputs = [ glib ];

0 commit comments

Comments
 (0)