diff --git a/flake.lock b/flake.lock index 27afb959a..41d82e645 100644 --- a/flake.lock +++ b/flake.lock @@ -78,16 +78,16 @@ "nixpkgs-regression": "nixpkgs-regression" }, "locked": { - "lastModified": 1737727335, - "narHash": "sha256-1T7WRNfUMsiiNB77BuHElzjavguL8oJx+wBtfMcobq8=", - "rev": "36bd92736faaf81c6af3dff8f560963eb4e76b14", - "revCount": 19142, + "lastModified": 1739376598, + "narHash": "sha256-EOnBPe+ydQ0/P5ZyWnFekvpyUxMcmh2rnP9yNFi/EqU=", + "rev": "b3e92048335d88553c1d6bbcf280e95b9a1b5a75", + "revCount": 19173, "type": "tarball", - "url": "https://api.flakehub.com/f/pinned/NixOS/nix/2.26.1/019498e7-9120-780b-8c84-bcb5d4f73583/source.tar.gz" + "url": "https://api.flakehub.com/f/pinned/NixOS/nix/2.26.2/0194fbd7-e2ec-7193-93a9-05ae757e79a1/source.tar.gz" }, "original": { "type": "tarball", - "url": "https://flakehub.com/f/NixOS/nix/%3D2.26.1" + "url": "https://flakehub.com/f/NixOS/nix/%3D2.26.2" } }, "nixpkgs": { diff --git a/flake.nix b/flake.nix index b4b9f15bd..3eedaff7a 100644 --- a/flake.nix +++ b/flake.nix @@ -1,7 +1,7 @@ { description = "Determinate Nix"; inputs = { - nix.url = "https://flakehub.com/f/NixOS/nix/=2.26.1"; + nix.url = "https://flakehub.com/f/NixOS/nix/=2.26.2"; nixpkgs.url = "https://flakehub.com/f/NixOS/nixpkgs/*"; };