deepin.deepin-icon-theme: 2024.04.16 -> 2024.07.19

This commit is contained in:
rewine 2024-07-28 01:33:57 +08:00
parent 4f51070f8b
commit 8c36dd7ed6

View File

@ -8,13 +8,13 @@
stdenvNoCC.mkDerivation rec {
pname = "deepin-icon-theme";
version = "2024.04.16";
version = "2024.07.19";
src = fetchFromGitHub {
owner = "linuxdeepin";
repo = pname;
rev = version;
hash = "sha256-IUiKGHsFGJawWnwfckS8ZeB2WOxDyDlre4oekJuCKcc=";
hash = "sha256-eUL0V9pGYzvAdVZpnrWXDO/YeCBETCOGvcMqDTwTgoU=";
};
makeFlags = [ "PREFIX=${placeholder "out"}" ];