From ec2b66ee7d8013181787b1ec323526db57b66f16 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Thu, 26 Sep 2024 03:27:43 +0200 Subject: [PATCH] Update Nix to 2.24.8 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Flake lock file updates: • Updated input 'nix': 'https://api.flakehub.com/f/pinned/NixOS/nix/2.24.7/01920c94-c298-70c1-aff6-98f921fb4c68/source.tar.gz?narHash=sha256-NAyc5MR/T70umcSeMv7y3AVt00ZkmDXGm7LfYKTONfE%3D' (2024-09-19) → 'https://api.flakehub.com/f/pinned/NixOS/nix/2.24.8/01922bf0-4d5b-7753-b262-2497ef4593e8/source.tar.gz?narHash=sha256-YPJA0stZucs13Y2DQr3JIL6JfakP//LDbYXNhic/rKk%3D' (2024-09-25) --- flake.lock | 12 ++++++------ flake.nix | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/flake.lock b/flake.lock index 743ac3c34..1cb0d437b 100644 --- a/flake.lock +++ b/flake.lock @@ -96,16 +96,16 @@ "nixpkgs-regression": "nixpkgs-regression" }, "locked": { - "lastModified": 1726776596, - "narHash": "sha256-NAyc5MR/T70umcSeMv7y3AVt00ZkmDXGm7LfYKTONfE=", - "rev": "b5154deba3c32789ae6a9bbd6dfa452f335a6da5", - "revCount": 18141, + "lastModified": 1727305479, + "narHash": "sha256-YPJA0stZucs13Y2DQr3JIL6JfakP//LDbYXNhic/rKk=", + "rev": "618a0cc9875628171663c9bc3829ed3755a458ed", + "revCount": 18153, "type": "tarball", - "url": "https://api.flakehub.com/f/pinned/NixOS/nix/2.24.7/01920c94-c298-70c1-aff6-98f921fb4c68/source.tar.gz" + "url": "https://api.flakehub.com/f/pinned/NixOS/nix/2.24.8/01922bf0-4d5b-7753-b262-2497ef4593e8/source.tar.gz" }, "original": { "type": "tarball", - "url": "https://flakehub.com/f/NixOS/nix/%3D2.24.7" + "url": "https://flakehub.com/f/NixOS/nix/%3D2.24.8" } }, "nixpkgs": { diff --git a/flake.nix b/flake.nix index cdeee5599..24f41452e 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.7"; + nix.url = "https://flakehub.com/f/NixOS/nix/=2.24.8"; nixpkgs.url = "https://flakehub.com/f/NixOS/nixpkgs/*"; };