Update flake.nix version to match github Release v1.12.3 version

This commit is contained in:
Piyush Kumbhare 2025-04-01 23:39:13 -07:00 committed by GitHub
parent 3ec1efe42e
commit 8ab065fca1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -21,7 +21,7 @@
packages.proxytunnel = pkgs.stdenv.mkDerivation {
pname = "proxytunnel";
version = "1.0.0";
version = "1.12.3";
src = ./.;
nativeBuildInputs = [pkgs.gnumake];