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.
1 parent 354c08e commit 1e191cbCopy full SHA for 1e191cb
pkgs/by-name/mi/mint-x-icons/package.nix
@@ -11,13 +11,13 @@
11
12
stdenvNoCC.mkDerivation rec {
13
pname = "mint-x-icons";
14
- version = "1.7.1";
+ version = "1.7.2";
15
16
src = fetchFromGitHub {
17
owner = "linuxmint";
18
repo = pname;
19
rev = version;
20
- hash = "sha256-OiMQpVT5cydhw6Lb+vW+LiB/4gRuRhKXe93ocFj6qa4=";
+ hash = "sha256-9oXMMLVjirzRVJ0Pmd/1LjeeNUgYMKaGeih3eQA7k5U=";
21
};
22
23
propagatedBuildInputs = [
0 commit comments