bumb flake inputs

This commit is contained in:
Robin Appelman 2023-01-28 17:46:09 +01:00
commit 616f7126ef
2 changed files with 8 additions and 8 deletions

14
flake.lock generated
View file

@ -2,16 +2,16 @@
"nodes": {
"nixpkgs": {
"locked": {
"lastModified": 1665053775,
"narHash": "sha256-0EG5gzFfDj6nlx69xG5+mYwFDYzjVY9fmrRjgwtqBrU=",
"lastModified": 1674902473,
"narHash": "sha256-MdKJeeDTjCtmoVPWLEDg10jgknt6rqTO3c1WeNQtho4=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "f6059b06c2afb045079894705b60c9075856fc28",
"rev": "548896f4d9f7db2f7205d82727d6c03c86d2f896",
"type": "github"
},
"original": {
"id": "nixpkgs",
"ref": "release-22.05",
"ref": "release-22.11",
"type": "indirect"
}
},
@ -23,11 +23,11 @@
},
"utils": {
"locked": {
"lastModified": 1659877975,
"narHash": "sha256-zllb8aq3YO3h8B/U0/J1WBgAL8EX5yWf5pMj3G0NAmc=",
"lastModified": 1667395993,
"narHash": "sha256-nuEHfE/LcWyuSWnS8t12N1wc105Qtau+/OdUAjtQ0rA=",
"owner": "numtide",
"repo": "flake-utils",
"rev": "c0e246b9b83f637f4681389ecabcb2681b4f3af0",
"rev": "5aed5285a952e0b949eb3ba02c12fa4fcfef535f",
"type": "github"
},
"original": {

View file

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