Skip to content

Commit

Permalink
jackett: 0.22.1177 -> 0.22.1239
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Jan 12, 2025
1 parent 93dbaf6 commit 63de190
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 @@ -11,13 +11,13 @@

buildDotnetModule rec {
pname = "jackett";
version = "0.22.1177";
version = "0.22.1239";

src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "v${version}";
hash = "sha512-C4fwh47IDsJmmXPY9Rb7LKdXvFlEVQE8ycHu1s26A9ZBP69eVP+ai08ibCJDDk13DCQYk2BCO7cRtWq2PC1P8w==";
hash = "sha512-kWpFqT1SLz/Cm5hdJ/isvY8XO7WiWHHDQfwKOWKoNDVSvWYgGCwY7TKSECz2ikyNJ8YITn3LxLkpl5hRuEmsBQ==";
};

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

0 comments on commit 63de190

Please sign in to comment.