mirror of
https://github.com/servo/servo.git
synced 2025-07-23 07:13:52 +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]
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
# NOTE: The hash for the `vendorTarball` in etc/shell.nix should be
|
||||
# regenerated when this file is changed.
|
||||
[workspace]
|
||||
|
||||
[package]
|
||||
|
|
|
@ -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>`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue