Unverified Commit e9c529c3 authored by Vladimír Čunát's avatar Vladimír Čunát
Browse files

Merge #200266: firmware-updater: update hashes

parents 24cc9c3c f9254f47
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-+ACmcIKXtGtaYBuwc7jY9hEdIS9qxQCbuxRKJQohX5A="
    else "sha256-nPblucEpNCBJYpIqx1My6SWq8CjXYuHDG/uphdcrWjQ=";

  src = fetchFromGitHub {
    owner = "canonical";