Skip to content

Commit

Permalink
chore:fix vendor sha
Browse files Browse the repository at this point in the history
  • Loading branch information
chaitanyaprem committed Aug 22, 2023
1 parent be5bc59 commit d48290a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
];
doCheck = false;
# FIXME: This needs to be manually changed when updating modules.
vendorSha256 = "sha256-UhYJboM9Vs/PDsXMAZnX26uVyw53mFyfoJFVv7fNh5Q=";
vendorSha256 = "sha256-GwOUtYCg157Gtx33LsHBKW6rsPWWix1MlIR5skplpiY=";
# Fix for 'nix run' trying to execute 'go-waku'.
meta = { mainProgram = "waku"; };
};
Expand Down

0 comments on commit d48290a

Please sign in to comment.