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