summary refs log tree commit diff
path: root/pkgs/applications/misc/rtv
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2018-07-04 01:44:47 -0700
committerRobert Schütz <rschuetz17@gmail.com>2018-07-04 10:44:47 +0200
commit4395124b0c1492fe8b79a86ba20739bc9f889b2b (patch)
tree9a17c540d8d31dc25e99639e9b57545b965bc700 /pkgs/applications/misc/rtv
parent14ccede479661a1b8b79a915e883cfc4626e1246 (diff)
downloadnixpkgs-4395124b0c1492fe8b79a86ba20739bc9f889b2b.tar
nixpkgs-4395124b0c1492fe8b79a86ba20739bc9f889b2b.tar.gz
nixpkgs-4395124b0c1492fe8b79a86ba20739bc9f889b2b.tar.bz2
nixpkgs-4395124b0c1492fe8b79a86ba20739bc9f889b2b.tar.lz
nixpkgs-4395124b0c1492fe8b79a86ba20739bc9f889b2b.tar.xz
nixpkgs-4395124b0c1492fe8b79a86ba20739bc9f889b2b.tar.zst
nixpkgs-4395124b0c1492fe8b79a86ba20739bc9f889b2b.zip
rtv: 1.22.1 -> 1.23.0 (#42960)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/rtv/versions.

These checks were done:

- built on NixOS
- /nix/store/dwraqsqfsm0m4qvl5wlqhmnb54wpxwkc-rtv-1.23.0/bin/.rtv-wrapped passed the binary check.
- /nix/store/dwraqsqfsm0m4qvl5wlqhmnb54wpxwkc-rtv-1.23.0/bin/rtv passed the binary check.
- 2 of 2 passed binary check by having a zero exit code.
- 2 of 2 passed binary check by having the new version present in output.
- found 1.23.0 with grep in /nix/store/dwraqsqfsm0m4qvl5wlqhmnb54wpxwkc-rtv-1.23.0
- directory tree listing: https://gist.github.com/8c64789a90d08be3073dbc8eac48d879
- du listing: https://gist.github.com/f267d185b2f0ddae8c300012c670bc9e
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 ed54e523c8f..d2027696824 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.22.1";
+  version = "1.23.0";
   name = "rtv-${version}";
 
   src = fetchFromGitHub {
     owner = "michael-lazar";
     repo = "rtv";
     rev = "v${version}";
-    sha256 = "1jil8cwhnpf2mclgah7s79j4c38hzm0j6di2mffrqhlsnn2vxbf4";
+    sha256 = "0i6iqj3ly1bgsfa9403m5190mfl9yk1x4ific3v31wqfja985nsr";
   };
 
   # Tests try to access network