sickgear: 3.29.3 -> 3.30.0
This commit is contained in:
parent
55fe307495
commit
9a0a917954
1 changed files with 2 additions and 2 deletions
|
@ -4,13 +4,13 @@ let
|
||||||
pythonEnv = python3.withPackages(ps: with ps; [ cheetah3 lxml ]);
|
pythonEnv = python3.withPackages(ps: with ps; [ cheetah3 lxml ]);
|
||||||
in stdenv.mkDerivation rec {
|
in stdenv.mkDerivation rec {
|
||||||
pname = "sickgear";
|
pname = "sickgear";
|
||||||
version = "3.29.3";
|
version = "3.30.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "SickGear";
|
owner = "SickGear";
|
||||||
repo = "SickGear";
|
repo = "SickGear";
|
||||||
rev = "release_${version}";
|
rev = "release_${version}";
|
||||||
hash = "sha256-aPpzWGVQS7waPJXHSdL/6cBhARgpE7/uIdvSadvsB0A=";
|
hash = "sha256-Y9FXaDODeuMaXeqmfBCd96JgwrqDe5k6RCtGKvTOMKw=";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [
|
patches = [
|
||||||
|
|
Loading…
Reference in a new issue