shell.nix: update filterlock hash (#31515)

Signed-off-by: syvb <me@iter.ca>
This commit is contained in:
Smitty 2024-03-05 23:54:16 -05:00 committed by GitHub
parent a483e2806c
commit 24a088d94c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 6 additions and 1 deletions

View file

@ -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]