Skip to content

Commit

Permalink
Merge pull request #268585 from r-ryantm/auto-update/jackett
Browse files Browse the repository at this point in the history
jackett: 0.21.1096 -> 0.21.1234
  • Loading branch information
marsam authored Nov 20, 2023
2 parents 8df569f + dd6c406 commit 2332b0d
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.1096";
version = "0.21.1234";

src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "v${version}";
hash = "sha512-j9PQa54Gv6kdCHZ9/WPnKYkxD4N0eu0KtMPpATSYVDo0mP9pXdQxSoCrKdmW2gOveuo5Z/wPW4BB4r3gvFxcOg==";
hash = "sha512-kI5HxBCx9moxnw90tqRLJ/muULEUOqIGcfWlFmgFwuOsOIoLc3arY1HDjRzeBDLYuz8BiG99lXUeAa5eHB3+Wg==";
};

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

0 comments on commit 2332b0d

Please sign in to comment.