diff --git a/flake.lock b/flake.lock index cc18a31..c65542c 100644 --- a/flake.lock +++ b/flake.lock @@ -3,37 +3,37 @@ "determinate-nixd-aarch64-darwin": { "flake": false, "locked": { - "narHash": "sha256-xBryNiGZAU6q2XfAxITBsTQqFkN54bLfPFiTRok4APk=", + "narHash": "sha256-2hh/7cbdn7SBVWpOV1gYfkrtlDTodCH6UUpu0SHY2wI=", "type": "file", - "url": "https://install.determinate.systems/determinate-nixd/tag/v3.10.1/macOS" + "url": "https://install.determinate.systems/determinate-nixd/tag/v3.11.0/macOS" }, "original": { "type": "file", - "url": "https://install.determinate.systems/determinate-nixd/tag/v3.10.1/macOS" + "url": "https://install.determinate.systems/determinate-nixd/tag/v3.11.0/macOS" } }, "determinate-nixd-aarch64-linux": { "flake": false, "locked": { - "narHash": "sha256-V77Sp3bdNGfAIR/APOHwkpo27zp40AGUMYXnY+iOTKg=", + "narHash": "sha256-LwKQ/fo5K2t16z6PgD/gFc0UaFNgJEdKaG7Kon63aJE=", "type": "file", - "url": "https://install.determinate.systems/determinate-nixd/tag/v3.10.1/aarch64-linux" + "url": "https://install.determinate.systems/determinate-nixd/tag/v3.11.0/aarch64-linux" }, "original": { "type": "file", - "url": "https://install.determinate.systems/determinate-nixd/tag/v3.10.1/aarch64-linux" + "url": "https://install.determinate.systems/determinate-nixd/tag/v3.11.0/aarch64-linux" } }, "determinate-nixd-x86_64-linux": { "flake": false, "locked": { - "narHash": "sha256-zowqK8/V4WUOW7Nbh/Xh8Nf4q7M01w4rhJqtcDMmlGY=", + "narHash": "sha256-kiwI4TbmtkgLH4BOM+g7mIqRhPJc635JzZgGi6isjxU=", "type": "file", - "url": "https://install.determinate.systems/determinate-nixd/tag/v3.10.1/x86_64-linux" + "url": "https://install.determinate.systems/determinate-nixd/tag/v3.11.0/x86_64-linux" }, "original": { "type": "file", - "url": "https://install.determinate.systems/determinate-nixd/tag/v3.10.1/x86_64-linux" + "url": "https://install.determinate.systems/determinate-nixd/tag/v3.11.0/x86_64-linux" } }, "flake-compat": { @@ -105,12 +105,12 @@ "nixpkgs-regression": "nixpkgs-regression" }, "locked": { - "lastModified": 1756840220, - "narHash": "sha256-2m1cbL45r1Q1mZZqOkEJmBmCSmEmg2gM5WGCF4KpJLk=", - "rev": "088770beb7cd2aaeb4eb5b3d16a6a7cde19507bf", - "revCount": 22120, + "lastModified": 1756930954, + "narHash": "sha256-j9705/Sz7wuqrZv/KxazsltKev+JFC7uxeo7fyS4jW0=", + "rev": "869a589e9711373cff23cc1ef904776f19d2915a", + "revCount": 22302, "type": "tarball", - "url": "https://api.flakehub.com/f/pinned/DeterminateSystems/nix-src/3.10.1/01990beb-1c30-76d6-a0f2-2cc186e5af10/source.tar.gz" + "url": "https://api.flakehub.com/f/pinned/DeterminateSystems/nix-src/3.11.0/0199115d-cc20-7faa-8329-b54571934f81/source.tar.gz" }, "original": { "type": "tarball", diff --git a/flake.nix b/flake.nix index a3fcf0d..81f9630 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.10.1/aarch64-linux"; + url = "https://install.determinate.systems/determinate-nixd/tag/v3.11.0/aarch64-linux"; flake = false; }; determinate-nixd-x86_64-linux = { - url = "https://install.determinate.systems/determinate-nixd/tag/v3.10.1/x86_64-linux"; + url = "https://install.determinate.systems/determinate-nixd/tag/v3.11.0/x86_64-linux"; flake = false; }; determinate-nixd-aarch64-darwin = { - url = "https://install.determinate.systems/determinate-nixd/tag/v3.10.1/macOS"; + url = "https://install.determinate.systems/determinate-nixd/tag/v3.11.0/macOS"; flake = false; }; determinate-nixd-x86_64-darwin.follows = "determinate-nixd-aarch64-darwin";