tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
rtv: 1.19.0 -> 1.21.0
Bart Brouns
8 years ago
8baa11d4
499b3edb
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
applications
misc
rtv
default.nix
+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