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

This commit is contained in:
Martin Weinelt 2022-03-07 12:20:48 +01:00 committed by GitHub
commit 8382fada2e
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.663";
version = "0.20.671";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "v${version}";
sha256 = "ZlKjuY3zHciImprDpaiBMnTJZtiegTpjhBcXe4LuYrQ=";
sha256 = "AoOaBryZHkqp5SabfKeW5E1YoJCwGhg2luK8SQvabow=";
};
projectFile = "src/Jackett.Server/Jackett.Server.csproj";