summary refs log tree commit diff
path: root/pkgs/applications/misc/rtv
diff options
context:
space:
mode:
authorBart Brouns <bart@magnetophon.nl>2018-01-30 00:18:22 +0100
committerBart Brouns <bart@magnetophon.nl>2018-01-30 00:23:50 +0100
commit8baa11d46cf6647a06be691ba272814083e59bba (patch)
treeadc0662e89326cbb1eed5a91e6890b868230c236 /pkgs/applications/misc/rtv
parent499b3edb306988d9ec91db50174aa85a896e585b (diff)
downloadnixpkgs-8baa11d46cf6647a06be691ba272814083e59bba.tar
nixpkgs-8baa11d46cf6647a06be691ba272814083e59bba.tar.gz
nixpkgs-8baa11d46cf6647a06be691ba272814083e59bba.tar.bz2
nixpkgs-8baa11d46cf6647a06be691ba272814083e59bba.tar.lz
nixpkgs-8baa11d46cf6647a06be691ba272814083e59bba.tar.xz
nixpkgs-8baa11d46cf6647a06be691ba272814083e59bba.tar.zst
nixpkgs-8baa11d46cf6647a06be691ba272814083e59bba.zip
rtv: 1.19.0 -> 1.21.0
Diffstat (limited to 'pkgs/applications/misc/rtv')
-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 02af4c28d59..c9064d93740 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