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

tt-rss-theme-feedly: 2.9.1 -> 2.10.0
This commit is contained in:
Jonas Heinrich 2022-08-22 16:15:08 +02:00 committed by GitHub
commit f6d05e3549
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 = "2.9.1";
version = "2.10.0";
src = fetchFromGitHub {
owner = "levito";
repo = "tt-rss-feedly-theme";
rev = "v${version}";
sha256 = "sha256-lxdhEPlKUt6eHcIlD7nd7+CiFC5+s+Me06O7hWB9C4k=";
sha256 = "sha256-a8IZZbTlVU8Cu1F/HwEnsUW3eRqaTnKuJ166WJIw9/A=";
};
dontBuild = true;