Commit 3e1ad65c authored by R. RyanTM's avatar R. RyanTM
Browse files

colloid-icon-theme: 2024-02-28 -> 2024-08-31

parent 151889cd
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 = "2024-02-28";
  version = "2024-08-31";

  src = fetchFromGitHub {
    owner = "vinceliuice";
    repo = pname;
    rev = version;
    hash = "sha256-bTN6x3t88yBL4WsPfOJIiNGWTywdIVi7E2VJKgMzEso=";
    hash = "sha256-/eUlc+fnmQZ61qE/JWZDiR0mMPntLOec0nmevJa7lrc=";
  };

  nativeBuildInputs = [