3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #272859 from wineee/deepin-icon-theme

deepin.deepin-icon-theme: 2023.04.03 -> 2023.11.28
This commit is contained in:
Weijia Wang 2023-12-11 14:08:33 +01:00 committed by GitHub
commit 11f7634453
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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"}" ];