Skip to content

Commit b4cc062

Browse files
committed
nix: add missing vendorHash to fix Nix builds
Signed-off-by: Jakub Sokołowski <[email protected]>
1 parent c61255e commit b4cc062

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nix/pkgs/status-go/library/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{
1+
{
22
pkgs,
33
self,
44
meta,
@@ -11,7 +11,7 @@ let
1111
in pkgs.buildGoModule {
1212
pname = "status-go";
1313
src = builtins.path { path = ./../../../..; name = "status-go-library"; };
14-
vendorHash = null;
14+
vendorHash = "sha256-/MlwGc9Mb79HqYfziry/MxJFYPiekdAa6z/84OGi7I4=";
1515

1616
inherit meta version;
1717

0 commit comments

Comments
 (0)