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 5f93d3f commit 36e403dCopy full SHA for 36e403d
pkgs/by-name/mi/mint-l-icons/package.nix
@@ -9,14 +9,14 @@
9
10
stdenvNoCC.mkDerivation rec {
11
pname = "mint-l-icons";
12
- version = "1.7.2";
+ version = "1.7.3";
13
14
src = fetchFromGitHub {
15
owner = "linuxmint";
16
repo = pname;
17
- # https://github.com/linuxmint/mint-l-icons/issues/11
18
- rev = "ee03e6dad0b1f9e25847977eae42766e2ddd4877";
19
- hash = "sha256-OKlkqDp9mZOeM4M9QN9H0WH4k+5eMEUshvadaV6qhBA=";
+ # They don't really do tags, this is just a named commit.
+ rev = "f1900facf915715623ef0ca2874ae4dd04039e81";
+ hash = "sha256-UpVuhzZdw0Ri6X20N/yGFMmwEymMvLr78DwYaHD+CNY=";
20
};
21
22
propagatedBuildInputs = [
0 commit comments