diff options
author | Vincent Ambo <mail@tazj.in> | 2022-09-18T14·37+0300 |
---|---|---|
committer | tazjin <tazjin@tvl.su> | 2022-09-18T16·24+0000 |
commit | b3cc4c8c2c25008699323491ee2456bd317efeac (patch) | |
tree | 0642d11bc0efdce6990375e67a484407f5d7657f /corp/tvixbolt/Cargo.lock | |
parent | a798efc77b0b2247864f7bb405c1265c3a276494 (diff) |
chore(tvix/eval): bump rnix-parser to latest HEAD r/4897
This bumps rnix-parser to a commit that should be unaffected by the Nix >= 2.4 bug that prevents it from cloning repositories with filters. Change-Id: Ie01da95245ec6740fa889eb710819e512202f665 Reviewed-on: https://cl.tvl.fyi/c/depot/+/6634 Tested-by: BuildkiteCI Reviewed-by: sterni <sternenseemann@systemli.org>
Diffstat (limited to 'corp/tvixbolt/Cargo.lock')
-rw-r--r-- | corp/tvixbolt/Cargo.lock | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/corp/tvixbolt/Cargo.lock b/corp/tvixbolt/Cargo.lock index 60b20eb43d0e..2c20a413a046 100644 --- a/corp/tvixbolt/Cargo.lock +++ b/corp/tvixbolt/Cargo.lock @@ -363,7 +363,7 @@ dependencies = [ [[package]] name = "rnix" version = "0.11.0-dev" -source = "git+https://github.com/nix-community/rnix-parser.git?rev=97b438e34be5211a4b48aeed9cc3ded489b4d6da#97b438e34be5211a4b48aeed9cc3ded489b4d6da" +source = "git+https://github.com/nix-community/rnix-parser.git?rev=7d0d929c22ad27bdcc0779afe445b541d3ce9631#7d0d929c22ad27bdcc0779afe445b541d3ce9631" dependencies = [ "rowan", ] |