summary refs log tree commit diff
diff options
context:
space:
mode:
authorJörg Thalheim <Mic92@users.noreply.github.com>2018-01-30 10:48:24 +0000
committerGitHub <noreply@github.com>2018-01-30 10:48:24 +0000
commit41013a5d0fa81d141d650ce94f2819c73831e7b3 (patch)
tree89ac6bfa40b754125521f176cbadb79339d16550
parentadd22af0952cf71911f478c7636c4699b204e286 (diff)
parent8baa11d46cf6647a06be691ba272814083e59bba (diff)
downloadnixlib-41013a5d0fa81d141d650ce94f2819c73831e7b3.tar
nixlib-41013a5d0fa81d141d650ce94f2819c73831e7b3.tar.gz
nixlib-41013a5d0fa81d141d650ce94f2819c73831e7b3.tar.bz2
nixlib-41013a5d0fa81d141d650ce94f2819c73831e7b3.tar.lz
nixlib-41013a5d0fa81d141d650ce94f2819c73831e7b3.tar.xz
nixlib-41013a5d0fa81d141d650ce94f2819c73831e7b3.tar.zst
nixlib-41013a5d0fa81d141d650ce94f2819c73831e7b3.zip
Merge pull request #34401 from magnetophon/rtv
rtv: 1.19.0 -> 1.21.0
-rw-r--r--pkgs/applications/misc/rtv/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/misc/rtv/default.nix b/pkgs/applications/misc/rtv/default.nix
index 02af4c28d593..c9064d93740c 100644
--- a/pkgs/applications/misc/rtv/default.nix
+++ b/pkgs/applications/misc/rtv/default.nix
@@ -2,14 +2,14 @@
 
 with pythonPackages;
 buildPythonApplication rec {
-  version = "1.19.0";
+  version = "1.21.0";
   name = "rtv-${version}";
 
   src = fetchFromGitHub {
     owner = "michael-lazar";
     repo = "rtv";
     rev = "v${version}";
-    sha256 = "19rnw9cac06ns10vqn2cj0v61ycrj9g1ysa3hncamwxxibmkycp7";
+    sha256 = "0srm01nrb23hdmj3ripsa9p8nv2cgss3m6and9rdr875qw5ii130";
   };
 
   # Tests try to access network