1
0
Fork 0
mirror of https://codeberg.org/demostf/api.git synced 2026-06-03 09:54:17 +02:00

bumb flake inputs

This commit is contained in:
Robin Appelman 2023-01-28 17:57:07 +01:00
commit 7dbb41a5d0
2 changed files with 5 additions and 5 deletions

8
flake.lock generated
View file

@ -2,16 +2,16 @@
"nodes": {
"nixpkgs": {
"locked": {
"lastModified": 1668066732,
"narHash": "sha256-7LD2/+r0k1OOXX6+1eds0V5nx8GdcWibgcOtHMXI8pA=",
"lastModified": 1674902473,
"narHash": "sha256-MdKJeeDTjCtmoVPWLEDg10jgknt6rqTO3c1WeNQtho4=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "2e68d26162c79e5da8a318989f92b6a508893c41",
"rev": "548896f4d9f7db2f7205d82727d6c03c86d2f896",
"type": "github"
},
"original": {
"id": "nixpkgs",
"ref": "release-22.05",
"ref": "release-22.11",
"type": "indirect"
}
},

View file

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