We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ec4eec commit f9254f4Copy full SHA for f9254f4
pkgs/os-specific/linux/firmware/firmware-updater/default.nix
@@ -10,7 +10,7 @@ flutter2.mkFlutterApp {
10
11
vendorHash =
12
if stdenv.system == "aarch64-linux"
13
- then "sha256-2eleXBlg2jxDDBF5rInyqZa3n14X6UdQn6ND7FTieVA="
+ then "sha256-+ACmcIKXtGtaYBuwc7jY9hEdIS9qxQCbuxRKJQohX5A="
14
else "sha256-nPblucEpNCBJYpIqx1My6SWq8CjXYuHDG/uphdcrWjQ=";
15
16
src = fetchFromGitHub {
0 commit comments