Skip to content

Commit

Permalink
Merge pull request NixOS#203496 from r-ryantm/auto-update/jackett
Browse files Browse the repository at this point in the history
jackett: 0.20.2291 -> 0.20.2297
  • Loading branch information
figsoda authored Nov 29, 2022
2 parents 2cc2b13 + a1d742d commit 569f076
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.2291";
version = "0.20.2297";

src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "v${version}";
sha256 = "cJ+muM6dv7pgV1uKsvZuodghi7Y1K5HQKt9ZcIrYLmw=";
sha256 = "p130QRxa0/VG7tJ5aXCeoH1jPjJWnxM63DYOGpos7qI=";
};

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

0 comments on commit 569f076

Please sign in to comment.