Skip to content

Commit f9254f4

Browse files
authored
Update pkgs/os-specific/linux/firmware/firmware-updater/default.nix
1 parent 2ec4eec commit f9254f4

File tree

1 file changed

+1
-1
lines changed
  • pkgs/os-specific/linux/firmware/firmware-updater

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ flutter2.mkFlutterApp {
1010

1111
vendorHash =
1212
if stdenv.system == "aarch64-linux"
13-
then "sha256-2eleXBlg2jxDDBF5rInyqZa3n14X6UdQn6ND7FTieVA="
13+
then "sha256-+ACmcIKXtGtaYBuwc7jY9hEdIS9qxQCbuxRKJQohX5A="
1414
else "sha256-nPblucEpNCBJYpIqx1My6SWq8CjXYuHDG/uphdcrWjQ=";
1515

1616
src = fetchFromGitHub {

0 commit comments

Comments
 (0)