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: 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.
|
# 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 = "12";
|
version = "13";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "Schneegans";
|
owner = "Schneegans";
|
||||||
repo = "Burn-My-Windows";
|
repo = "Burn-My-Windows";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "sha256-/Yz8wKpUWzv5E2Ij92bLz3YgWkWcYRlfSbsup6CYDok=";
|
sha256 = "sha256-ZM290LJmLTAGYnJHIWapk3O76flJGprwDWjzDIZux8E=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ glib gettext ];
|
nativeBuildInputs = [ glib gettext ];
|
||||||
|
Loading…
Reference in New Issue
Block a user