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: 8 -> 9
This commit is contained in:
parent
e617dcb433
commit
b750b29031
@ -3,13 +3,13 @@
|
||||
# TODO: Deprecate this package once it is successfully packaged in nixpkgs.
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "gnome-shell-extension-burn-my-windows";
|
||||
version = "8";
|
||||
version = "9";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "Schneegans";
|
||||
repo = "Burn-My-Windows";
|
||||
rev = "v${version}";
|
||||
sha256 = "sha256-76sFmfJ9EhqeeOC79E3iODNAoz8b9xpm7WKsOGXusWs=";
|
||||
sha256 = "sha256-NwwgPWCRjHMt/CPZe8+/G6NkJ6ZJP0iJpFopxgkw3jc=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ glib gettext ];
|
||||
|
Loading…
Reference in New Issue
Block a user