Skip to content

Commit

Permalink
Add sha256sum to dev-env (digital-asset#12328)
Browse files Browse the repository at this point in the history
Not quite sure what changed but our macos builds are unhappy and this
fixes it in my tests.

changelog_begin
changelog_end
  • Loading branch information
cocreature authored Jan 10, 2022
1 parent 83d2d98 commit 37680be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions dev-env/bin/sha256sum
1 change: 1 addition & 0 deletions nix/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,7 @@ in rec {
jq = bazel_dependencies.jq;
sed = pkgs.gnused;
sha1sum = pkgs.coreutils;
sha256sum = pkgs.coreutils;
xargs = pkgs.findutils;
xmlstarlet = pkgs.xmlstarlet;

Expand Down

0 comments on commit 37680be

Please sign in to comment.