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 62a20c2 + 1167f19 commit d8a2fa6Copy full SHA for d8a2fa6
pkgs/data/icons/numix-icon-theme-square/default.nix
@@ -2,13 +2,13 @@
2
3
stdenvNoCC.mkDerivation rec {
4
pname = "numix-icon-theme-square";
5
- version = "24.04.22";
+ version = "24.07.19";
6
7
src = fetchFromGitHub {
8
owner = "numixproject";
9
repo = pname;
10
rev = version;
11
- sha256 = "sha256-Co6tMvYFl0v4pZSGtamlIb6g6koAUyC0xyxcQig62J4=";
+ sha256 = "sha256-mHCQpFBBnJfmMA0o5BVt8IWhHIcMSaReCezVgVqVAw4=";
12
};
13
14
nativeBuildInputs = [ gtk3 ];
0 commit comments