Skip to content

Commit 7b6e754

Browse files
committed
Update to 7.1.57
1 parent 6637332 commit 7b6e754

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

flake.lock

+6-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

nix/7.x/aarch64-darwin.nix

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,16 @@
77
, cpio
88
}:
99
let
10-
version = "7.1.53";
10+
version = "7.1.57";
1111
installer = fetchurl {
1212
name = "foundationdb-installer-${version}";
1313
url = "https://github.com/apple/foundationdb/releases/download/${version}/FoundationDB-${version}_arm64.pkg";
14-
sha256 = "sha256-zWsi6KFnAOkypCF6gO9nlYcnFItqEgR44pSrUmYDjUc=";
14+
sha256 = "sha256-YmXEuuMMC5ZyJbfmHtgaZT6TKC3mh7P3v3rDFOIKsFU=";
1515
};
1616
jar = fetchurl {
1717
name = "foundationdb-jar-${version}";
1818
url = "https://repo1.maven.org/maven2/org/foundationdb/fdb-java/${version}/fdb-java-${version}.jar";
19-
sha256 = "sha256-9bO6EdWa7IwB4Ha/du7fJ079HouFFFGP1tmFZ1WzBVk=";
19+
sha256 = "sha256-Ip+eFIYeTchp0JQwDo4OAu+XMv4AjvINxP0be0XHLZk=";
2020
};
2121
in
2222
runCommand "foundationdb-${version}"

nix/7.x/linux.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
, jemalloc
1919
, glibc
2020
, removeReferencesTo
21-
, version ? "7.1.53"
22-
, sha256 ? "sha256-xGgqf+egEP/ed2L5okKeFLkfLVuzgqmpl28ALTwYBB8="
21+
, version ? "7.1.57"
22+
, sha256 ? "sha256-Z56SmqM3a7FM89WR/8npB3BIyE7xt2eeXZrV3fgYNic="
2323
}:
2424
let
2525
src = fetchFromGitHub {

0 commit comments

Comments
 (0)