mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-31 04:58:01 +00:00
gnome-shell-extension-burn-my-windows: 9 -> 10
This commit is contained in:
parent
4ec2730ad8
commit
4aaf393a81
@ -3,13 +3,13 @@
|
|||||||
# TODO: Deprecate this package once it is successfully packaged in nixpkgs.
|
# TODO: Deprecate this package once it is successfully packaged in nixpkgs.
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "gnome-shell-extension-burn-my-windows";
|
pname = "gnome-shell-extension-burn-my-windows";
|
||||||
version = "9";
|
version = "10";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "Schneegans";
|
owner = "Schneegans";
|
||||||
repo = "Burn-My-Windows";
|
repo = "Burn-My-Windows";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "sha256-NwwgPWCRjHMt/CPZe8+/G6NkJ6ZJP0iJpFopxgkw3jc=";
|
sha256 = "sha256-OVW3qsL+jaFjjCw3BdAIdI09NONaG75stEN2INYOoWc=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ glib gettext ];
|
nativeBuildInputs = [ glib gettext ];
|
||||||
|
Loading…
Reference in New Issue
Block a user