mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
shell.nix: update filterlock hash (#31515)
Signed-off-by: syvb <me@iter.ca>
This commit is contained in:
parent
a483e2806c
commit
24a088d94c
3 changed files with 6 additions and 1 deletions
|
@ -96,7 +96,7 @@ stdenv.mkDerivation (androidEnvironment // rec {
|
|||
(let
|
||||
vendorTarball = rustPlatform.fetchCargoTarball {
|
||||
src = ../support/filterlock;
|
||||
hash = "sha256-/kJNDtmv2uI7Qlmpi3DMWSw88rzEJSbroO0/QrgQrSc=";
|
||||
hash = "sha256-EBrL0/cEJfGIXUYqFiufRYFBAk5LSf0Cd/19+9m9JZI=";
|
||||
};
|
||||
vendorConfig = builtins.toFile "toml" ''
|
||||
[source.crates-io]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue