We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c90f794 + 3e1ad65 commit 9ea3418Copy full SHA for 9ea3418
pkgs/data/icons/colloid-icon-theme/default.nix
@@ -18,13 +18,13 @@ lib.checkListOfEnum "${pname}: color variants" [ "default" "purple" "pink" "red"
18
19
stdenvNoCC.mkDerivation rec {
20
inherit pname;
21
- version = "2024-02-28";
+ version = "2024-08-31";
22
23
src = fetchFromGitHub {
24
owner = "vinceliuice";
25
repo = pname;
26
rev = version;
27
- hash = "sha256-bTN6x3t88yBL4WsPfOJIiNGWTywdIVi7E2VJKgMzEso=";
+ hash = "sha256-/eUlc+fnmQZ61qE/JWZDiR0mMPntLOec0nmevJa7lrc=";
28
};
29
30
nativeBuildInputs = [
0 commit comments