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]

View file

@ -1,3 +1,5 @@
# NOTE: The hash for the `vendorTarball` in etc/shell.nix should be
# regenerated when this file is changed.
[workspace]
[package]

View file

@ -2,6 +2,9 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at https://mozilla.org/MPL/2.0/. */
// NOTE: The hash for the `vendorTarball` in etc/shell.nix should be
// regenerated when this file is changed.
//! Filter the given lockfile to only the given package and its dependencies.
//!
//! Usage: `filterlock <path/to/Cargo.lock> <package>`