Skip to content

Commit

Permalink
jackett: 0.21.1468 -> 0.21.1510
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Jan 7, 2024
1 parent 4166d60 commit 0e6e068
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.1468";
version = "0.21.1510";

src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "v${version}";
hash = "sha512-URVuhMjls3M453ogzrmZmditqOJAuM46erckUd75NKwp/44bPlZgoHvorNeuOxOwnEafYDoo+ExuWv9EiYAjUA==";
hash = "sha512-isoKpyxrjr+Kq+Ni7+suQDSWEhTieDzFpdFsf7oxm3+9J2/ziHgh7qfiaaicwqIjSnfUhykvXqAGzrf/Yc/+7g==";
};

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

0 comments on commit 0e6e068

Please sign in to comment.