diff --git a/flake.lock b/flake.lock index 85abfd6..c44cbc9 100644 --- a/flake.lock +++ b/flake.lock @@ -3,37 +3,37 @@ "determinate-nixd-aarch64-darwin": { "flake": false, "locked": { - "narHash": "sha256-wMxUMoLK3e68VTDdI8JC6fZKjBux7Meh8U+3g/wnKSE=", + "narHash": "sha256-76KjZDujSBvk+weVMPngpcbbERAdCozOXni6LII6M/g=", "type": "file", - "url": "https://install.determinate.systems/determinate-nixd/tag/v3.22.1/macOS" + "url": "https://install.determinate.systems/determinate-nixd/tag/v3.22.2/macOS" }, "original": { "type": "file", - "url": "https://install.determinate.systems/determinate-nixd/tag/v3.22.1/macOS" + "url": "https://install.determinate.systems/determinate-nixd/tag/v3.22.2/macOS" } }, "determinate-nixd-aarch64-linux": { "flake": false, "locked": { - "narHash": "sha256-LqG2aJXwkAeemdmDvhWjADh2ZpadI32jrsFfCsZTa1Q=", + "narHash": "sha256-zr+VnNMCbERuf0mUOjJHBft/BwZdcjk4rKA7pXwRbSY=", "type": "file", - "url": "https://install.determinate.systems/determinate-nixd/tag/v3.22.1/aarch64-linux" + "url": "https://install.determinate.systems/determinate-nixd/tag/v3.22.2/aarch64-linux" }, "original": { "type": "file", - "url": "https://install.determinate.systems/determinate-nixd/tag/v3.22.1/aarch64-linux" + "url": "https://install.determinate.systems/determinate-nixd/tag/v3.22.2/aarch64-linux" } }, "determinate-nixd-x86_64-linux": { "flake": false, "locked": { - "narHash": "sha256-sXxr7bL0luNTafC9rvjh34sE1nrub0UQjhB9KmHjum0=", + "narHash": "sha256-Rp0y7m4SQecV4R8wFjNLRIXcC73I4r4js+kAdAkoAbk=", "type": "file", - "url": "https://install.determinate.systems/determinate-nixd/tag/v3.22.1/x86_64-linux" + "url": "https://install.determinate.systems/determinate-nixd/tag/v3.22.2/x86_64-linux" }, "original": { "type": "file", - "url": "https://install.determinate.systems/determinate-nixd/tag/v3.22.1/x86_64-linux" + "url": "https://install.determinate.systems/determinate-nixd/tag/v3.22.2/x86_64-linux" } }, "flake-compat": { @@ -102,12 +102,12 @@ "nixpkgs-regression": "nixpkgs-regression" }, "locked": { - "lastModified": 1787146895, - "narHash": "sha256-zKZlnOTtMHwri2kxYPziIGkLL7Q9go0CrwGbZ/7wD6s=", - "rev": "9dee162cae223df4d358182b4871ebad258743aa", - "revCount": 27234, + "lastModified": 1787334067, + "narHash": "sha256-wmwgSBcAGJe/e+FrLwJxlghYV12F7UkIodm0j6cosYg=", + "rev": "c407745c8b9b616bebf7288697699c45794e31ac", + "revCount": 27248, "type": "tarball", - "url": "https://api.flakehub.com/f/pinned/DeterminateSystems/nix-src/3.22.1/01a01a62-3751-7452-879c-be17f74a7df2/source.tar.gz" + "url": "https://api.flakehub.com/f/pinned/DeterminateSystems/nix-src/3.22.2/01a02595-e77f-7e43-a616-5bbc77a2dc07/source.tar.gz" }, "original": { "type": "tarball", diff --git a/flake.nix b/flake.nix index d053005..a3da81e 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.22.1/aarch64-linux"; + url = "https://install.determinate.systems/determinate-nixd/tag/v3.22.2/aarch64-linux"; flake = false; }; determinate-nixd-x86_64-linux = { - url = "https://install.determinate.systems/determinate-nixd/tag/v3.22.1/x86_64-linux"; + url = "https://install.determinate.systems/determinate-nixd/tag/v3.22.2/x86_64-linux"; flake = false; }; determinate-nixd-aarch64-darwin = { - url = "https://install.determinate.systems/determinate-nixd/tag/v3.22.1/macOS"; + url = "https://install.determinate.systems/determinate-nixd/tag/v3.22.2/macOS"; flake = false; }; };