firmware-updater: update hashes

Was able to build this package after updating hashes.
Hydra failures don't mention hash mismatch, but maybe update will still help.

ZHF: #199919
This commit is contained in:
Dmitry Ivankov 2022-11-08 22:19:11 +01:00
parent 956df740df
commit 2ec4eec9fa

View File

@ -1,13 +1,17 @@
{ lib
, flutter2
, fetchFromGitHub
, stdenv
}:
flutter2.mkFlutterApp {
pname = "firmware-updater";
version = "unstable";
vendorHash = "sha256-7uOiebGBcX61oUyNCi1h9KldTRTrCfYaHUQSH4J5OoQ=";
vendorHash =
if stdenv.system == "aarch64-linux"
then "sha256-2eleXBlg2jxDDBF5rInyqZa3n14X6UdQn6ND7FTieVA="
else "sha256-nPblucEpNCBJYpIqx1My6SWq8CjXYuHDG/uphdcrWjQ=";
src = fetchFromGitHub {
owner = "canonical";