gnome-shell-extension-burn-my-windows: 21 -> 24

This commit is contained in:
Gabriel Arazas 2023-01-15 10:32:37 +08:00
parent 2e466e4561
commit 83aaea863e

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 = "21";
version = "24";
src = fetchFromGitHub {
owner = "Schneegans";
repo = "Burn-My-Windows";
rev = "v${version}";
sha256 = "sha256-JAs51+6fYJayHtYiPdSrcXza3QdD7HMWtAPhewh1kx0=";
sha256 = "sha256-O7gk5F+GtX8/NavpCagSW5hBnb+MBzHF3NLzmdNWqtA=";
};
nativeBuildInputs = [ glib gettext ];