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

sickgear: 0.25.44 -> 0.25.46
This commit is contained in:
Jonas Heinrich
2022-10-13 09:59:10 +02:00
committed by GitHub

View File

@@ -4,13 +4,13 @@ let
pythonEnv = python3.withPackages(ps: with ps; [ cheetah3 lxml ]);
in stdenv.mkDerivation rec {
pname = "sickgear";
version = "0.25.44";
version = "0.25.46";
src = fetchFromGitHub {
owner = "SickGear";
repo = "SickGear";
rev = "release_${version}";
sha256 = "sha256-j9sLIxUru2rjKaL4uV03yQfEdbXpKo1xGunrNZc/t7E=";
sha256 = "sha256-oXWnrzi10DrVb8aAn27kDAJzhZ+VTFsmpLGt7AB55jU=";
};
patches = [