We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 995d7da commit b40764fCopy full SHA for b40764f
pkgs/desktops/gnome/extensions/guillotine/default.nix
@@ -9,13 +9,13 @@
9
# https://gitlab.com/ente76/guillotine/-/issues/17
10
stdenv.mkDerivation (finalAttrs: {
11
pname = "gnome-shell-extension-guillotine";
12
- version = "25";
+ version = "26";
13
14
src = fetchFromGitLab {
15
owner = "ente76";
16
repo = "guillotine";
17
rev = "v${finalAttrs.version}";
18
- hash = "sha256-HEk1owolLIea4kymoVVeviZ1Ms0kSuHWUda+u+uIh0A=";
+ hash = "sha256-6RuHargk7sq6oUKj+aGPFp3t0LJCpj6RwLhNzAM5wVA=";
19
};
20
21
nativeBuildInputs = [ glib ];
0 commit comments