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: 12 -> 13
This commit is contained in:
parent
43b1432f7b
commit
22d56a73e7
@ -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 = "12";
|
||||
version = "13";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "Schneegans";
|
||||
repo = "Burn-My-Windows";
|
||||
rev = "v${version}";
|
||||
sha256 = "sha256-/Yz8wKpUWzv5E2Ij92bLz3YgWkWcYRlfSbsup6CYDok=";
|
||||
sha256 = "sha256-ZM290LJmLTAGYnJHIWapk3O76flJGprwDWjzDIZux8E=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ glib gettext ];
|
||||
|
Loading…
Reference in New Issue
Block a user