diff options
| author | oxalica <oxalicc@pm.me> | 2022-08-05 19:22:17 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-08-05 13:22:17 +0200 |
| commit | 4b627e15434e30568442046b5c726eea32810fc9 (patch) | |
| tree | b6314d691c2c09cb573f2339254001249c7fcc6c | |
| parent | fix(rust_analyzer): sanitize root_dir (#2047) (diff) | |
| download | nvim-lspconfig-4b627e15434e30568442046b5c726eea32810fc9.tar nvim-lspconfig-4b627e15434e30568442046b5c726eea32810fc9.tar.gz nvim-lspconfig-4b627e15434e30568442046b5c726eea32810fc9.tar.bz2 nvim-lspconfig-4b627e15434e30568442046b5c726eea32810fc9.tar.lz nvim-lspconfig-4b627e15434e30568442046b5c726eea32810fc9.tar.xz nvim-lspconfig-4b627e15434e30568442046b5c726eea32810fc9.tar.zst nvim-lspconfig-4b627e15434e30568442046b5c726eea32810fc9.zip | |
fix: update `selene` in nix develop shell (#2052)
Current locked one is too old to support our `neovim.yml` format.
| -rw-r--r-- | flake.lock | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -2,11 +2,11 @@ "nodes": { "flake-utils": { "locked": { - "lastModified": 1642700792, - "narHash": "sha256-XqHrk7hFb+zBvRg6Ghl+AZDq03ov6OshJLiSWOoX5es=", + "lastModified": 1656928814, + "narHash": "sha256-RIFfgBuKz6Hp89yRr7+NR5tzIAbn52h8vT6vXkYjZoM=", "owner": "numtide", "repo": "flake-utils", - "rev": "846b2ae0fc4cc943637d3d1def4454213e203cba", + "rev": "7e2a3b3dfd9af950a856d66b0a7d01e3c18aa249", "type": "github" }, "original": { @@ -17,11 +17,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1643202076, - "narHash": "sha256-EcrUSBkBnw3KtDBoDwHvvwR1R6YF0axNFE4Vd2++iok=", + "lastModified": 1659522808, + "narHash": "sha256-HBcM19nGhI3IWwPNVlYb0MZ8VW6iKp4JbAVkeIHVykc=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "e722007bf05802573b41701c49da6c8814878171", + "rev": "168d1c578909dc143ba52dbed661c36e76b12b36", "type": "github" }, "original": { |
