Skip to content

Commit 784e4bc

Browse files
chore(nix): Update package to v0.104.1 (#456)
## Automated Nix Package Update This PR updates the Nix package expression to version **0.104.1**. ### Changes - ✅ Updated `version` to `0.104.1` - ✅ Updated source `hash` to `sha256-vVWZzqxVO+ZSm4Zb6vRqvSGCmAhgTLnCLNJcKiBK5zQ=` - ✅ 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.104.1 --- 🤖 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 c7b2893 commit 784e4bc

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

nix/package.nix

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

1414
pname = "infer";
15-
version = "0.104.0";
15+
version = "0.104.1";
1616

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

24-
vendorHash = "sha256-Z1EQAScRDSGVdnQXyrjGH+b84rG53IK4oKNJg845AWY=";
24+
vendorHash = "sha256-bsJ61iCA7N9YMx0L9URbb6sq/n1+U91VVs+oNkoxopA=";
2525

2626
# Use the Go module proxy layout instead of `go mod vendor`. The robotgo
2727
# dependency includes CGO `#include` directives that reference C headers

0 commit comments

Comments
 (0)