Merge pull request #37098 from ryantm/auto-update/rtv

rtv: 1.21.0 -> 1.22.1
This commit is contained in:
Matthew Justin Bauer 2018-03-19 03:36:55 -05:00 committed by GitHub
commit c58f0ee814
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,14 +2,14 @@
with pythonPackages; with pythonPackages;
buildPythonApplication rec { buildPythonApplication rec {
version = "1.21.0"; version = "1.22.1";
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 = "0srm01nrb23hdmj3ripsa9p8nv2cgss3m6and9rdr875qw5ii130"; sha256 = "1jil8cwhnpf2mclgah7s79j4c38hzm0j6di2mffrqhlsnn2vxbf4";
}; };
# Tests try to access network # Tests try to access network