mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-31 10:58:02 +00:00
gnome-shell-extension-burn-my-windows: 7 -> 8
This commit is contained in:
parent
1ae2f4e583
commit
3148121bf6
@ -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 = "7";
|
version = "8";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "Schneegans";
|
owner = "Schneegans";
|
||||||
repo = "Burn-My-Windows";
|
repo = "Burn-My-Windows";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "sha256-Lc8UH9mWd4pvCzW+ySQMaZMyw86nVoFlkcpu1wycI5Q=";
|
sha256 = "sha256-76sFmfJ9EhqeeOC79E3iODNAoz8b9xpm7WKsOGXusWs=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ glib gettext ];
|
nativeBuildInputs = [ glib gettext ];
|
||||||
|
Loading…
Reference in New Issue
Block a user