diff --git a/flake.lock b/flake.lock index 5a91cbb..109c34d 100644 --- a/flake.lock +++ b/flake.lock @@ -5,11 +5,11 @@ "systems": "systems" }, "locked": { - "lastModified": 1705309234, - "narHash": "sha256-uNRRNRKmJyCRC/8y1RqBkqWBLM034y4qN7EprSdmgyA=", + "lastModified": 1710146030, + "narHash": "sha256-SZ5L6eA7HJ/nmkzGG7/ISclqe6oZdOZTNoesiInkXPQ=", "owner": "numtide", "repo": "flake-utils", - "rev": "1ef2e671c3b0c19053962c07dbda38332dcebf26", + "rev": "b1d9ab70662946ef0850d488da1c9019f3a9752a", "type": "github" }, "original": { @@ -20,11 +20,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1706098335, - "narHash": "sha256-r3dWjT8P9/Ah5m5ul4WqIWD8muj5F+/gbCdjiNVBKmU=", + "lastModified": 1711668574, + "narHash": "sha256-u1dfs0ASQIEr1icTVrsKwg2xToIpn7ZXxW3RHfHxshg=", "owner": "nixos", "repo": "nixpkgs", - "rev": "a77ab169a83a4175169d78684ddd2e54486ac651", + "rev": "219951b495fc2eac67b1456824cc1ec1fd2ee659", "type": "github" }, "original": { diff --git a/nix/7.x/aarch64-darwin.nix b/nix/7.x/aarch64-darwin.nix index 903657c..63127ac 100644 --- a/nix/7.x/aarch64-darwin.nix +++ b/nix/7.x/aarch64-darwin.nix @@ -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}" diff --git a/nix/7.x/linux.nix b/nix/7.x/linux.nix index 741dc76..4b9b3f0 100644 --- a/nix/7.x/linux.nix +++ b/nix/7.x/linux.nix @@ -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 {