gruvbox-plus-icons: 6.2.0 -> 6.3.0

This commit is contained in:
R. Ryantm
2025-08-14 08:31:59 +00:00
parent aebb310757
commit 75a97f79c2
@@ -12,13 +12,13 @@
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "gruvbox-plus-icons";
version = "6.2.0";
version = "6.3.0";
src = fetchFromGitHub {
owner = "SylEleuth";
repo = "gruvbox-plus-icon-pack";
tag = "v${finalAttrs.version}";
hash = "sha256-MCof2CFQfh/ChFNlsxw9BmrFf1A804HzWoHJdNsrW74=";
hash = "sha256-4UJOiDdw5BxtOjLQjCpkQnUwQRs49GZTShpcElWjAU8=";
};
patches = [ ./folder-color.patch ];