Skip to content

Commit

Permalink
Merge pull request #161331 from r-ryantm/auto-update/jackett
Browse files Browse the repository at this point in the history
  • Loading branch information
mweinelt authored Feb 22, 2022
2 parents 30b10a8 + 6a35324 commit a6e67d1
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.20.596";
version = "0.20.604";

src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "v${version}";
sha256 = "wIJSqsIb3/SOicjLgnv0Lt3Wv1qKPHslRcDlZCvckUs=";
sha256 = "a2hJOu/TvT+6mQEt+9JB4l/Niz2+r8JuxANv4JUSM6U=";
};

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

0 comments on commit a6e67d1

Please sign in to comment.