sickgear: 0.25.28 -> 0.25.31
This commit is contained in:
parent
1aba4dff61
commit
682b3d03ef
1 changed files with 2 additions and 2 deletions
|
@ -4,13 +4,13 @@ let
|
||||||
pythonEnv = python3.withPackages(ps: with ps; [ cheetah3 ]);
|
pythonEnv = python3.withPackages(ps: with ps; [ cheetah3 ]);
|
||||||
in stdenv.mkDerivation rec {
|
in stdenv.mkDerivation rec {
|
||||||
pname = "sickgear";
|
pname = "sickgear";
|
||||||
version = "0.25.28";
|
version = "0.25.31";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "SickGear";
|
owner = "SickGear";
|
||||||
repo = "SickGear";
|
repo = "SickGear";
|
||||||
rev = "release_${version}";
|
rev = "release_${version}";
|
||||||
sha256 = "16d0yvsp9yp67q1clhjs77syd13bmfgbadxcc1x8yfrfvdy6v39l";
|
sha256 = "11l537c7d6mrbvn24bfkzydb96mwzhr8z5rl6imiphjzr0f8qyyp";
|
||||||
};
|
};
|
||||||
|
|
||||||
dontBuild = true;
|
dontBuild = true;
|
||||||
|
|
Loading…
Reference in a new issue