From dae17df223efac21872ecdd6e47ff8a6ab1608bc Mon Sep 17 00:00:00 2001 From: "ig-semantic-release-bot[bot]" <207089317+ig-semantic-release-bot[bot]@users.noreply.github.com> Date: Tue, 28 Apr 2026 23:07:28 +0000 Subject: [PATCH] chore(nix): Update package to v0.106.1 --- nix/package.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nix/package.nix b/nix/package.nix index 1cb727cf..65eb6f0a 100644 --- a/nix/package.nix +++ b/nix/package.nix @@ -12,13 +12,13 @@ buildGoModule (finalAttrs: { __structuredAttrs = true; pname = "infer"; - version = "0.106.0"; + version = "0.106.1"; src = fetchFromGitHub { owner = "inference-gateway"; repo = "cli"; tag = "v${finalAttrs.version}"; - hash = "sha256-Ce5rmMUhFiTwpDXUzRpTo2wPQLdYh7dOA9Is/ivlFzE="; + hash = "sha256-3zua0l7t2tcV24OyskULI9cOPB0hQmhYt/jyM/m3BgM="; }; vendorHash = "sha256-aNk/WbOBulWj3Nc2Zl15G3Ett8MfEYp7cCd+dXlv2uc=";