gnomeExtensions.unite: 78 -> 79

This commit is contained in:
R. Ryantm
2024-07-27 13:04:05 +00:00
parent 1f12de7a33
commit b2d3c481e6
@@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "gnome-shell-extension-unite";
version = "78";
version = "79";
src = fetchFromGitHub {
owner = "hardpixel";
repo = "unite-shell";
rev = "v${version}";
hash = "sha256-4fOCgStMPzUg2QxYeX6tU/WUaGOn1YUyheZp6YNeODA=";
hash = "sha256-OyxNibjQn7VBEdAPUaGd0MEgzCzpaFqViMKhF52haUI=";
};
passthru = {