flake: update nixpkgs to 29-02-2024

Signed-off-by: Christoph Heiss <christoph@c8h4.io>
This commit is contained in:
Christoph Heiss 2024-03-05 12:14:30 +01:00
parent 6f7e729139
commit 2516ede692
Signed by: c8h4
GPG key ID: 1538094429952F86
2 changed files with 11 additions and 11 deletions

View file

@ -5,11 +5,11 @@
"systems": "systems"
},
"locked": {
"lastModified": 1705309234,
"narHash": "sha256-uNRRNRKmJyCRC/8y1RqBkqWBLM034y4qN7EprSdmgyA=",
"lastModified": 1709126324,
"narHash": "sha256-q6EQdSeUZOG26WelxqkmR7kArjgWCdw5sfJVHPH/7j8=",
"owner": "numtide",
"repo": "flake-utils",
"rev": "1ef2e671c3b0c19053962c07dbda38332dcebf26",
"rev": "d465f4819400de7c8d874d50b982301f28a84605",
"type": "github"
},
"original": {
@ -20,17 +20,17 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1706741902,
"narHash": "sha256-sZEirOfilnVXOlEoLIxD4RR0jxPIxOfWl/qbTUYHxPg=",
"lastModified": 1709247491,
"narHash": "sha256-ezQ9DykITIxyCURptrRFvkH4uqq1S0Lv22nclzIS0Rc=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "54622e4828f7f66d1e3ccc1fab3dc03cc95aeb8e",
"rev": "11a19b61065a7165c763688be3d1f63859389ba5",
"type": "github"
},
"original": {
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "54622e4828f7f66d1e3ccc1fab3dc03cc95aeb8e",
"rev": "11a19b61065a7165c763688be3d1f63859389ba5",
"type": "github"
}
},
@ -63,11 +63,11 @@
]
},
"locked": {
"lastModified": 1707300477,
"narHash": "sha256-qQF0fEkHlnxHcrKIMRzOETnRBksUK048MXkX0SOmxvA=",
"lastModified": 1709546977,
"narHash": "sha256-R0bi8zAWt1s1q7lSvwiFI8+kEL29rm4WtYTqPgjlEBs=",
"owner": "numtide",
"repo": "treefmt-nix",
"rev": "ac599dab59a66304eb511af07b3883114f061b9d",
"rev": "e7a277c5d12bf570efa2427d9cfdb760b9a0512f",
"type": "github"
},
"original": {

View file

@ -3,7 +3,7 @@
inputs = {
nixpkgs.url =
"github:NixOS/nixpkgs/54622e4828f7f66d1e3ccc1fab3dc03cc95aeb8e"; # 31-01-2024
"github:NixOS/nixpkgs/11a19b61065a7165c763688be3d1f63859389ba5"; # 29-02-2024
flake-utils.url = "github:numtide/flake-utils";
treefmt-nix = {
url = "github:numtide/treefmt-nix";