diff --git a/flake.lock b/flake.lock index c65542c..252d871 100644 --- a/flake.lock +++ b/flake.lock @@ -3,37 +3,37 @@ "determinate-nixd-aarch64-darwin": { "flake": false, "locked": { - "narHash": "sha256-2hh/7cbdn7SBVWpOV1gYfkrtlDTodCH6UUpu0SHY2wI=", + "narHash": "sha256-Dym4kTLMTxAxNyZcrHRKRVMBINQPA7qgr+7dHozNrps=", "type": "file", - "url": "https://install.determinate.systems/determinate-nixd/tag/v3.11.0/macOS" + "url": "https://install.determinate.systems/determinate-nixd/tag/v3.11.1/macOS" }, "original": { "type": "file", - "url": "https://install.determinate.systems/determinate-nixd/tag/v3.11.0/macOS" + "url": "https://install.determinate.systems/determinate-nixd/tag/v3.11.1/macOS" } }, "determinate-nixd-aarch64-linux": { "flake": false, "locked": { - "narHash": "sha256-LwKQ/fo5K2t16z6PgD/gFc0UaFNgJEdKaG7Kon63aJE=", + "narHash": "sha256-eYVSpk+ly2YRSYvgT47ABmFRwG0DliNO/8ntBkoRmjI=", "type": "file", - "url": "https://install.determinate.systems/determinate-nixd/tag/v3.11.0/aarch64-linux" + "url": "https://install.determinate.systems/determinate-nixd/tag/v3.11.1/aarch64-linux" }, "original": { "type": "file", - "url": "https://install.determinate.systems/determinate-nixd/tag/v3.11.0/aarch64-linux" + "url": "https://install.determinate.systems/determinate-nixd/tag/v3.11.1/aarch64-linux" } }, "determinate-nixd-x86_64-linux": { "flake": false, "locked": { - "narHash": "sha256-kiwI4TbmtkgLH4BOM+g7mIqRhPJc635JzZgGi6isjxU=", + "narHash": "sha256-ZvRoKG/v0WS2XrDgkV+/hq3ARGokGisyelncKwlefvk=", "type": "file", - "url": "https://install.determinate.systems/determinate-nixd/tag/v3.11.0/x86_64-linux" + "url": "https://install.determinate.systems/determinate-nixd/tag/v3.11.1/x86_64-linux" }, "original": { "type": "file", - "url": "https://install.determinate.systems/determinate-nixd/tag/v3.11.0/x86_64-linux" + "url": "https://install.determinate.systems/determinate-nixd/tag/v3.11.1/x86_64-linux" } }, "flake-compat": { @@ -105,12 +105,12 @@ "nixpkgs-regression": "nixpkgs-regression" }, "locked": { - "lastModified": 1756930954, - "narHash": "sha256-j9705/Sz7wuqrZv/KxazsltKev+JFC7uxeo7fyS4jW0=", - "rev": "869a589e9711373cff23cc1ef904776f19d2915a", - "revCount": 22302, + "lastModified": 1757029043, + "narHash": "sha256-/XtKs/hpYXJPeT3WppFVFZH1WvPDmeTt11hMWt/Bwas=", + "rev": "7143558a0989008c8e08cc27c3cb6a031f30b356", + "revCount": 22309, "type": "tarball", - "url": "https://api.flakehub.com/f/pinned/DeterminateSystems/nix-src/3.11.0/0199115d-cc20-7faa-8329-b54571934f81/source.tar.gz" + "url": "https://api.flakehub.com/f/pinned/DeterminateSystems/nix-src/3.11.1/01991737-661d-7932-b7c9-d3a0499b4c3f/source.tar.gz" }, "original": { "type": "tarball", diff --git a/flake.nix b/flake.nix index 81f9630..9330d95 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.11.0/aarch64-linux"; + url = "https://install.determinate.systems/determinate-nixd/tag/v3.11.1/aarch64-linux"; flake = false; }; determinate-nixd-x86_64-linux = { - url = "https://install.determinate.systems/determinate-nixd/tag/v3.11.0/x86_64-linux"; + url = "https://install.determinate.systems/determinate-nixd/tag/v3.11.1/x86_64-linux"; flake = false; }; determinate-nixd-aarch64-darwin = { - url = "https://install.determinate.systems/determinate-nixd/tag/v3.11.0/macOS"; + url = "https://install.determinate.systems/determinate-nixd/tag/v3.11.1/macOS"; flake = false; }; determinate-nixd-x86_64-darwin.follows = "determinate-nixd-aarch64-darwin";