Skip to content

Commit

Permalink
Update to 7.1.57
Browse files Browse the repository at this point in the history
  • Loading branch information
nktpro committed Mar 30, 2024
1 parent 6637332 commit 7b6e754
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
12 changes: 6 additions & 6 deletions flake.lock

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

6 changes: 3 additions & 3 deletions nix/7.x/aarch64-darwin.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@
, cpio
}:
let
version = "7.1.53";
version = "7.1.57";
installer = fetchurl {
name = "foundationdb-installer-${version}";
url = "https://github.com/apple/foundationdb/releases/download/${version}/FoundationDB-${version}_arm64.pkg";
sha256 = "sha256-zWsi6KFnAOkypCF6gO9nlYcnFItqEgR44pSrUmYDjUc=";
sha256 = "sha256-YmXEuuMMC5ZyJbfmHtgaZT6TKC3mh7P3v3rDFOIKsFU=";
};
jar = fetchurl {
name = "foundationdb-jar-${version}";
url = "https://repo1.maven.org/maven2/org/foundationdb/fdb-java/${version}/fdb-java-${version}.jar";
sha256 = "sha256-9bO6EdWa7IwB4Ha/du7fJ079HouFFFGP1tmFZ1WzBVk=";
sha256 = "sha256-Ip+eFIYeTchp0JQwDo4OAu+XMv4AjvINxP0be0XHLZk=";
};
in
runCommand "foundationdb-${version}"
Expand Down
4 changes: 2 additions & 2 deletions nix/7.x/linux.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
, jemalloc
, glibc
, removeReferencesTo
, version ? "7.1.53"
, sha256 ? "sha256-xGgqf+egEP/ed2L5okKeFLkfLVuzgqmpl28ALTwYBB8="
, version ? "7.1.57"
, sha256 ? "sha256-Z56SmqM3a7FM89WR/8npB3BIyE7xt2eeXZrV3fgYNic="
}:
let
src = fetchFromGitHub {
Expand Down

0 comments on commit 7b6e754

Please sign in to comment.