flake: fix cargo sha256

pull/1745/head
Sebastien Bourdeauducq 2021-09-01 18:40:32 +08:00 committed by occheung
parent 4fab267593
commit ce0964e25f
1 changed files with 1 additions and 1 deletions

View File

@ -214,7 +214,7 @@
cargoDeps = rustPlatform.fetchCargoTarball {
name = "artiq-firmware-cargo-deps";
src = "${self}/artiq/firmware";
sha256 = "sha256-ugTT1Vp/87rzAaZzFMMKadAM4UxBfXOwCEtrF6wU7Kc=";
sha256 = "0hh9x34gs81a8g15abka6a0z1wlankra13rbap5j7ba2r8cz4962";
};
nativeBuildInputs = [
(pkgs.python3.withPackages(ps: [ migen misoc artiq ]))