1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-19 04:02:10 +00:00

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

This commit is contained in:
rewine 2023-09-14 16:45:17 +08:00
parent fcbfef1e43
commit f8ad7cd1ef
No known key found for this signature in database
GPG key ID: 2964FF5514455F51

View file

@ -8,13 +8,13 @@
stdenvNoCC.mkDerivation rec {
pname = "deepin-icon-theme";
version = "2021.11.24";
version = "2023.04.03";
src = fetchFromGitHub {
owner = "linuxdeepin";
repo = pname;
rev = version;
sha256 = "sha256-UC3PbqolcCbVrIEDqMovfJ4oeofMUGJag1A6u7X3Ml8=";
hash = "sha256-YRmpJr3tvBxomgb7yJPTqE3u4tXQKE5HHOP0CpjbQEg=";
};
makeFlags = [ "PREFIX=${placeholder "out"}" ];
@ -37,7 +37,7 @@ stdenvNoCC.mkDerivation rec {
'';
meta = with lib; {
description = "Deepin Icon Theme provides the base icon themes on Deepin";
description = "Provides the base icon themes on deepin";
homepage = "https://github.com/linuxdeepin/deepin-icon-theme";
license = licenses.gpl3Plus;
platforms = platforms.linux;