Merge pull request #220637 from r-ryantm/auto-update/tt-rss-theme-feedly

tt-rss-theme-feedly: 3.1.0 -> 4.1.0

authored by Weijia Wang and committed by GitHub c4bf72c1 e827537e

+3 -3
+3 -3
pkgs/servers/tt-rss/theme-feedly/default.nix
··· 2 2 3 3 stdenv.mkDerivation rec { 4 4 pname = "tt-rss-theme-feedly"; 5 - version = "3.1.0"; 5 + version = "4.1.0"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "levito"; 9 9 repo = "tt-rss-feedly-theme"; 10 10 rev = "v${version}"; 11 - sha256 = "sha256-sHKht4EXKIibk+McMR+fKv7eZFJsGgZWhfxlLssA/Sw="; 11 + sha256 = "sha256-3mD1aY7gjdvucRzY7sLmZ1RsHtraAg1RGE/3uDp6/o4="; 12 12 }; 13 13 14 14 dontBuild = true; ··· 21 21 22 22 meta = with lib; { 23 23 description = "Feedly theme for Tiny Tiny RSS"; 24 - license = licenses.wtfpl; 24 + license = licenses.mit; 25 25 homepage = "https://github.com/levito/tt-rss-feedly-theme"; 26 26 maintainers = with maintainers; [ das_j ]; 27 27 platforms = platforms.all;