3
0
Fork 0
forked from mirrors/nixpkgs

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

tt-rss-theme-feedly: 2.5.0 -> 2.8.2
This commit is contained in:
Artturi 2021-08-23 16:35:10 +03:00 committed by GitHub
commit 6a542dede7
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.5.0";
version = "2.8.2";
src = fetchFromGitHub {
owner = "levito";
repo = "tt-rss-feedly-theme";
rev = "v${version}";
sha256 = "sha256-wZ6Q4cxvJKot1TWE8tOVZeaaeBSXghmkYkOK9GjAnEM=";
sha256 = "sha256-OQclPtQkz5oOZuYzrdfekTUX1J111HtwuxAvWC4h9YI=";
};
dontBuild = true;