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 36e403d commit 354c08eCopy full SHA for 354c08e
pkgs/by-name/mi/mint-y-icons/package.nix
@@ -9,13 +9,13 @@
9
10
stdenvNoCC.mkDerivation rec {
11
pname = "mint-y-icons";
12
- version = "1.7.7";
+ version = "1.7.8";
13
14
src = fetchFromGitHub {
15
owner = "linuxmint";
16
repo = pname;
17
rev = version;
18
- hash = "sha256-SJ6h1All5bub+Yue8zUrAYdlNf005MAdnl+pkOelods=";
+ hash = "sha256-30Mv6ixNgXK2CbLoX7Dw9i57QCkG8U3RA48WB4e3e8o=";
19
};
20
21
propagatedBuildInputs = [
0 commit comments