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

jackett: 0.20.3063 -> 0.20.3160
This commit is contained in:
Mario Rodas 2023-02-19 18:49:12 -05:00 committed by GitHub
commit 8a9f295e3a
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.3063";
version = "0.20.3160";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "v${version}";
hash = "sha512-ROp2nKfXD9OWsgEUz7lhqVusIBBMHUhaPOp3g4F/25bAN0vl5E0Mm4m3V9ChvFV6otlxfZJEByBlsC+aALxbyg==";
hash = "sha512-bn41nReIfRs99zwDgTJtQ1hrQRrn7EjQvYh5JDTU9ICBsJangnO8l1o8Xfn4jhxvcDJRDjaA7jG7TAoIC3WAFA==";
};
projectFile = "src/Jackett.Server/Jackett.Server.csproj";