Skip to content

Commit de53e59

Browse files
chore(nix): Update package to v0.105.0 (#462)
## Automated Nix Package Update This PR updates the Nix package expression to version **0.105.0**. ### Changes - ✅ Updated `version` to `0.105.0` - ✅ Updated source `hash` to `sha256-wb1D1ye2urAE31IrS5m/CvOT7VmkfRbJZVrqCmui0bg=` - ✅ Updated `vendorHash` to `sha256-bsJ61iCA7N9YMx0L9URbb6sq/n1+U91VVs+oNkoxopA=` - ✅ 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.105.0 --- 🤖 Auto-generated by `.github/workflows/nix-version-sync.yml` Co-authored-by: ig-semantic-release-bot[bot] <207089317+ig-semantic-release-bot[bot]@users.noreply.github.com>
1 parent da80b3f commit de53e59

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.104.2";
15+
version = "0.105.0";
1616

1717
src = fetchFromGitHub {
1818
owner = "inference-gateway";
1919
repo = "cli";
2020
tag = "v${finalAttrs.version}";
21-
hash = "sha256-yj7zwg4jo2ynNq/8w6xLhHYnTiUVf1F6s15Xzydosvg=";
21+
hash = "sha256-wb1D1ye2urAE31IrS5m/CvOT7VmkfRbJZVrqCmui0bg=";
2222
};
2323

2424
vendorHash = "sha256-bsJ61iCA7N9YMx0L9URbb6sq/n1+U91VVs+oNkoxopA=";

0 commit comments

Comments
 (0)