tela-icon-theme: 2023-02-03 -> 2023-06-25

Diff: https://github.com/vinceliuice/tela-icon-theme/compare/2023-02-03...2023-06-25

Changelog: https://github.com/vinceliuice/Tela-icon-theme/releases/tag/2023-06-25

figsoda ca6f6192 7f508897

+4 -3
+4 -3
pkgs/data/icons/tela-icon-theme/default.nix
··· 2 2 3 3 stdenvNoCC.mkDerivation rec { 4 4 pname = "tela-icon-theme"; 5 - version = "2023-02-03"; 5 + version = "2023-06-25"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "vinceliuice"; 9 - repo = pname; 9 + repo = "tela-icon-theme"; 10 10 rev = version; 11 - sha256 = "sha256-W3gGn4ioTg/iOWTa5hfwx6FWzpFilpG8IXwaO5/YAvk="; 11 + hash = "sha256-tv0C4mW2A3dScUXBWa7a3lkG4lPIjZTsj5b1/oEVuiw="; 12 12 }; 13 13 14 14 nativeBuildInputs = [ gtk3 jdupes ]; ··· 35 35 meta = with lib; { 36 36 description = "A flat colorful Design icon theme"; 37 37 homepage = "https://github.com/vinceliuice/tela-icon-theme"; 38 + changelog = "https://github.com/vinceliuice/Tela-icon-theme/releases/tag/${src.rev}"; 38 39 license = licenses.gpl3Only; 39 40 # darwin systems use case-insensitive filesystems that cause hash mismatches 40 41 platforms = subtractLists platforms.darwin platforms.unix;