There was an error while loading. Please reload this page.
1 parent 5d4dd4a commit cb82064Copy full SHA for cb82064
1 file changed
nix/package.nix
@@ -43,7 +43,7 @@ buildGoModule (finalAttrs: {
43
# replaced with the real hash: build once, then copy the `got: sha256-...`
44
# value from the resulting hash-mismatch error into this field. Re-run after
45
# any change to go.mod / go.sum. See the README's "Install with Nix" section.
46
- vendorHash = "sha256-2zA+4PIDbPukMa4GZO2mnt8SHP7YUIUth7N/ATJCA/I=";
+ vendorHash = "sha256-tYIQZqlvFRybH1BKxlrCDu6WsykBaeHu15C1JLzmcLc=";
47
48
# Only the CLI entrypoint is a `main` package; building it explicitly avoids
49
# compiling test-only helpers into the output.
0 commit comments