gnomeExtensions.unite: 83 -> 84

This commit is contained in:
R. Ryantm
2025-11-16 15:25:25 +00:00
parent 5dec4550e8
commit 57916dae3d
@@ -9,13 +9,13 @@
stdenv.mkDerivation rec {
pname = "gnome-shell-extension-unite";
version = "83";
version = "84";
src = fetchFromGitHub {
owner = "hardpixel";
repo = "unite-shell";
rev = "v${version}";
hash = "sha256-L920BTDEQd/XP+Qa/f4VniCTJhVGgjipCcTAYPdfXg8=";
hash = "sha256-ZaZs+PqnwMHfCejPt4wBZttT4J5gUlFQ8NjhaOPWGqQ=";
};
passthru = {