sickgear: 3.29.3 -> 3.30.0

This commit is contained in:
R. Ryantm 2023-10-02 17:41:23 +00:00 committed by Jonathan Ringer
parent 55fe307495
commit 9a0a917954

View file

@ -4,13 +4,13 @@ let
pythonEnv = python3.withPackages(ps: with ps; [ cheetah3 lxml ]);
in stdenv.mkDerivation rec {
pname = "sickgear";
version = "3.29.3";
version = "3.30.0";
src = fetchFromGitHub {
owner = "SickGear";
repo = "SickGear";
rev = "release_${version}";
hash = "sha256-aPpzWGVQS7waPJXHSdL/6cBhARgpE7/uIdvSadvsB0A=";
hash = "sha256-Y9FXaDODeuMaXeqmfBCd96JgwrqDe5k6RCtGKvTOMKw=";
};
patches = [