[Backport release-26.05] jackett: 0.24.2021 -> 0.24.2066 (#531945)

This commit is contained in:
nixpkgs-ci[bot] 2026-06-15 12:54:34 +00:00 committed by GitHub
commit 690714e2c3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -12,13 +12,13 @@
buildDotnetModule (finalAttrs: {
pname = "jackett";
version = "0.24.2021";
version = "0.24.2066";
src = fetchFromGitHub {
owner = "jackett";
repo = "jackett";
tag = "v${finalAttrs.version}";
hash = "sha256-/9NDFedtjMholM3Doqt/5hJ+Zw68DJheWNxZ0X+Kvuk=";
hash = "sha256-hK7QfztI3kFJcOG9OTQ5/lOusFKnv8AyNfCaU9IhdKE=";
};
projectFile = "src/Jackett.Server/Jackett.Server.csproj";