Skip to content

Commit

Permalink
Fix darwin hash
Browse files Browse the repository at this point in the history
  • Loading branch information
nktpro committed Dec 10, 2023
1 parent f45405a commit f1e4098
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nix/7.x/aarch64-darwin.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ let
installer = fetchurl {
name = "foundationdb-installer-${version}";
url = "https://github.com/apple/foundationdb/releases/download/${version}/FoundationDB-${version}_arm64.pkg";
sha256 = "sha256-oHhzeCMMqiOP7mmCmJBd8xe57tZuTs851Ly6bpVgqDk=";
sha256 = "sha256-fQVDapI9Ay8hIYY29VXmhsxU+IdySrhYelUNuRlrmQY=";
};
jar = fetchurl {
name = "foundationdb-jar-${version}";
Expand Down

0 comments on commit f1e4098

Please sign in to comment.