Merge #200266: firmware-updater: update hashes

This commit is contained in:
Vladimír Čunát 2022-11-17 11:19:31 +01:00
commit e9c529c3c5
No known key found for this signature in database
GPG key ID: E747DF1F9575A3AA

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-+ACmcIKXtGtaYBuwc7jY9hEdIS9qxQCbuxRKJQohX5A="
else "sha256-nPblucEpNCBJYpIqx1My6SWq8CjXYuHDG/uphdcrWjQ=";
src = fetchFromGitHub {
owner = "canonical";