diff --git a/flake.lock b/flake.lock index 0ac1e63b1..fdc601d08 100644 --- a/flake.lock +++ b/flake.lock @@ -96,16 +96,16 @@ "nixpkgs-regression": "nixpkgs-regression" }, "locked": { - "lastModified": 1730321079, - "narHash": "sha256-XdeVy1/d6DEIYb3nOA6JIYF4fwMKNxtwJMgT3pHi+ko=", - "rev": "597fcc98e18e3178734d06a9e7306250e8cb8d74", - "revCount": 18185, + "lastModified": 1731528268, + "narHash": "sha256-MZNpb4awWHXU+kGmH58VUB7M9l6UVo33riuQLTbMh4E=", + "rev": "f87f87120a86bc9de289be497cf1a5520acb23ae", + "revCount": 18707, "type": "tarball", - "url": "https://api.flakehub.com/f/pinned/NixOS/nix/2.24.10/0192e247-90bb-7e27-ba8d-f7ee8344a03e/source.tar.gz" + "url": "https://api.flakehub.com/f/pinned/NixOS/nix/2.25.2/01932a40-abae-7e35-86e4-6b8e7e4a3bfc/source.tar.gz" }, "original": { "type": "tarball", - "url": "https://flakehub.com/f/NixOS/nix/%3D2.24.10" + "url": "https://flakehub.com/f/NixOS/nix/%3D2.25.2" } }, "nixpkgs": { @@ -158,12 +158,12 @@ }, "nixpkgs_2": { "locked": { - "lastModified": 1730137625, - "narHash": "sha256-9z8oOgFZiaguj+bbi3k4QhAD6JabWrnv7fscC/mt0KE=", - "rev": "64b80bfb316b57cdb8919a9110ef63393d74382a", - "revCount": 636213, + "lastModified": 1731386116, + "narHash": "sha256-lKA770aUmjPHdTaJWnP3yQ9OI1TigenUqVC3wweqZuI=", + "rev": "689fed12a013f56d4c4d3f612489634267d86529", + "revCount": 636735, "type": "tarball", - "url": "https://api.flakehub.com/f/pinned/NixOS/nixpkgs/0.2405.636213%2Brev-64b80bfb316b57cdb8919a9110ef63393d74382a/0192d84c-b6fc-7e39-a326-c46cc00f5b6a/source.tar.gz" + "url": "https://api.flakehub.com/f/pinned/NixOS/nixpkgs/0.2405.636735%2Brev-689fed12a013f56d4c4d3f612489634267d86529/01932898-f069-7dc5-b25f-f0249d89b599/source.tar.gz" }, "original": { "type": "tarball", diff --git a/flake.nix b/flake.nix index 3e7e7de85..3fc24ac8c 100644 --- a/flake.nix +++ b/flake.nix @@ -1,7 +1,7 @@ { description = "Determinate Nix"; inputs = { - nix.url = "https://flakehub.com/f/NixOS/nix/=2.24.10"; + nix.url = "https://flakehub.com/f/NixOS/nix/=2.25.2"; nixpkgs.url = "https://flakehub.com/f/NixOS/nixpkgs/*"; };