flake: fix cargoDeps sha256

pull/74/head
Sebastien Bourdeauducq 2021-10-16 18:19:45 +08:00
parent 70a7719874
commit 2c611a924d
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 = "0hh9x34gs81a8g15abka6a0z1wlankra13rbap5j7ba2r8cz4962";
sha256 = "sha256-Lf6M4M/jdRiO5MsWSoqtOSNfRIhbze+qvg4kaiiBWW4=";
};
cargo-xbuild = rustPlatform.buildRustPackage rec {