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 b4119a4 + aaffd37 commit 4716adaCopy full SHA for 4716ada
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-08-31";
+ version = "2024-10-18";
22
23
src = fetchFromGitHub {
24
owner = "vinceliuice";
25
repo = pname;
26
rev = version;
27
- hash = "sha256-/eUlc+fnmQZ61qE/JWZDiR0mMPntLOec0nmevJa7lrc=";
+ hash = "sha256-xpRgOt/FqZSbtOlZKlZS1ILQn6OAwqKAXX3hj41Wo+0=";
28
};
29
30
nativeBuildInputs = [
0 commit comments