lol

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

authored by

R. RyanTM and committed by
Robert Schütz
4395124b 14ccede4

+2 -2
+2 -2
pkgs/applications/misc/rtv/default.nix
··· 2 2 3 3 with pythonPackages; 4 4 buildPythonApplication rec { 5 - version = "1.22.1"; 5 + version = "1.23.0"; 6 6 name = "rtv-${version}"; 7 7 8 8 src = fetchFromGitHub { 9 9 owner = "michael-lazar"; 10 10 repo = "rtv"; 11 11 rev = "v${version}"; 12 - sha256 = "1jil8cwhnpf2mclgah7s79j4c38hzm0j6di2mffrqhlsnn2vxbf4"; 12 + sha256 = "0i6iqj3ly1bgsfa9403m5190mfl9yk1x4ific3v31wqfja985nsr"; 13 13 }; 14 14 15 15 # Tests try to access network