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

This commit is contained in:
Gabriel Arazas 2022-01-18 11:44:04 +08:00
parent 1ae2f4e583
commit 3148121bf6

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 = "7"; version = "8";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "Schneegans"; owner = "Schneegans";
repo = "Burn-My-Windows"; repo = "Burn-My-Windows";
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-Lc8UH9mWd4pvCzW+ySQMaZMyw86nVoFlkcpu1wycI5Q="; sha256 = "sha256-76sFmfJ9EhqeeOC79E3iODNAoz8b9xpm7WKsOGXusWs=";
}; };
nativeBuildInputs = [ glib gettext ]; nativeBuildInputs = [ glib gettext ];