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

This commit is contained in:
rewine 2024-08-30 22:21:32 +08:00
parent 2ca2be2d8d
commit 8c77436ead

View File

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