Bobby Rong 2024-06-24 22:18:55 +08:00
parent 25a56e53e0
commit 32b91cc3ec
No known key found for this signature in database

View File

@ -9,13 +9,14 @@
stdenvNoCC.mkDerivation rec { stdenvNoCC.mkDerivation rec {
pname = "mint-l-icons"; pname = "mint-l-icons";
version = "1.7.0"; version = "1.7.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "linuxmint"; owner = "linuxmint";
repo = pname; repo = pname;
rev = version; # https://github.com/linuxmint/mint-l-icons/issues/11
hash = "sha256-nVdx+d+KpTh9EPLhW0+FFzq3OEyacDSxHgllMm51BKk="; rev = "f5edf5683c7e7e51da2c0e66a9a288d5342edc63";
hash = "sha256-MKrynS9W5kHRwCKwkXMsUx43KIhtGMaYYWhb/j+vDpk=";
}; };
propagatedBuildInputs = [ propagatedBuildInputs = [