jackett: 0.24.2108 -> 0.24.2151

This commit is contained in:
R. Ryantm 2026-07-01 13:39:46 +00:00
commit b8bba632b8

View file

@ -12,13 +12,13 @@
buildDotnetModule (finalAttrs: {
pname = "jackett";
version = "0.24.2108";
version = "0.24.2151";
src = fetchFromGitHub {
owner = "jackett";
repo = "jackett";
tag = "v${finalAttrs.version}";
hash = "sha256-MWA5gTiNjkKIaHgUGVt2XV3QBPYGTf/dVqCnmdAaJ0U=";
hash = "sha256-V4oBku723EWLTBBjFVkAJTBdhXYTs3Vx98YDinTr5Kc=";
};
projectFile = "src/Jackett.Server/Jackett.Server.csproj";