Skip to content

Commit

Permalink
chore(nix): using vendorHash instead of vendorSha256
Browse files Browse the repository at this point in the history
  • Loading branch information
luisnquin committed Oct 1, 2024
1 parent dd7593f commit a7ef4a1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ buildGoModule rec {
path = ./.;
};

vendorSha256 = "sha256-vpZt2SYjS6KsVA+Vee+r2UvRpDDGv0XoF0DHW9VGsbQ=";
vendorHash = "sha256-vpZt2SYjS6KsVA+Vee+r2UvRpDDGv0XoF0DHW9VGsbQ=";
doCheck = false;

buildTarget = "./cmd/nao";
Expand Down
6 changes: 3 additions & 3 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a7ef4a1

Please sign in to comment.