diff --git a/flake.lock b/flake.lock index 21716c1..c02ae3b 100644 --- a/flake.lock +++ b/flake.lock @@ -3,37 +3,37 @@ "determinate-nixd-aarch64-darwin": { "flake": false, "locked": { - "narHash": "sha256-4oU/lxAitPLRvotjLZFttrtkHopLtj3vSc0FT6Gd1LY=", + "narHash": "sha256-NK3YCWCmz9WYQtXTg5/VYNo+KrV/7P5rBYqVhkzWEv8=", "type": "file", - "url": "https://install.determinate.systems/determinate-nixd/tag/v3.16.2/macOS" + "url": "https://install.determinate.systems/determinate-nixd/tag/v3.16.3/macOS" }, "original": { "type": "file", - "url": "https://install.determinate.systems/determinate-nixd/tag/v3.16.2/macOS" + "url": "https://install.determinate.systems/determinate-nixd/tag/v3.16.3/macOS" } }, "determinate-nixd-aarch64-linux": { "flake": false, "locked": { - "narHash": "sha256-6n9ID5nKMq6ABM6/eb+duuhL9H0TbN92Vqa3gSONSUY=", + "narHash": "sha256-RtiD/ualuvKSZH04G5KpBd2D4tcr5pv//cU+CGnByKs=", "type": "file", - "url": "https://install.determinate.systems/determinate-nixd/tag/v3.16.2/aarch64-linux" + "url": "https://install.determinate.systems/determinate-nixd/tag/v3.16.3/aarch64-linux" }, "original": { "type": "file", - "url": "https://install.determinate.systems/determinate-nixd/tag/v3.16.2/aarch64-linux" + "url": "https://install.determinate.systems/determinate-nixd/tag/v3.16.3/aarch64-linux" } }, "determinate-nixd-x86_64-linux": { "flake": false, "locked": { - "narHash": "sha256-ChhJ315xQlTD42E63je+q4m/Q+6b3iJLPqtxfe0EFXA=", + "narHash": "sha256-XDzjUdfsnWtANfAzd8GpLkuch1+3rHDGD2uKN93Fw6M=", "type": "file", - "url": "https://install.determinate.systems/determinate-nixd/tag/v3.16.2/x86_64-linux" + "url": "https://install.determinate.systems/determinate-nixd/tag/v3.16.3/x86_64-linux" }, "original": { "type": "file", - "url": "https://install.determinate.systems/determinate-nixd/tag/v3.16.2/x86_64-linux" + "url": "https://install.determinate.systems/determinate-nixd/tag/v3.16.3/x86_64-linux" } }, "flake-compat": { @@ -105,12 +105,12 @@ "nixpkgs-regression": "nixpkgs-regression" }, "locked": { - "lastModified": 1771889406, - "narHash": "sha256-JzcklsiAWkuFkQYteYMTsoc3TkHoasjwXwnMLi4SGQg=", - "rev": "1ffadb01af2fe429381f4a455aba56684868c106", - "revCount": 24681, + "lastModified": 1771906938, + "narHash": "sha256-yMI4VhuahG1027I+x/xy0F5FUM7ntwB/hDouCmpwEb8=", + "rev": "628d55ca372a6d9eb071804b589aaa8a6974807d", + "revCount": 24688, "type": "tarball", - "url": "https://api.flakehub.com/f/pinned/DeterminateSystems/nix-src/3.16.2/019c8d05-97ec-7d2f-8788-2b94ad1424b2/source.tar.gz" + "url": "https://api.flakehub.com/f/pinned/DeterminateSystems/nix-src/3.16.3/019c8e13-4542-7edc-9244-38a597d18258/source.tar.gz" }, "original": { "type": "tarball", diff --git a/flake.nix b/flake.nix index 6c17be6..1f774be 100644 --- a/flake.nix +++ b/flake.nix @@ -6,15 +6,15 @@ nixpkgs.url = "https://flakehub.com/f/DeterminateSystems/nixpkgs-weekly/0.1"; determinate-nixd-aarch64-linux = { - url = "https://install.determinate.systems/determinate-nixd/tag/v3.16.2/aarch64-linux"; + url = "https://install.determinate.systems/determinate-nixd/tag/v3.16.3/aarch64-linux"; flake = false; }; determinate-nixd-x86_64-linux = { - url = "https://install.determinate.systems/determinate-nixd/tag/v3.16.2/x86_64-linux"; + url = "https://install.determinate.systems/determinate-nixd/tag/v3.16.3/x86_64-linux"; flake = false; }; determinate-nixd-aarch64-darwin = { - url = "https://install.determinate.systems/determinate-nixd/tag/v3.16.2/macOS"; + url = "https://install.determinate.systems/determinate-nixd/tag/v3.16.3/macOS"; flake = false; }; };