From b6e65c098973006d5cc15de78f97e235975443e5 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Thu, 29 Aug 2019 19:27:33 +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 7dd6259..64481cd 100644 --- a/stm32/default.nix +++ b/stm32/default.nix @@ -32,7 +32,7 @@ in stabilizer = buildStm32Firmware { name = "stabilizer"; src = ; - cargoSha256 = "0150anhy1x1vnsjvr8vl5z4q5hd36zzs86qxdpigaqjp9izwkh45"; + cargoSha256 = "08dmflm42m47055zvw18pn83905pxh49z90kc65wmawi2d1sjw1q"; }; thermostat = buildStm32Firmware { name = "thermostat";