From 8ab065fca1d6e7b1513cf4251ae5e85864b1d747 Mon Sep 17 00:00:00 2001 From: Piyush Kumbhare <130249145+zSuperx@users.noreply.github.com> Date: Tue, 1 Apr 2025 23:39:13 -0700 Subject: [PATCH] Update flake.nix version to match github Release v1.12.3 version --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index e83f8ff..ced1f98 100644 --- a/flake.nix +++ b/flake.nix @@ -21,7 +21,7 @@ packages.proxytunnel = pkgs.stdenv.mkDerivation { pname = "proxytunnel"; - version = "1.0.0"; + version = "1.12.3"; src = ./.; nativeBuildInputs = [pkgs.gnumake];