Skip to content

Update Nix package metadata#115

Merged
sorafujitani merged 2 commits into
mainfrom
fix/nix-vendorhash
Jul 3, 2026
Merged

Update Nix package metadata#115
sorafujitani merged 2 commits into
mainfrom
fix/nix-vendorhash

Conversation

@sorafujitani

@sorafujitani sorafujitani commented Jul 3, 2026

Copy link
Copy Markdown
Owner

Summary

Update the stale Nix package metadata after the Go module set and project version changed.

This fixes the hash mismatch that currently breaks nix run github:sorafujitani/ccsession and nix build .#default in the fixed-output Go modules derivation. It also updates the Nix-built binary version from the stale 0.1.0 value to the current 1.0.0 release line.

Changes

  • Update flake.nix vendorHash to match the current Go module set
  • Update ccsessionVersion from 0.1.0 to 1.0.0

Verification

  • go test ./...
  • gofmt -l .
  • git diff --check
  • nix build .#default --print-build-logs
  • ./result/bin/ccsession --version
  • nix run . -- --version
  • nix flake check --print-build-logs
  • nix run --refresh github:sorafujitani/ccsession/fix/nix-vendorhash -- --version

@sorafujitani sorafujitani changed the title Nix の vendorHash を更新する Update Nix vendorHash Jul 3, 2026
@sorafujitani sorafujitani changed the title Update Nix vendorHash Update Nix package metadata Jul 3, 2026
@sorafujitani sorafujitani merged commit 503d0c5 into main Jul 3, 2026
7 checks passed
@sorafujitani sorafujitani deleted the fix/nix-vendorhash branch July 3, 2026 15:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant