rtv: 1.19.0 -> 1.21.0

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