We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 942e67d commit 1003675Copy full SHA for 1003675
default.nix
@@ -17,7 +17,7 @@ buildGoModule rec {
17
version = "0.7.11";
18
src = ./.;
19
proxyVendor = true; # Fixes: cannot query module due to -mod=vendor running make install
20
- vendorHash = "sha256-AeCAM/MQ/zb+C8MNnGe2Dv/vWoSpea4AhE49X/vLNHg=";
+ vendorHash = "sha256-3XVou4NW28QxIe1t0gawbCoyl/3X22PoQdJOjcG0nDM=";
21
22
outputs = [ "out" "client" "server" "migrations" ];
23
0 commit comments