diff --git a/flake.lock b/flake.lock index 26a9aa8..48f445c 100644 --- a/flake.lock +++ b/flake.lock @@ -3,37 +3,37 @@ "determinate-nixd-aarch64-darwin": { "flake": false, "locked": { - "narHash": "sha256-FIQdKceChaoDlYYfIfoTiyRfmNyxp8+EXPzCg584uB4=", + "narHash": "sha256-I03XaJRNQHh/N3ea2qpMU78DahTm7tSfF+urRABhKiQ=", "type": "file", - "url": "https://install.determinate.systems/determinate-nixd/tag/v0.2.5/macOS" + "url": "https://install.determinate.systems/determinate-nixd/tag/v0.2.6/macOS" }, "original": { "type": "file", - "url": "https://install.determinate.systems/determinate-nixd/tag/v0.2.5/macOS" + "url": "https://install.determinate.systems/determinate-nixd/tag/v0.2.6/macOS" } }, "determinate-nixd-aarch64-linux": { "flake": false, "locked": { - "narHash": "sha256-IPrjf/cntNxn1CKc1Z3SNsoxVw2iR+AKTzGR4UqfH+U=", + "narHash": "sha256-yxF7hyInOc+S1BEaxjLBLHUFjSAjC0bRKh0glUt4ilo=", "type": "file", - "url": "https://install.determinate.systems/determinate-nixd/tag/v0.2.5/aarch64-linux" + "url": "https://install.determinate.systems/determinate-nixd/tag/v0.2.6/aarch64-linux" }, "original": { "type": "file", - "url": "https://install.determinate.systems/determinate-nixd/tag/v0.2.5/aarch64-linux" + "url": "https://install.determinate.systems/determinate-nixd/tag/v0.2.6/aarch64-linux" } }, "determinate-nixd-x86_64-linux": { "flake": false, "locked": { - "narHash": "sha256-NrWVnTNDkF31KXBcpPOoKksfapvkIH1M3sBQo3adNbY=", + "narHash": "sha256-/LPSCwR/ueorahCcyUSVym3y3lnRXkc6pqWwW2T/yT8=", "type": "file", - "url": "https://install.determinate.systems/determinate-nixd/tag/v0.2.5/x86_64-linux" + "url": "https://install.determinate.systems/determinate-nixd/tag/v0.2.6/x86_64-linux" }, "original": { "type": "file", - "url": "https://install.determinate.systems/determinate-nixd/tag/v0.2.5/x86_64-linux" + "url": "https://install.determinate.systems/determinate-nixd/tag/v0.2.6/x86_64-linux" } }, "flake-compat": { @@ -231,12 +231,12 @@ }, "nixpkgs_3": { "locked": { - "lastModified": 1733064805, - "narHash": "sha256-7NbtSLfZO0q7MXPl5hzA0sbVJt6pWxxtGWbaVUDDmjs=", - "rev": "31d66ae40417bb13765b0ad75dd200400e98de84", - "revCount": 715040, + "lastModified": 1733686850, + "narHash": "sha256-NQEO/nZWWGTGlkBWtCs/1iF1yl2lmQ1oY/8YZrumn3I=", + "rev": "dd51f52372a20a93c219e8216fe528a648ffcbf4", + "revCount": 719099, "type": "tarball", - "url": "https://api.flakehub.com/f/pinned/DeterminateSystems/nixpkgs-weekly/0.1.715040%2Brev-31d66ae40417bb13765b0ad75dd200400e98de84/01938b06-3358-73df-a7e1-598cb884b5d0/source.tar.gz" + "url": "https://api.flakehub.com/f/pinned/DeterminateSystems/nixpkgs-weekly/0.1.719099%2Brev-dd51f52372a20a93c219e8216fe528a648ffcbf4/0193af12-b91a-77b9-9c72-3172a023752d/source.tar.gz" }, "original": { "type": "tarball", diff --git a/flake.nix b/flake.nix index 784cec1..867d6a2 100644 --- a/flake.nix +++ b/flake.nix @@ -6,15 +6,15 @@ nixpkgs.url = "https://flakehub.com/f/DeterminateSystems/nixpkgs-weekly/0.1.tar.gz"; determinate-nixd-aarch64-linux = { - url = "https://install.determinate.systems/determinate-nixd/tag/v0.2.5/aarch64-linux"; + url = "https://install.determinate.systems/determinate-nixd/tag/v0.2.6/aarch64-linux"; flake = false; }; determinate-nixd-x86_64-linux = { - url = "https://install.determinate.systems/determinate-nixd/tag/v0.2.5/x86_64-linux"; + url = "https://install.determinate.systems/determinate-nixd/tag/v0.2.6/x86_64-linux"; flake = false; }; determinate-nixd-aarch64-darwin = { - url = "https://install.determinate.systems/determinate-nixd/tag/v0.2.5/macOS"; + url = "https://install.determinate.systems/determinate-nixd/tag/v0.2.6/macOS"; flake = false; }; determinate-nixd-x86_64-darwin.follows = "determinate-nixd-aarch64-darwin";