flake: switch to latest nixpkgs and crane, update lockfile

Signed-off-by: Christoph Heiss <christoph@c8h4.io>
This commit is contained in:
Christoph Heiss 2024-08-16 15:48:31 +02:00
parent b6e6333b68
commit b5d479b135
Signed by: c8h4
GPG key ID: 1538094429952F86
2 changed files with 12 additions and 21 deletions

View file

@ -7,16 +7,15 @@
]
},
"locked": {
"lastModified": 1710886643,
"narHash": "sha256-saTZuv9YeZ9COHPuj8oedGdUwJZcbQ3vyRqe7NVJMsQ=",
"lastModified": 1722960479,
"narHash": "sha256-NhCkJJQhD5GUib8zN9JrmYGMwt4lCRp6ZVNzIiYCl0Y=",
"owner": "ipetkov",
"repo": "crane",
"rev": "5bace74e9a65165c918205cf67ad3977fe79c584",
"rev": "4c6c77920b8d44cd6660c1621dea6b3fc4b4c4f4",
"type": "github"
},
"original": {
"owner": "ipetkov",
"ref": "v0.16.3",
"repo": "crane",
"type": "github"
}
@ -41,17 +40,16 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1706741902,
"narHash": "sha256-sZEirOfilnVXOlEoLIxD4RR0jxPIxOfWl/qbTUYHxPg=",
"lastModified": 1723816116,
"narHash": "sha256-EjAHH2CHixotYKJ39gC8kLuYKy2QUeOKgjLVD1xaROU=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "54622e4828f7f66d1e3ccc1fab3dc03cc95aeb8e",
"rev": "a800d4bb3ffebe4219b60bd5c81e53a323f72627",
"type": "github"
},
"original": {
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "54622e4828f7f66d1e3ccc1fab3dc03cc95aeb8e",
"type": "github"
}
},
@ -65,19 +63,16 @@
},
"rust-overlay": {
"inputs": {
"flake-utils": [
"flake-utils"
],
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
"lastModified": 1712110341,
"narHash": "sha256-8LU2IM4ctHz043hlzoFUwQS1QIdhiMGEH/oIfPCxoWU=",
"lastModified": 1723774846,
"narHash": "sha256-m53hVat6XXiKooV1oUDEMnPcdNKqSn/kAW+g8juSq84=",
"owner": "oxalica",
"repo": "rust-overlay",
"rev": "74deb67494783168f5b6d2071d73177e6bccab65",
"rev": "519f4892641bc04a6ac7c2d260cc68356f9ae90f",
"type": "github"
},
"original": {

View file

@ -2,19 +2,15 @@
description = "bwtui";
inputs = {
nixpkgs.url =
"github:NixOS/nixpkgs/54622e4828f7f66d1e3ccc1fab3dc03cc95aeb8e"; # 31-01-2024
nixpkgs.url = "github:NixOS/nixpkgs";
flake-utils.url = "github:numtide/flake-utils";
crane = {
url = "github:ipetkov/crane/v0.16.3";
url = "github:ipetkov/crane";
inputs.nixpkgs.follows = "nixpkgs";
};
rust-overlay = {
url = "github:oxalica/rust-overlay";
inputs = {
nixpkgs.follows = "nixpkgs";
flake-utils.follows = "flake-utils";
};
inputs.nixpkgs.follows = "nixpkgs";
};
};