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

sickgear: 3.30.20 -> 3.31.0
This commit is contained in:
Weijia Wang 2024-06-12 00:36:55 +02:00 committed by GitHub
commit 7a0c9accf5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,13 +4,13 @@ let
pythonEnv = python3.withPackages(ps: with ps; [ cheetah3 lxml ]);
in stdenv.mkDerivation rec {
pname = "sickgear";
version = "3.30.20";
version = "3.31.0";
src = fetchFromGitHub {
owner = "SickGear";
repo = "SickGear";
rev = "release_${version}";
hash = "sha256-GLfRBlStnHv6fWpwGjZVfXXubkTLxZ2Q4AL6OnfhEMQ=";
hash = "sha256-aJqEmSjmfJiFE0vz9fyDvjyvpbQiul+N8LD+j3f70/0=";
};
patches = [