gnomeExtensions.unite: 81 -> 82

This commit is contained in:
R. Ryantm
2025-03-27 07:10:13 +01:00
committed by Jan Tojnar
parent 0ae1a66176
commit e64dc7696d
@@ -9,13 +9,13 @@
stdenv.mkDerivation rec {
pname = "gnome-shell-extension-unite";
version = "81";
version = "82";
src = fetchFromGitHub {
owner = "hardpixel";
repo = "unite-shell";
rev = "v${version}";
hash = "sha256-VGanUhZ1Lh0L7lMThR1PzSoRHU8AOSIIqUOpjNUULk8=";
hash = "sha256-Ceo0HQupiihD6GW6/PUbjuArOXtPtAmUPxmNi7DS8E0=";
};
passthru = {