From 49a995f1eb2402bbda641eadb35254d5aec57696 Mon Sep 17 00:00:00 2001 From: Christoph Heiss Date: Sat, 10 Feb 2024 19:00:45 +0100 Subject: [PATCH] flake: update nixpkgs to 31-01-2024 Signed-off-by: Christoph Heiss --- flake.lock | 20 ++++++++++---------- flake.nix | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/flake.lock b/flake.lock index 438c98f..e9adcf8 100644 --- a/flake.lock +++ b/flake.lock @@ -5,11 +5,11 @@ "systems": "systems" }, "locked": { - "lastModified": 1694529238, - "narHash": "sha256-zsNZZGTGnMOf9YpHKJqMSsa0dXbfmxeoJ7xHlrt+xmY=", + "lastModified": 1705309234, + "narHash": "sha256-uNRRNRKmJyCRC/8y1RqBkqWBLM034y4qN7EprSdmgyA=", "owner": "numtide", "repo": "flake-utils", - "rev": "ff7b65b44d01cf9ba6a71320833626af21126384", + "rev": "1ef2e671c3b0c19053962c07dbda38332dcebf26", "type": "github" }, "original": { @@ -20,17 +20,17 @@ }, "nixpkgs": { "locked": { - "lastModified": 1698792894, - "narHash": "sha256-0jeVARFZGgZRPTm6kJ16ForSOQSHCzzMqcNS7dvw5cw=", + "lastModified": 1706741902, + "narHash": "sha256-sZEirOfilnVXOlEoLIxD4RR0jxPIxOfWl/qbTUYHxPg=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "3e548066a4e7a896c7d24e1ea105902d5458e417", + "rev": "54622e4828f7f66d1e3ccc1fab3dc03cc95aeb8e", "type": "github" }, "original": { "owner": "NixOS", "repo": "nixpkgs", - "rev": "3e548066a4e7a896c7d24e1ea105902d5458e417", + "rev": "54622e4828f7f66d1e3ccc1fab3dc03cc95aeb8e", "type": "github" } }, @@ -63,11 +63,11 @@ ] }, "locked": { - "lastModified": 1698438538, - "narHash": "sha256-AWxaKTDL3MtxaVTVU5lYBvSnlspOS0Fjt8GxBgnU0Do=", + "lastModified": 1707300477, + "narHash": "sha256-qQF0fEkHlnxHcrKIMRzOETnRBksUK048MXkX0SOmxvA=", "owner": "numtide", "repo": "treefmt-nix", - "rev": "5deb8dc125a9f83b65ca86cf0c8167c46593e0b1", + "rev": "ac599dab59a66304eb511af07b3883114f061b9d", "type": "github" }, "original": { diff --git a/flake.nix b/flake.nix index 09ce725..be2881d 100644 --- a/flake.nix +++ b/flake.nix @@ -3,7 +3,7 @@ inputs = { nixpkgs.url = - "github:NixOS/nixpkgs/3e548066a4e7a896c7d24e1ea105902d5458e417"; # 31-10-2023 + "github:NixOS/nixpkgs/54622e4828f7f66d1e3ccc1fab3dc03cc95aeb8e"; # 31-01-2024 flake-utils.url = "github:numtide/flake-utils"; treefmt-nix = { url = "github:numtide/treefmt-nix";