Merge pull request #319565 from r-ryantm/auto-update/gruvbox-plus-icons

gruvbox-plus-icons: 5.3.1 -> 5.4.0
This commit is contained in:
h7x4 2024-06-15 18:11:25 +02:00 committed by GitHub
commit d311769871
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,13 +10,13 @@
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "gruvbox-plus-icons";
version = "5.3.1";
version = "5.4.0";
src = fetchFromGitHub {
owner = "SylEleuth";
repo = "gruvbox-plus-icon-pack";
rev = "v${finalAttrs.version}";
sha256 = "sha256-Y+wNmZTVWsg6Hn+fak71jnoZ72Cz/8YYpGWkKr4+C9Q=";
sha256 = "sha256-mtOYoaejK6ZGPcM4IxXs6l6oXGP9WSMw5N7JIF3n67s=";
};
nativeBuildInputs = [ gtk3 ];