Skip to content

Commit 4716ada

Browse files
authored
colloid-icon-theme: 2024-08-31 -> 2024-10-18 (#352595)
2 parents b4119a4 + aaffd37 commit 4716ada

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-08-31";
21+
version = "2024-10-18";
2222

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

3030
nativeBuildInputs = [

0 commit comments

Comments
 (0)