Skip to content

Commit

Permalink
chore: change vendor sha for nix flakes
Browse files Browse the repository at this point in the history
  • Loading branch information
chaitanyaprem committed Aug 21, 2023
1 parent 472a8ad commit 1945227
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-lAozTWhzfPIQzktzzx+PkD/YcsIw4N46cgDWyrVKnkM=";
vendorSha256 = "sha256-tzDqgeR7fIZl6nu/SYD/mZDc3ZDExSOc33ZENdHDtuE=";
# Fix for 'nix run' trying to execute 'go-waku'.
meta = { mainProgram = "waku"; };
};
Expand Down

0 comments on commit 1945227

Please sign in to comment.