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

jackett: 0.20.2291 -> 0.20.2297
This commit is contained in:
figsoda 2022-11-28 19:11:47 -05:00 committed by GitHub
commit 569f0760a5
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.2291";
version = "0.20.2297";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "v${version}";
sha256 = "cJ+muM6dv7pgV1uKsvZuodghi7Y1K5HQKt9ZcIrYLmw=";
sha256 = "p130QRxa0/VG7tJ5aXCeoH1jPjJWnxM63DYOGpos7qI=";
};
projectFile = "src/Jackett.Server/Jackett.Server.csproj";