Skip to content

Commit

Permalink
jackett: 0.21.1588 -> 0.21.1658
Browse files Browse the repository at this point in the history
  • Loading branch information
XenGi authored and yayayayaka committed Feb 2, 2024
1 parent 1e35087 commit edb1e29
Showing 1 changed file with 2 additions and 2 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.1588";
version = "0.21.1658";

src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "v${version}";
hash = "sha512-HJSim0I7hLZqJIKU4GoGFQEPY8w9SWp6MxfAxDHuklWKn1dvoQBWh83s8aEz3VOGHXj+SvqciA0o5rWL23camA==";
hash = "sha512-nhtCvuOoRiQxsuE4UCa2PdYNp0OzYRHPEwTIFGuRKIgrEGuGUECGGBHKDNCnOmMiGyxm495r+sKtHqTfhQSUng==";
};

projectFile = "src/Jackett.Server/Jackett.Server.csproj";
Expand Down

0 comments on commit edb1e29

Please sign in to comment.