Merge pull request #255087 from wineee/icoe

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

authored by

Nick Cao and committed by
GitHub
7ed6ed27 3eab452b

+3 -3
+3 -3
pkgs/desktops/deepin/artwork/deepin-icon-theme/default.nix
··· 8 9 stdenvNoCC.mkDerivation rec { 10 pname = "deepin-icon-theme"; 11 - version = "2021.11.24"; 12 13 src = fetchFromGitHub { 14 owner = "linuxdeepin"; 15 repo = pname; 16 rev = version; 17 - sha256 = "sha256-UC3PbqolcCbVrIEDqMovfJ4oeofMUGJag1A6u7X3Ml8="; 18 }; 19 20 makeFlags = [ "PREFIX=${placeholder "out"}" ]; ··· 37 ''; 38 39 meta = with lib; { 40 - description = "Deepin Icon Theme provides the base icon themes on Deepin"; 41 homepage = "https://github.com/linuxdeepin/deepin-icon-theme"; 42 license = licenses.gpl3Plus; 43 platforms = platforms.linux;
··· 8 9 stdenvNoCC.mkDerivation rec { 10 pname = "deepin-icon-theme"; 11 + version = "2023.04.03"; 12 13 src = fetchFromGitHub { 14 owner = "linuxdeepin"; 15 repo = pname; 16 rev = version; 17 + hash = "sha256-YRmpJr3tvBxomgb7yJPTqE3u4tXQKE5HHOP0CpjbQEg="; 18 }; 19 20 makeFlags = [ "PREFIX=${placeholder "out"}" ]; ··· 37 ''; 38 39 meta = with lib; { 40 + description = "Provides the base icon themes on deepin"; 41 homepage = "https://github.com/linuxdeepin/deepin-icon-theme"; 42 license = licenses.gpl3Plus; 43 platforms = platforms.linux;