gnomeExtensions.unite: 82 -> 83

This commit is contained in:
R. Ryantm
2025-09-08 14:24:32 +00:00
parent 90a49d004a
commit f2285d8877
@@ -9,13 +9,13 @@
stdenv.mkDerivation rec {
pname = "gnome-shell-extension-unite";
version = "82";
version = "83";
src = fetchFromGitHub {
owner = "hardpixel";
repo = "unite-shell";
rev = "v${version}";
hash = "sha256-Ceo0HQupiihD6GW6/PUbjuArOXtPtAmUPxmNi7DS8E0=";
hash = "sha256-L920BTDEQd/XP+Qa/f4VniCTJhVGgjipCcTAYPdfXg8=";
};
passthru = {