Merge pull request #330411 from r-ryantm/auto-update/gnomeExtensions.unite

gnomeExtensions.unite: 78 -> 79
This commit is contained in:
Masum Reza 2024-08-19 18:14:10 +05:30 committed by GitHub
commit 00221e9e2e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 = {