jackett: 0.24.739 -> 0.24.766 (#478300)

This commit is contained in:
Austin Horstman 2026-01-09 19:35:01 +00:00 committed by GitHub
commit 212e074d0b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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";