Skip to content

Commit

Permalink
pritunl-ssh: 1.0.2435.24 -> 1.0.3219.78 (#342438)
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCao authored Sep 17, 2024
2 parents 3ff0845 + 6455954 commit 6fde3a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/networking/pritunl-ssh/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

stdenv.mkDerivation rec {
pname = "pritunl-ssh";
version = "1.0.2435.24";
version = "1.0.3219.78";

src = fetchFromGitHub {
owner = "pritunl";
repo = "pritunl-zero-client";
rev = version;
sha256 = "sha256-ElnBNVrC4tQLYXhz2d+NMqKdUVx/hgnW3xJ0USKEfVI=";
sha256 = "sha256-ksTfgt1AWs8hgUR9w6aWv5MDXeORgYNWYZgAFUqj++s=";
};

buildInputs = [ python3 ];
Expand Down

0 comments on commit 6fde3a3

Please sign in to comment.