Skip to content

Commit 6637332

Browse files
committed
Update to 7.1.53
1 parent f1e4098 commit 6637332

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.45";
10+
version = "7.1.53";
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-fQVDapI9Ay8hIYY29VXmhsxU+IdySrhYelUNuRlrmQY=";
14+
sha256 = "sha256-zWsi6KFnAOkypCF6gO9nlYcnFItqEgR44pSrUmYDjUc=";
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-oHhzeCMMqiOP7mmCmJBd8xe57tZuTs851Ly6bpVgqDk=";
19+
sha256 = "sha256-9bO6EdWa7IwB4Ha/du7fJ079HouFFFGP1tmFZ1WzBVk=";
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.45"
22-
, sha256 ? "sha256-hmqQfD7J9LDVap7nkH8AT05iPmpAwED+oKjQwjkL2mI="
21+
, version ? "7.1.53"
22+
, sha256 ? "sha256-xGgqf+egEP/ed2L5okKeFLkfLVuzgqmpl28ALTwYBB8="
2323
}:
2424
let
2525
src = fetchFromGitHub {

0 commit comments

Comments
 (0)