nix/proxytunnel.nix: Update version to 1.13.0.

This commit is contained in:
Sven Geuer 2026-05-31 20:45:07 +02:00
parent 8327ac1c50
commit 66fa1e2734
No known key found for this signature in database
GPG key ID: ADF50EDAF8ADD585

View file

@ -15,7 +15,7 @@
in
pkgs.stdenv.mkDerivation {
pname = "proxytunnel";
version = "1.12.3";
version = "1.13.0";
src = ./..;
buildInputs = [pkgs.openssl];