gnomeExtensions.unite: 80 -> 81 (#385948)

This commit is contained in:
Wolfgang Walther
2025-03-16 12:34:15 +00:00
committed by GitHub
@@ -9,13 +9,13 @@
stdenv.mkDerivation rec {
pname = "gnome-shell-extension-unite";
version = "80";
version = "81";
src = fetchFromGitHub {
owner = "hardpixel";
repo = "unite-shell";
rev = "v${version}";
hash = "sha256-mK5EoGlfJ6JGQkKuYFg1wxwyL5p+woIlJfkj9UWozio=";
hash = "sha256-VGanUhZ1Lh0L7lMThR1PzSoRHU8AOSIIqUOpjNUULk8=";
};
passthru = {