jackett: 0.24.739 -> 0.24.766

Signed-off-by: phanirithvij <phanirithvij2000@gmail.com>
This commit is contained in:
phanirithvij
2026-01-09 11:03:21 +05:30
parent 9abe8054c9
commit b2ae519fea
+2 -2
View File
@@ -11,13 +11,13 @@
buildDotnetModule rec {
pname = "jackett";
version = "0.24.739";
version = "0.24.766";
src = fetchFromGitHub {
owner = "jackett";
repo = "jackett";
tag = "v${version}";
hash = "sha256-MRh1OHkH97kZs2e/S1+snYa1peKnYxp4bvCDWcYYGiE=";
hash = "sha256-l/SjjKrFGZr514VYTEBjq2k7P9hY4lB7IB2BpLWkOgM=";
};
projectFile = "src/Jackett.Server/Jackett.Server.csproj";