diff options
| -rw-r--r-- | flake.lock | 18 | ||||
| -rw-r--r-- | flake.nix | 2 | 
2 files changed, 10 insertions, 10 deletions
| @@ -2,11 +2,11 @@    "nodes": {      "flake-utils": {        "locked": { -        "lastModified": 1634851050, -        "narHash": "sha256-N83GlSGPJJdcqhUxSCS/WwW5pksYf3VP1M13cDRTSVA=", +        "lastModified": 1667395993, +        "narHash": "sha256-nuEHfE/LcWyuSWnS8t12N1wc105Qtau+/OdUAjtQ0rA=",          "owner": "numtide",          "repo": "flake-utils", -        "rev": "c91f3de5adaf1de973b797ef7485e441a65b8935", +        "rev": "5aed5285a952e0b949eb3ba02c12fa4fcfef535f",          "type": "github"        },        "original": { @@ -17,11 +17,11 @@      },      "nixpkgs": {        "locked": { -        "lastModified": 1636730720, -        "narHash": "sha256-JuZ9Zjy3Z/dChL6szbAVCstQoNzI1TKJaWIPlMmTkqA=", +        "lastModified": 1669040464, +        "narHash": "sha256-A+9mPkCdd6ei8EfbRX8butcneRuXbwiGpoyeh9TbAwg=",          "owner": "nixos",          "repo": "nixpkgs", -        "rev": "860795fd7e65502728c96e54f251e2a733a771e7", +        "rev": "328d723f89af95a280d3046e6124786b03b0e2bf",          "type": "github"        },        "original": { @@ -47,11 +47,11 @@          ]        },        "locked": { -        "lastModified": 1636683315, -        "narHash": "sha256-udsMHw5gzZPvvFIhopoGicLK/LaYyDN3iAa1PEpP7uM=", +        "lastModified": 1668998422, +        "narHash": "sha256-G/BklIplCHZEeDIabaaxqgITdIXtMolRGlwxn9jG2/Q=",          "owner": "oxalica",          "repo": "rust-overlay", -        "rev": "e87b7ea329fc78c5e5775c983193f630458c317f", +        "rev": "68ab029c93f8f8eed4cf3ce9a89a9fd4504b2d6e",          "type": "github"        },        "original": { @@ -19,7 +19,7 @@        {          devShell = mkShell {            buildInputs = [ -            rust-bin.stable."1.56.1".default +            rust-bin.stable."1.60.0".default              watchexec              cargo-watch              sqlite | 
