Commit 2ec4eec9 authored by Dmitry Ivankov's avatar Dmitry Ivankov
Browse files

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
parent 956df740
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
{ 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";