rawdog: 2.21 -> 2.22, http -> https

This commit is contained in:
WilliButz 2017-08-21 17:49:14 +02:00 committed by Robin Gloster
parent 5073611082
commit 221f5f00e3

View file

@ -2,11 +2,11 @@
python2Packages.buildPythonApplication rec {
name = "rawdog-${version}";
version = "2.21";
version = "2.22";
src = fetchurl {
url = "http://offog.org/files/${name}.tar.gz";
sha256 = "0f5z7b70pyhjl6s28hgxninsr86s4dj5ycd50sv6bfz4hm1c2030";
url = "https://offog.org/files/${name}.tar.gz";
sha256 = "01ircwl80xi5lamamsb22i7vmsh2ysq3chn9mbsdhqic2i32hcz0";
};
propagatedBuildInputs = with python2Packages; [ feedparser ];
@ -14,7 +14,7 @@ python2Packages.buildPythonApplication rec {
namePrefix = "";
meta = with stdenv.lib; {
homepage = http://offog.org/code/rawdog/;
homepage = https://offog.org/code/rawdog/;
description = "RSS Aggregator Without Delusions Of Grandeur";
license = licenses.gpl2;
platforms = platforms.unix;