jackett: 0.21.2134 -> 0.21.2342

This commit is contained in:
R. Ryantm 2024-04-11 11:24:15 +00:00
parent c81c241415
commit 66ea8cd9d9
1 changed files with 2 additions and 2 deletions

View File

@ -9,13 +9,13 @@
buildDotnetModule rec {
pname = "jackett";
version = "0.21.2134";
version = "0.21.2342";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "v${version}";
hash = "sha512-kaqHa7uvlD0twqU6/ZEp1u2OZh4v4gPi2n4lh2SXewEDHo2ffX8K91UYzphKu0aQAfIq0abDu8TlSR8JwE89lQ==";
hash = "sha512-F1fmDe3ucnjlluyhoUhqrzO15FCvLkYJOAErgUsuIJd9Lw5v5cSANLa9ebuVzSTRscEAVwt7fRRXiJaWJInI/Q==";
};
projectFile = "src/Jackett.Server/Jackett.Server.csproj";