Merge pull request #302377 from r-ryantm/auto-update/sickgear

sickgear: 3.30.16 -> 3.30.17
This commit is contained in:
Nick Cao
2024-04-07 20:43:10 -04:00
committed by GitHub
+2 -2
View File
@@ -4,13 +4,13 @@ let
pythonEnv = python3.withPackages(ps: with ps; [ cheetah3 lxml ]);
in stdenv.mkDerivation rec {
pname = "sickgear";
version = "3.30.16";
version = "3.30.17";
src = fetchFromGitHub {
owner = "SickGear";
repo = "SickGear";
rev = "release_${version}";
hash = "sha256-9DeHA7wBHz4gjqtRF3uaHKG9EEnjQmmEPvpqKaffJyg=";
hash = "sha256-ITEKF/YPoozAaCH/8s7Jwlj2YUc+CLqIjtpDZ3b2J5w=";
};
patches = [