0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-12 05:16:25 +03:00

gnomeExtensions.guillotine: 25 -> 26

This commit is contained in:
Luna Perego 2025-03-24 19:09:34 +01:00
parent 995d7da02d
commit b40764fbd2
No known key found for this signature in database
GPG key ID: 05787332921708FF

View file

@ -9,13 +9,13 @@
# https://gitlab.com/ente76/guillotine/-/issues/17 # https://gitlab.com/ente76/guillotine/-/issues/17
stdenv.mkDerivation (finalAttrs: { stdenv.mkDerivation (finalAttrs: {
pname = "gnome-shell-extension-guillotine"; pname = "gnome-shell-extension-guillotine";
version = "25"; version = "26";
src = fetchFromGitLab { src = fetchFromGitLab {
owner = "ente76"; owner = "ente76";
repo = "guillotine"; repo = "guillotine";
rev = "v${finalAttrs.version}"; rev = "v${finalAttrs.version}";
hash = "sha256-HEk1owolLIea4kymoVVeviZ1Ms0kSuHWUda+u+uIh0A="; hash = "sha256-6RuHargk7sq6oUKj+aGPFp3t0LJCpj6RwLhNzAM5wVA=";
}; };
nativeBuildInputs = [ glib ]; nativeBuildInputs = [ glib ];