Skip to content

Commit

Permalink
gnomeExtensions.guillotine: 24 -> 25 (#368653)
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfgangwalther authored Jan 14, 2025
2 parents f04eeaa + 2a7323b commit 09b49e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/desktops/gnome/extensions/guillotine/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@
# https://gitlab.com/ente76/guillotine/-/issues/17
stdenv.mkDerivation (finalAttrs: {
pname = "gnome-shell-extension-guillotine";
version = "24";
version = "25";

src = fetchFromGitLab {
owner = "ente76";
repo = "guillotine";
rev = "v${finalAttrs.version}";
hash = "sha256-eNhK3h9luPGXHR3lPkfu/mUN9+ixma64rbCk0cjF4Fc=";
hash = "sha256-HEk1owolLIea4kymoVVeviZ1Ms0kSuHWUda+u+uIh0A=";
};

nativeBuildInputs = [ glib ];
Expand Down

0 comments on commit 09b49e7

Please sign in to comment.