Update pkgs/os-specific/linux/firmware/firmware-updater/default.nix

This commit is contained in:
divanorama 2022-11-08 22:52:57 +01:00 committed by GitHub
parent 2ec4eec9fa
commit f9254f470c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,7 +10,7 @@ flutter2.mkFlutterApp {
vendorHash =
if stdenv.system == "aarch64-linux"
then "sha256-2eleXBlg2jxDDBF5rInyqZa3n14X6UdQn6ND7FTieVA="
then "sha256-+ACmcIKXtGtaYBuwc7jY9hEdIS9qxQCbuxRKJQohX5A="
else "sha256-nPblucEpNCBJYpIqx1My6SWq8CjXYuHDG/uphdcrWjQ=";
src = fetchFromGitHub {