Skip to content

Commit 36e403d

Browse files
committed
mint-l-icons: 1.7.2 -> 1.7.3
linuxmint/mint-l-icons@ee03e6d...f1900fa
1 parent 5f93d3f commit 36e403d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pkgs/by-name/mi/mint-l-icons/package.nix

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@
99

1010
stdenvNoCC.mkDerivation rec {
1111
pname = "mint-l-icons";
12-
version = "1.7.2";
12+
version = "1.7.3";
1313

1414
src = fetchFromGitHub {
1515
owner = "linuxmint";
1616
repo = pname;
17-
# https://github.com/linuxmint/mint-l-icons/issues/11
18-
rev = "ee03e6dad0b1f9e25847977eae42766e2ddd4877";
19-
hash = "sha256-OKlkqDp9mZOeM4M9QN9H0WH4k+5eMEUshvadaV6qhBA=";
17+
# They don't really do tags, this is just a named commit.
18+
rev = "f1900facf915715623ef0ca2874ae4dd04039e81";
19+
hash = "sha256-UpVuhzZdw0Ri6X20N/yGFMmwEymMvLr78DwYaHD+CNY=";
2020
};
2121

2222
propagatedBuildInputs = [

0 commit comments

Comments
 (0)