bumb flake inputs

This commit is contained in:
Robin Appelman 2023-01-28 17:51:20 +01:00
commit bd160f876b
2 changed files with 12 additions and 12 deletions

22
flake.lock generated
View file

@ -20,10 +20,10 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1671883564, "lastModified": 1674407282,
"narHash": "sha256-C15oAtyupmLB3coZY7qzEHXjhtUx/+77olVdqVMruAg=", "narHash": "sha256-2qwc8mrPINSFdWffPK+ji6nQ9aGnnZyHSItVcYDZDlk=",
"path": "/nix/store/0b1s6l5i9izifskg8kgc29jn5bzgdjnv-source", "path": "/nix/store/47v7isgz6w8zgb1224d46lwvwkdd69bm-source",
"rev": "dac57a4eccf1442e8bf4030df6fcbb55883cb682", "rev": "ab1254087f4cdf4af74b552d7fc95175d9bdbb49",
"type": "path" "type": "path"
}, },
"original": { "original": {
@ -33,16 +33,16 @@
}, },
"nixpkgs_2": { "nixpkgs_2": {
"locked": { "locked": {
"lastModified": 1666014999, "lastModified": 1674902473,
"narHash": "sha256-gvKl8xlPJreezNG1NVTJv/HdGC69MSrM+IpCxS+eFvw=", "narHash": "sha256-MdKJeeDTjCtmoVPWLEDg10jgknt6rqTO3c1WeNQtho4=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "1935dd8fdab8e022a9d958419663162fd840014c", "rev": "548896f4d9f7db2f7205d82727d6c03c86d2f896",
"type": "github" "type": "github"
}, },
"original": { "original": {
"id": "nixpkgs", "id": "nixpkgs",
"ref": "release-22.05", "ref": "release-22.11",
"type": "indirect" "type": "indirect"
} }
}, },
@ -55,11 +55,11 @@
}, },
"utils": { "utils": {
"locked": { "locked": {
"lastModified": 1659877975, "lastModified": 1667395993,
"narHash": "sha256-zllb8aq3YO3h8B/U0/J1WBgAL8EX5yWf5pMj3G0NAmc=", "narHash": "sha256-nuEHfE/LcWyuSWnS8t12N1wc105Qtau+/OdUAjtQ0rA=",
"owner": "numtide", "owner": "numtide",
"repo": "flake-utils", "repo": "flake-utils",
"rev": "c0e246b9b83f637f4681389ecabcb2681b4f3af0", "rev": "5aed5285a952e0b949eb3ba02c12fa4fcfef535f",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -1,7 +1,7 @@
{ {
inputs = { inputs = {
utils.url = "github:numtide/flake-utils"; utils.url = "github:numtide/flake-utils";
nixpkgs.url = "nixpkgs/release-22.05"; nixpkgs.url = "nixpkgs/release-22.11";
naersk.url = "github:nix-community/naersk"; naersk.url = "github:nix-community/naersk";
}; };