chore: bump flake.nix version to 0.2.0 - #32
Merged
Conversation
Missed in PR #31. build.zig.zon was updated but the Nix derivation's version string still said 0.1.1, so `nix run github:N283T/mmcif-dict-cli/v0.2.0` would misreport the package version. The v0.2.0 tag itself is already published; this fix lands on main so subsequent references see the correct version.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
PR #31 で
build.zig.zonは 0.2.0 に上げたが、flake.nixのversion文字列が"0.1.1"のまま残っていた。nix run github:N283T/mmcif-dict-cliで表示されるパッケージバージョンが実態と合わない。v0.2.0タグはもう publish 済みなので、本 PR は main に追従反映するのみ。Test plan
git diff flake.nixが version 文字列の 1 行差分のみ