mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-04-16 06:19:11 +00:00
gnome-shell-extension-burn-my-windows: 4 -> 6
This commit is contained in:
parent
c224f4dd76
commit
bc3346ea31
@ -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 = "4";
|
||||
version = "6";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "Schneegans";
|
||||
repo = "Burn-My-Windows";
|
||||
rev = "v${version}";
|
||||
sha256 = "sha256-jp1QJXIXenQRobVNVUZ/Qf+ReS7ptNlW7o8MgotB4b8=";
|
||||
sha256 = "sha256-1U6TAFrwssaDMFAWKyo4YhFthA/z65+f1QpANB8owgo=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ glib gettext ];
|
||||
|
Loading…
Reference in New Issue
Block a user