Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
# vendorHash is reproducible from go.mod + go.sum. Update by
# setting `vendorHash = lib.fakeHash` and rebuilding — Nix will
# print the expected hash, which you paste back here.
vendorHash = "sha256-B0H0cd5m6+bxoR5FZiRqfs/BA5x3nRbmsywAdhg+CXU=";
vendorHash = "sha256-dxdoM+2hzuX7/Qg20ETTEeIXMKgukh7/HkiHtup6laY=";

# From-source build for `nix build` / `nix run`. Release artifacts
# come from goreleaser (see .goreleaser.yaml); this derivation feeds
Expand Down
Loading