Skip to content

Commit 1003675

Browse files
committed
Update nix flake vendor hash -- we added new deps that need to be included
1 parent 942e67d commit 1003675

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

default.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ buildGoModule rec {
1717
version = "0.7.11";
1818
src = ./.;
1919
proxyVendor = true; # Fixes: cannot query module due to -mod=vendor running make install
20-
vendorHash = "sha256-AeCAM/MQ/zb+C8MNnGe2Dv/vWoSpea4AhE49X/vLNHg=";
20+
vendorHash = "sha256-3XVou4NW28QxIe1t0gawbCoyl/3X22PoQdJOjcG0nDM=";
2121

2222
outputs = [ "out" "client" "server" "migrations" ];
2323

0 commit comments

Comments
 (0)