Merge pull request #161065 from r-ryantm/auto-update/jackett

jackett: 0.20.576 -> 0.20.596
This commit is contained in:
Mario Rodas 2022-02-20 10:50:28 -05:00 committed by GitHub
commit ad4daf59de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,13 +9,13 @@
buildDotnetModule rec {
pname = "jackett";
version = "0.20.576";
version = "0.20.596";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "v${version}";
sha256 = "UCYGxeA3ptSNDZ3vONxlr5SKhdvPxLIeslP23ULHy7M=";
sha256 = "wIJSqsIb3/SOicjLgnv0Lt3Wv1qKPHslRcDlZCvckUs=";
};
projectFile = "src/Jackett.Server/Jackett.Server.csproj";