Skip to content

Commit 9ea3418

Browse files
authored
colloid-icon-theme: 2024-02-28 -> 2024-08-31 (#338677)
2 parents c90f794 + 3e1ad65 commit 9ea3418

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/data/icons/colloid-icon-theme/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@ lib.checkListOfEnum "${pname}: color variants" [ "default" "purple" "pink" "red"
1818

1919
stdenvNoCC.mkDerivation rec {
2020
inherit pname;
21-
version = "2024-02-28";
21+
version = "2024-08-31";
2222

2323
src = fetchFromGitHub {
2424
owner = "vinceliuice";
2525
repo = pname;
2626
rev = version;
27-
hash = "sha256-bTN6x3t88yBL4WsPfOJIiNGWTywdIVi7E2VJKgMzEso=";
27+
hash = "sha256-/eUlc+fnmQZ61qE/JWZDiR0mMPntLOec0nmevJa7lrc=";
2828
};
2929

3030
nativeBuildInputs = [

0 commit comments

Comments
 (0)