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

sickgear: 3.30.18 -> 3.30.19
This commit is contained in:
Nick Cao
2024-05-18 15:37:48 -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.18";
version = "3.30.19";
src = fetchFromGitHub {
owner = "SickGear";
repo = "SickGear";
rev = "release_${version}";
hash = "sha256-Xt4/bAK48A57n2Kl3LQICem8IR3pgsdgMjlP9qEVvBM=";
hash = "sha256-OC/BJ0wG6as1dt2dO9gUFD+FG85Vt2ehCoTcmh6iT7w=";
};
patches = [