Skip to content

Commit

Permalink
Merge pull request NixOS#255445 from r-ryantm/auto-update/jackett
Browse files Browse the repository at this point in the history
jackett: 0.21.747 -> 0.21.798
  • Loading branch information
marsam committed Sep 16, 2023
2 parents 187a362 + dd156c4 commit f1a88c0
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.747";
version = "0.21.798";

src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "v${version}";
hash = "sha512-RSHMDrcg8yuMMXXv5bIfF0k3QyXSIAdA7myvLw+PaTpHQHFZKQ4MkS7nDEGT2vxU2yX872sSIgtRRX7Xcm2mQg==";
hash = "sha512-0GyfhVYs5YQXEYOxnCuOEhbwUAUYPvvXBIf4ylKkzZ7QKuiSYTDlPA+ArkaTQ4IRe7yesTsUMiSolWBOG8dtmw==";
};

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

0 comments on commit f1a88c0

Please sign in to comment.