diff --git a/flake.lock b/flake.lock index a5e6911..21716c1 100644 --- a/flake.lock +++ b/flake.lock @@ -3,37 +3,37 @@ "determinate-nixd-aarch64-darwin": { "flake": false, "locked": { - "narHash": "sha256-0XkUirEk7+g6ZoPfUOh/e1qboWVbCRMvMnPj3GL0v/o=", + "narHash": "sha256-4oU/lxAitPLRvotjLZFttrtkHopLtj3vSc0FT6Gd1LY=", "type": "file", - "url": "https://install.determinate.systems/determinate-nixd/tag/v3.16.1/macOS" + "url": "https://install.determinate.systems/determinate-nixd/tag/v3.16.2/macOS" }, "original": { "type": "file", - "url": "https://install.determinate.systems/determinate-nixd/tag/v3.16.1/macOS" + "url": "https://install.determinate.systems/determinate-nixd/tag/v3.16.2/macOS" } }, "determinate-nixd-aarch64-linux": { "flake": false, "locked": { - "narHash": "sha256-CtHa97NhKyDtdT9GIfW/1FtIKZ897MTWHfKHFI4a6+E=", + "narHash": "sha256-6n9ID5nKMq6ABM6/eb+duuhL9H0TbN92Vqa3gSONSUY=", "type": "file", - "url": "https://install.determinate.systems/determinate-nixd/tag/v3.16.1/aarch64-linux" + "url": "https://install.determinate.systems/determinate-nixd/tag/v3.16.2/aarch64-linux" }, "original": { "type": "file", - "url": "https://install.determinate.systems/determinate-nixd/tag/v3.16.1/aarch64-linux" + "url": "https://install.determinate.systems/determinate-nixd/tag/v3.16.2/aarch64-linux" } }, "determinate-nixd-x86_64-linux": { "flake": false, "locked": { - "narHash": "sha256-HoenTcRabfTreYY94pa/CXol4xnS3JbiPy0PN7gHZ8Y=", + "narHash": "sha256-ChhJ315xQlTD42E63je+q4m/Q+6b3iJLPqtxfe0EFXA=", "type": "file", - "url": "https://install.determinate.systems/determinate-nixd/tag/v3.16.1/x86_64-linux" + "url": "https://install.determinate.systems/determinate-nixd/tag/v3.16.2/x86_64-linux" }, "original": { "type": "file", - "url": "https://install.determinate.systems/determinate-nixd/tag/v3.16.1/x86_64-linux" + "url": "https://install.determinate.systems/determinate-nixd/tag/v3.16.2/x86_64-linux" } }, "flake-compat": { @@ -105,12 +105,12 @@ "nixpkgs-regression": "nixpkgs-regression" }, "locked": { - "lastModified": 1771795612, - "narHash": "sha256-UAvzXk5s7y6RPYB7isRFDe/Y20U9iK8f0NH+sfV7yPU=", - "rev": "358fb43e8c8df9718182b4ea17a335915261a8ef", - "revCount": 24671, + "lastModified": 1771889406, + "narHash": "sha256-JzcklsiAWkuFkQYteYMTsoc3TkHoasjwXwnMLi4SGQg=", + "rev": "1ffadb01af2fe429381f4a455aba56684868c106", + "revCount": 24681, "type": "tarball", - "url": "https://api.flakehub.com/f/pinned/DeterminateSystems/nix-src/3.16.1/019c8765-f403-7aae-ade5-5c697b3c3cad/source.tar.gz" + "url": "https://api.flakehub.com/f/pinned/DeterminateSystems/nix-src/3.16.2/019c8d05-97ec-7d2f-8788-2b94ad1424b2/source.tar.gz" }, "original": { "type": "tarball", diff --git a/flake.nix b/flake.nix index 9d801f7..6c17be6 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.1/aarch64-linux"; + url = "https://install.determinate.systems/determinate-nixd/tag/v3.16.2/aarch64-linux"; flake = false; }; determinate-nixd-x86_64-linux = { - url = "https://install.determinate.systems/determinate-nixd/tag/v3.16.1/x86_64-linux"; + url = "https://install.determinate.systems/determinate-nixd/tag/v3.16.2/x86_64-linux"; flake = false; }; determinate-nixd-aarch64-darwin = { - url = "https://install.determinate.systems/determinate-nixd/tag/v3.16.1/macOS"; + url = "https://install.determinate.systems/determinate-nixd/tag/v3.16.2/macOS"; flake = false; }; };