gnome-shell-extension-burn-my-windows: 6 -> 7

This commit is contained in:
foo-dogsquared 2022-01-04 07:39:08 +08:00
parent 835502ed68
commit 38c73eeeaf

View File

@ -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 = "6"; version = "7";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "Schneegans"; owner = "Schneegans";
repo = "Burn-My-Windows"; repo = "Burn-My-Windows";
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-1U6TAFrwssaDMFAWKyo4YhFthA/z65+f1QpANB8owgo="; sha256 = "sha256-Lc8UH9mWd4pvCzW+ySQMaZMyw86nVoFlkcpu1wycI5Q=";
}; };
nativeBuildInputs = [ glib gettext ]; nativeBuildInputs = [ glib gettext ];