gnome-shell-extension-burn-my-windows: 31 -> 34

This commit is contained in:
Gabriel Arazas 2023-06-16 13:12:44 +08:00
parent 1f834c6592
commit 6b5ca3fb69
No known key found for this signature in database
GPG Key ID: ADE0C41DAB221FCC

View File

@ -8,13 +8,13 @@
# Please refer to the `pkgs/desktops/gnome/extensions/{extensions.json,extensionRenames.nix}` in the future to check.
stdenv.mkDerivation rec {
pname = "gnome-shell-extension-burn-my-windows";
version = "31";
version = "34";
src = fetchFromGitHub {
owner = "Schneegans";
repo = "Burn-My-Windows";
rev = "v${version}";
sha256 = "sha256-2UovHCVP2fsAbD87mq5yxOvGGS80ro2cONSVvC+kO8Q=";
sha256 = "sha256-CseLQpxTK6kzc4aSm3U17AyJ05mv5RmocCxIMngMhO8=";
};
nativeBuildInputs = [ glib gettext ];