Merge pull request #45153 from r-ryantm/auto-update/rtv

rtv: 1.23.0 -> 1.24.0
This commit is contained in:
Jörg Thalheim 2018-08-17 00:35:50 +02:00 committed by GitHub
commit be3ff0c0c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,14 +2,14 @@
with python3Packages; with python3Packages;
buildPythonApplication rec { buildPythonApplication rec {
version = "1.23.0"; version = "1.24.0";
pname = "rtv"; pname = "rtv";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "michael-lazar"; owner = "michael-lazar";
repo = "rtv"; repo = "rtv";
rev = "v${version}"; rev = "v${version}";
sha256 = "0i6iqj3ly1bgsfa9403m5190mfl9yk1x4ific3v31wqfja985nsr"; sha256 = "0vzhnqys8nr6ymsi1mnv092z3i7nwyhgnj4jv6mjifak9j3164fw";
}; };
# Tests try to access network # Tests try to access network