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

jackett: 0.20.567 -> 0.20.576
This commit is contained in:
Mario Rodas 2022-02-19 12:07:24 -05:00 committed by GitHub
commit 71fa1f2697
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.567";
version = "0.20.576";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "v${version}";
sha256 = "VkRLbSs7n5I4DedZL49sykrpPbFQWlUouehPRg+MNio=";
sha256 = "UCYGxeA3ptSNDZ3vONxlr5SKhdvPxLIeslP23ULHy7M=";
};
projectFile = "src/Jackett.Server/Jackett.Server.csproj";