Skip to content

Commit 49e3c14

Browse files
chore(nix): Update package to v0.109.2 (#493)
## Automated Nix Package Update This PR updates the Nix package expression to version **0.109.2**. ### Changes - ✅ Updated `version` to `0.109.2` - ✅ Updated source `hash` to `sha256-c9leT5K6WMaQnF7CSUSqnMrGeQbKITlnV3fuwHLUGDw=` - ✅ Updated `vendorHash` to `sha256-ge+R4F7BoriAKIGmwvF7cS5hJFLJ3HO/HkIOPhEdXbA=` - ✅ Formatted with nixfmt-rfc-style The `Nix Build Verification` workflow runs on this PR and is the authoritative gate for verifying the updated hashes build cleanly. ### Verification ```bash nix-build nix/default.nix result/bin/infer version ``` ### Related - Release: https://github.com/inference-gateway/cli/releases/tag/v0.109.2 --- 🤖 Auto-generated by `.github/workflows/nix-version-sync.yml` Co-authored-by: inference-gateway-releaser-bot[bot] <207089317+inference-gateway-releaser-bot[bot]@users.noreply.github.com>
1 parent 61068d7 commit 49e3c14

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

nix/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ buildGoModule (finalAttrs: {
1212
__structuredAttrs = true;
1313

1414
pname = "infer";
15-
version = "0.109.1";
15+
version = "0.109.2";
1616

1717
src = fetchFromGitHub {
1818
owner = "inference-gateway";
1919
repo = "cli";
2020
tag = "v${finalAttrs.version}";
21-
hash = "sha256-uVqVLTHsIlgu6zkX1bM1fSyCYYshiekCPZseRI+unnE=";
21+
hash = "sha256-c9leT5K6WMaQnF7CSUSqnMrGeQbKITlnV3fuwHLUGDw=";
2222
};
2323

2424
vendorHash = "sha256-ge+R4F7BoriAKIGmwvF7cS5hJFLJ3HO/HkIOPhEdXbA=";

0 commit comments

Comments
 (0)