Skip to content

Commit

Permalink
fix nix vendorHash
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-goodisman committed Apr 4, 2024
1 parent 539469e commit 74370d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ buildGoModule {
'';

# update: set value to an empty string and run `nix build`. This will download Go, fetch the dependencies and calculates their hash.
vendorHash = "sha256-ceToA2DC1bhmg9WIeNSAfoNoU7sk9PrQqgqt5UbpivQ=";
vendorHash = "sha256-yRY1yQIRg4g5eoyVKpfq+nxl/S7iXC7ZFFZSLo6vggk=";

nativeBuildInputs = [ installShellFiles ];
doCheck = false;
Expand Down

0 comments on commit 74370d6

Please sign in to comment.