Merge pull request #306699 from r-ryantm/auto-update/sickgear
sickgear: 3.30.17 -> 3.30.18
This commit is contained in:
commit
59eb52e4a8
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.30.17";
|
version = "3.30.18";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "SickGear";
|
owner = "SickGear";
|
||||||
repo = "SickGear";
|
repo = "SickGear";
|
||||||
rev = "release_${version}";
|
rev = "release_${version}";
|
||||||
hash = "sha256-ITEKF/YPoozAaCH/8s7Jwlj2YUc+CLqIjtpDZ3b2J5w=";
|
hash = "sha256-Xt4/bAK48A57n2Kl3LQICem8IR3pgsdgMjlP9qEVvBM=";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [
|
patches = [
|
||||||
|
|
Loading…
Reference in a new issue