flake: update nixpkgs to 31-01-2024

Signed-off-by: Christoph Heiss <christoph@c8h4.io>
This commit is contained in:
Christoph Heiss 2024-02-10 19:00:45 +01:00
parent d240ad90a0
commit 49a995f1eb
Signed by: c8h4
GPG key ID: 73D5E7FDEE3DE49A
2 changed files with 11 additions and 11 deletions

View file

@ -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": {

View file

@ -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";