deepin.deepin-icon-theme: 2023.04.03 -> 2023.11.28

This commit is contained in:
rewine 2023-12-08 17:55:01 +08:00
parent ba727e4906
commit 4cc50ccb6e

View File

@ -8,13 +8,13 @@
stdenvNoCC.mkDerivation rec {
pname = "deepin-icon-theme";
version = "2023.04.03";
version = "2023.11.28";
src = fetchFromGitHub {
owner = "linuxdeepin";
repo = pname;
rev = version;
hash = "sha256-YRmpJr3tvBxomgb7yJPTqE3u4tXQKE5HHOP0CpjbQEg=";
hash = "sha256-kCWJAmJa0VmhnuegE+acj82Ojl4Z5D8g7/q2PzppJwg=";
};
makeFlags = [ "PREFIX=${placeholder "out"}" ];