Unverified Commit 1d001792 authored by José Romildo Malaquias's avatar José Romildo Malaquias Committed by GitHub
Browse files

Merge pull request #292811 from r-ryantm/auto-update/colloid-icon-theme

colloid-icon-theme: 2023-07-01 -> 2024-02-28
parents a0a754e1 935ee8ea
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -18,13 +18,13 @@ lib.checkListOfEnum "${pname}: color variants" [ "default" "purple" "pink" "red"

stdenvNoCC.mkDerivation rec {
  inherit pname;
  version = "2023-07-01";
  version = "2024-02-28";

  src = fetchFromGitHub {
    owner = "vinceliuice";
    repo = pname;
    rev = version;
    hash = "sha256-2J6LmDV/Y2+x+nK3mO+t4MnmZCbVwDLX0tDG6BmLgqo=";
    hash = "sha256-bTN6x3t88yBL4WsPfOJIiNGWTywdIVi7E2VJKgMzEso=";
  };

  nativeBuildInputs = [