Skip to content

Commit

Permalink
chore(server/torrserver): update
Browse files Browse the repository at this point in the history
  • Loading branch information
mrtnvgr committed Sep 23, 2024
1 parent dcc4e49 commit 8ed45eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/server/misc/torrserver/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ let

pkg = pkgs.stdenv.mkDerivation rec {
pname = "torrserver";
version = "132";
version = "134";

src = pkgs.fetchurl {
url = "https://github.com/YouROK/TorrServer/releases/download/MatriX.${version}/TorrServer-linux-amd64";
hash = "sha256-V0VEgcu6sFwRvU/Mjowz+VlU85y6IaksERYG2lomka4=";
hash = "sha256-WDygG9aGnD20nGxtG0t+T2KEwbJ+fZ0uRaCndirrsXI=";
};

nativeBuildInputs = with pkgs; [ autoPatchelfHook ];
Expand Down

0 comments on commit 8ed45eb

Please sign in to comment.