Unverified Commit b2f6666e authored by Michael Daniels's avatar Michael Daniels Committed by GitHub
Browse files

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

parents ebb9d6b0 2999de09
Loading
Loading
Loading
Loading
+5 −6
Original line number Diff line number Diff line
@@ -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 { };