Skip to content

Commit

Permalink
Merge pull request #298241 from r-ryantm/auto-update/jackett
Browse files Browse the repository at this point in the history
jackett: 0.21.2090 -> 0.21.2134
  • Loading branch information
mweinelt committed Mar 23, 2024
2 parents 87f99d5 + de382c9 commit aafe8aa
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 17 deletions.
4 changes: 2 additions & 2 deletions pkgs/servers/jackett/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@

buildDotnetModule rec {
pname = "jackett";
version = "0.21.2090";
version = "0.21.2134";

src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "v${version}";
hash = "sha512-vsc1NBgFO+uteskrGY70HJXzBi0lUBLk3LOb+LFrj3X0V0fAHlgIKQosgCFOcA0rN/yPJA88WF/D3QVlEkk8cg==";
hash = "sha512-kaqHa7uvlD0twqU6/ZEp1u2OZh4v4gPi2n4lh2SXewEDHo2ffX8K91UYzphKu0aQAfIq0abDu8TlSR8JwE89lQ==";
};

projectFile = "src/Jackett.Server/Jackett.Server.csproj";
Expand Down
28 changes: 13 additions & 15 deletions pkgs/servers/jackett/deps.nix

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit aafe8aa

Please sign in to comment.