rtv: 1.18.0 -> 1.19.0

Updated version and GitHub SHA for the most recent version.
This commit is contained in:
Tom Doggett 2017-10-24 16:09:29 -07:00
parent d7097f7015
commit 4737ee09e2
No known key found for this signature in database
GPG Key ID: C4252D5677A319CA

View File

@ -2,14 +2,14 @@
with pythonPackages; with pythonPackages;
buildPythonApplication rec { buildPythonApplication rec {
version = "1.18.0"; version = "1.19.0";
name = "rtv-${version}"; name = "rtv-${version}";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "michael-lazar"; owner = "michael-lazar";
repo = "rtv"; repo = "rtv";
rev = "v${version}"; rev = "v${version}";
sha256 = "00d2s29sp68hw8ljjmzn5dc5ly2s3c7qf0azwizgd3b40zlfgzcg"; sha256 = "19rnw9cac06ns10vqn2cj0v61ycrj9g1ysa3hncamwxxibmkycp7";
}; };
# Tests try to access network # Tests try to access network