Unverified Commit f0f31610 authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

Merge pull request #305716 from id3v1669/gruvbox-plus-icons

gruvbox-plus-icons: unstable-2023-12-07 -> 5.3.1
parents ea6de91e 23211a90
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -8,15 +8,15 @@
, hicolor-icon-theme
}:

stdenvNoCC.mkDerivation {
stdenvNoCC.mkDerivation (finalAttrs: {
  pname = "gruvbox-plus-icons";
  version = "unstable-2023-12-07";
  version = "5.3.1";

  src = fetchFromGitHub {
    owner = "SylEleuth";
    repo = "gruvbox-plus-icon-pack";
    rev = "f3109979fe93b31ea14eb2d5c04247a895302ea0";
    sha256 = "sha256-EijTEDkPmcDcMhCuL6fOWjU9eXFUwmeOEwfGlxadb1U=";
    rev = "v${finalAttrs.version}";
    sha256 = "sha256-Y+wNmZTVWsg6Hn+fak71jnoZ72Cz/8YYpGWkKr4+C9Q=";
  };

  nativeBuildInputs = [ gtk3 ];
@@ -44,4 +44,4 @@ stdenvNoCC.mkDerivation {
    platforms = platforms.linux;
    maintainers = with maintainers; [ eureka-cpu RGBCube ];
  };
}
})