diff options
author | Florian Klink <flokli@flokli.de> | 2023-07-29T22·38+0200 |
---|---|---|
committer | clbot <clbot@tvl.fyi> | 2023-07-31T21·50+0000 |
commit | 737a6ca01e3ee017834fd310cb942079b5d10446 (patch) | |
tree | 6e90ca43d734ac567b06c62ffdcd449632df3468 /tvix/Cargo.nix | |
parent | aa1982c0852de539eeddd742f7c41bd1a873a53c (diff) |
refactor(tvix/cli/refscan): use wu-manber crate with &[u8] support r/6453
PR'ed at https://github.com/tvlfyi/wu-manber/pull/1, and now merged. Change-Id: I8c71e359196396a1d42a3ea2ab7ac15b137b2db0 Reviewed-on: https://cl.tvl.fyi/c/depot/+/8992 Tested-by: BuildkiteCI Autosubmit: flokli <flokli@flokli.de> Reviewed-by: raitobezarius <tvl@lahfa.xyz>
Diffstat (limited to 'tvix/Cargo.nix')
-rw-r--r-- | tvix/Cargo.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tvix/Cargo.nix b/tvix/Cargo.nix index b44e10de920e..9c81aa7b2070 100644 --- a/tvix/Cargo.nix +++ b/tvix/Cargo.nix @@ -10252,8 +10252,8 @@ rec { workspace_member = null; src = pkgs.fetchgit { url = "https://github.com/tvlfyi/wu-manber.git"; - rev = "e77628cafcf45d41b9e455be86a6b1b9f46b2092"; - sha256 = "02byhfiw41mlgr1c43n2iq6jw5sbyn8l1acv5v71a07h5l18q0cy"; + rev = "0d5b22bea136659f7de60b102a7030e0daaa503d"; + sha256 = "1zhk83lbq99xzyjwphv2qrb8f8qgfqwa5bbbvyzm0z0bljsjv0pd"; }; authors = [ "Joe Neeman <joeneeman@gmail.com>" |