update cargosha256

pull/86/head
Sebastien Bourdeauducq 2021-06-19 22:47:21 +08:00
parent 9180918619
commit 040d41fd76
1 changed files with 2 additions and 2 deletions

View File

@ -2,8 +2,8 @@ let
pkgs = import <nixpkgs> { overlays = [ (import ./nix/mozilla-overlay.nix) ]; };
rustPlatform = (import ./nix/rust-platform.nix { inherit pkgs; });
cargo-xbuild = pkgs.callPackage ./nix/cargo-xbuild.nix {};
cargoSha256Experiments = "0d2v6n6a73vhxm6yq60mvv9pxxxah88kzryb0w32i0ddhfj4rrs7";
cargoSha256SZL = "0ghj5bbix8417wdismwmxkykvdknikwkvg7sjcjmrywnqk4ka6lg";
cargoSha256Experiments = "154sdcfs1wazzn1pvm1nqbpary6kq5f3cx5sccz0ss4w8rkj9hr2";
cargoSha256SZL = "18rbf6vvvz65nc8m0l9y9km97pydhidw4f6yx6yb9vv58yzklsvy";
build-crate = name: crate: features: cargoSha256:
rustPlatform.buildRustPackage rec {
name = "${crate}";