Skip to content

Commit 704f493

Browse files
committed
updates nix hash
1 parent d510d0a commit 704f493

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

nix/devguard.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@
3434
inherit src;
3535
# vendorHash differs per OS because `go mod vendor` applies build constraints.
3636
vendorHash = if lib.hasSuffix "-darwin" system
37-
then "sha256-yH5AUnMgjmV2brIDFUb7VhhzYXFVC8mgff+HHIW1boA="
38-
else "sha256-3nrhFRyA7gnVUjlXBrY/TmJCJbEwURfD/vQtQ1D/b9A=";
37+
then "sha256-5Wvv5HL25ZJB1lP1kZGBnZMzsSxwE0pNZvxuHwPbZS8="
38+
else "sha256-P2lovXAsBOmUMWI3H4J97D2ZcdDXyvyJE5eargi/9y8=";
3939
inherit ldflags;
4040
buildFlags =
4141
[ "-trimpath" ]; # compiler-level flag, mirrors Makefile FLAGS

0 commit comments

Comments
 (0)