artiq-board: update cargoSha256

pull/79/head
Sebastien Bourdeauducq 2022-01-26 07:23:07 +08:00
parent 5f90f65d59
commit 1500722258
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ let
cargoDeps = rustPlatform.fetchCargoTarball {
name = "artiq-firmware-cargo-deps";
src = "${artiqSrc}/artiq/firmware";
sha256 = "sha256-Lf6M4M/jdRiO5MsWSoqtOSNfRIhbze+qvg4kaiiBWW4=";
sha256 = "sha256-YyycMsDzR+JRcMZJd6A/CRi2J9nKmaWY/KXUnAQaZ00=";
};
cargo-xbuild = rustPlatform.buildRustPackage rec {