jackett: 0.24.645 -> 0.24.739 (#477521)

This commit is contained in:
isabel
2026-01-07 13:20:20 +00:00
committed by GitHub
+2 -2
View File
@@ -11,13 +11,13 @@
buildDotnetModule rec {
pname = "jackett";
version = "0.24.645";
version = "0.24.739";
src = fetchFromGitHub {
owner = "jackett";
repo = "jackett";
tag = "v${version}";
hash = "sha256-nb5WDMhba4kTGxtX4rLLZdM9iJI6dM6kPBu3hht/CYk=";
hash = "sha256-MRh1OHkH97kZs2e/S1+snYa1peKnYxp4bvCDWcYYGiE=";
};
projectFile = "src/Jackett.Server/Jackett.Server.csproj";