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:
parent
995d7da02d
commit
b40764fbd2
1 changed files with 2 additions and 2 deletions
|
@ -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 ];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue