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

This commit is contained in:
rewine 2024-05-31 11:34:04 +08:00
parent 41c948e123
commit 3f3c3d6f71

View File

@ -8,13 +8,13 @@
stdenvNoCC.mkDerivation rec {
pname = "deepin-icon-theme";
version = "2024.01.31";
version = "2024.04.16";
src = fetchFromGitHub {
owner = "linuxdeepin";
repo = pname;
rev = version;
hash = "sha256-08maujG5Tibsv9N+5olOeD8MrXTRiZh0OQm0bg8t+Cc=";
hash = "sha256-IUiKGHsFGJawWnwfckS8ZeB2WOxDyDlre4oekJuCKcc=";
};
makeFlags = [ "PREFIX=${placeholder "out"}" ];