gruvbox-plus-icons: 6.3.0 -> 6.4.0 (#511743)

This commit is contained in:
Michael Daniels
2026-04-24 01:28:29 +00:00
committed by GitHub
@@ -3,8 +3,7 @@
stdenvNoCC,
fetchFromGitHub,
gtk3,
plasma5Packages,
gnome-icon-theme,
kdePackages,
hicolor-icon-theme,
nix-update-script,
folder-color ? "plasma", # Supported colors: black blue caramel citron firebrick gold green grey highland jade lavender lime olive orange pistachio plasma pumpkin purple red rust sapphire tomato violet white yellow
@@ -12,13 +11,13 @@
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "gruvbox-plus-icons";
version = "6.3.0";
version = "6.4.0";
src = fetchFromGitHub {
owner = "SylEleuth";
repo = "gruvbox-plus-icon-pack";
tag = "v${finalAttrs.version}";
hash = "sha256-4UJOiDdw5BxtOjLQjCpkQnUwQRs49GZTShpcElWjAU8=";
hash = "sha256-t4bQeK9jwaE3nRZEhks9QARKkxKdH9ZTSgPIby323Jc=";
};
patches = [ ./folder-color.patch ];
@@ -26,8 +25,7 @@ stdenvNoCC.mkDerivation (finalAttrs: {
nativeBuildInputs = [ gtk3 ];
propagatedBuildInputs = [
plasma5Packages.breeze-icons
gnome-icon-theme
kdePackages.breeze-icons
hicolor-icon-theme
];
@@ -48,6 +46,7 @@ stdenvNoCC.mkDerivation (finalAttrs: {
dontDropIconThemeCache = true;
dontBuild = true;
dontConfigure = true;
dontWrapQtApps = true;
passthru.updateScript = nix-update-script { };