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

tt-rss-theme-feedly: 3.1.0 -> 4.1.0
This commit is contained in:
Weijia Wang 2024-01-05 23:54:06 +01:00 committed by GitHub
commit c4bf72c17b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "tt-rss-theme-feedly";
version = "3.1.0";
version = "4.1.0";
src = fetchFromGitHub {
owner = "levito";
repo = "tt-rss-feedly-theme";
rev = "v${version}";
sha256 = "sha256-sHKht4EXKIibk+McMR+fKv7eZFJsGgZWhfxlLssA/Sw=";
sha256 = "sha256-3mD1aY7gjdvucRzY7sLmZ1RsHtraAg1RGE/3uDp6/o4=";
};
dontBuild = true;
@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "Feedly theme for Tiny Tiny RSS";
license = licenses.wtfpl;
license = licenses.mit;
homepage = "https://github.com/levito/tt-rss-feedly-theme";
maintainers = with maintainers; [ das_j ];
platforms = platforms.all;