Skip to content

Commit f87ee1b

Browse files
chore(nix): update vendorHash for dependency change
1 parent b8e8d71 commit f87ee1b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

nix/package.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ buildGoModule (finalAttrs: {
4343
# replaced with the real hash: build once, then copy the `got: sha256-...`
4444
# value from the resulting hash-mismatch error into this field. Re-run after
4545
# any change to go.mod / go.sum. See the README's "Install with Nix" section.
46-
vendorHash = "sha256-2zA+4PIDbPukMa4GZO2mnt8SHP7YUIUth7N/ATJCA/I=";
46+
vendorHash = "sha256-tYIQZqlvFRybH1BKxlrCDu6WsykBaeHu15C1JLzmcLc=";
4747

4848
# Only the CLI entrypoint is a `main` package; building it explicitly avoids
4949
# compiling test-only helpers into the output.

0 commit comments

Comments
 (0)