mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-02-12 06:19:00 +00:00
gnome-shell-extension-burn-my-windows: 21 -> 24
This commit is contained in:
parent
2e466e4561
commit
83aaea863e
@ -8,13 +8,13 @@
|
|||||||
# Please refer to the `pkgs/desktops/gnome/extensions/{extensions.json,extensionRenames.nix}` in the future to check.
|
# Please refer to the `pkgs/desktops/gnome/extensions/{extensions.json,extensionRenames.nix}` in the future to check.
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "gnome-shell-extension-burn-my-windows";
|
pname = "gnome-shell-extension-burn-my-windows";
|
||||||
version = "21";
|
version = "24";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "Schneegans";
|
owner = "Schneegans";
|
||||||
repo = "Burn-My-Windows";
|
repo = "Burn-My-Windows";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "sha256-JAs51+6fYJayHtYiPdSrcXza3QdD7HMWtAPhewh1kx0=";
|
sha256 = "sha256-O7gk5F+GtX8/NavpCagSW5hBnb+MBzHF3NLzmdNWqtA=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ glib gettext ];
|
nativeBuildInputs = [ glib gettext ];
|
||||||
|
Loading…
Reference in New Issue
Block a user