tt-rss-theme-feedly: 2.3.1 -> 2.5.0

gstqt5
Janne Heß 2020-08-21 22:11:36 +02:00
parent cf7a15a482
commit 5ac88239e0
No known key found for this signature in database
GPG Key ID: 69165158F05265DF
1 changed files with 2 additions and 2 deletions

View File

@ -1,12 +1,12 @@
{ stdenv, fetchFromGitHub }: stdenv.mkDerivation rec {
pname = "tt-rss-theme-feedly";
version = "2.3.1";
version = "2.5.0";
src = fetchFromGitHub {
owner = "levito";
repo = "tt-rss-feedly-theme";
rev = "v${version}";
sha256 = "0rl5g664grx3m7yxa14rgnbvnlc3xnn44kzjji5layxww6jd8h2s";
sha256 = "sha256-wZ6Q4cxvJKot1TWE8tOVZeaaeBSXghmkYkOK9GjAnEM=";
};
dontBuild = true;