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

jackett: 0.20.2271 -> 0.20.2291
This commit is contained in:
Mario Rodas 2022-11-27 08:45:25 -05:00 committed by GitHub
commit 8dd2c70b69
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.2271";
version = "0.20.2291";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "v${version}";
sha256 = "Sngvd9OWCB2I0qfYvb7yEGb7HiWuHtc+jU6O5r68mbU=";
sha256 = "cJ+muM6dv7pgV1uKsvZuodghi7Y1K5HQKt9ZcIrYLmw=";
};
projectFile = "src/Jackett.Server/Jackett.Server.csproj";