1
0
Fork 0
mirror of https://codeberg.org/demostf/api.git synced 2026-06-03 18:04:08 +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": { "nodes": {
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1668066732, "lastModified": 1674902473,
"narHash": "sha256-7LD2/+r0k1OOXX6+1eds0V5nx8GdcWibgcOtHMXI8pA=", "narHash": "sha256-MdKJeeDTjCtmoVPWLEDg10jgknt6rqTO3c1WeNQtho4=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "2e68d26162c79e5da8a318989f92b6a508893c41", "rev": "548896f4d9f7db2f7205d82727d6c03c86d2f896",
"type": "github" "type": "github"
}, },
"original": { "original": {
"id": "nixpkgs", "id": "nixpkgs",
"ref": "release-22.05", "ref": "release-22.11",
"type": "indirect" "type": "indirect"
} }
}, },

View file

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