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 61d92b8 + b6e7bcd commit ad4f3bcCopy full SHA for ad4f3bc
pkgs/by-name/co/colloid-icon-theme/package.nix
@@ -44,13 +44,13 @@ lib.checkListOfEnum "${pname}: scheme variants"
44
stdenvNoCC.mkDerivation
45
rec {
46
inherit pname;
47
- version = "2024-10-18";
+ version = "2025-02-09";
48
49
src = fetchFromGitHub {
50
owner = "vinceliuice";
51
repo = pname;
52
rev = version;
53
- hash = "sha256-xpRgOt/FqZSbtOlZKlZS1ILQn6OAwqKAXX3hj41Wo+0=";
+ hash = "sha256-x2SSaIkKm1415avO7R6TPkpghM30HmMdjMFUUyPWZsk=";
54
};
55
56
nativeBuildInputs = [
0 commit comments