From d8a0b2bdacaca29ff153824fc7fa817acc982e74 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Wed, 11 Sep 2019 16:12:34 +0800 Subject: [PATCH] stabilizer: update cargoSha256 --- stm32/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stm32/default.nix b/stm32/default.nix index 64481cd..610e71a 100644 --- a/stm32/default.nix +++ b/stm32/default.nix @@ -32,7 +32,7 @@ in stabilizer = buildStm32Firmware { name = "stabilizer"; src = ; - cargoSha256 = "08dmflm42m47055zvw18pn83905pxh49z90kc65wmawi2d1sjw1q"; + cargoSha256 = "1dv8r54jspl2mpaxzix5vazaw199v3mb6qnmb9p52a38i8ba2jab"; }; thermostat = buildStm32Firmware { name = "thermostat";