rtv: 1.26.0 -> 1.27.0
This commit is contained in:
parent
7fe8e5181a
commit
2fcdf4ad04
|
@ -2,14 +2,14 @@
|
||||||
|
|
||||||
with python3Packages;
|
with python3Packages;
|
||||||
buildPythonApplication rec {
|
buildPythonApplication rec {
|
||||||
version = "1.26.0";
|
version = "1.27.0";
|
||||||
pname = "rtv";
|
pname = "rtv";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "michael-lazar";
|
owner = "michael-lazar";
|
||||||
repo = "rtv";
|
repo = "rtv";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "0smwlhc4sj92365pl7yy6a821xddmh9px43nbd0kdd2z9xrndyx1";
|
sha256 = "1hw7xy2kjxq7y3wcibcz4l7zj8icvigialqr17l362xry0y17y5j";
|
||||||
};
|
};
|
||||||
|
|
||||||
# Tests try to access network
|
# Tests try to access network
|
||||||
|
|
Loading…
Reference in New Issue