Skip to content

Commit

Permalink
flutter: Fix hash mismatch on aarch64-darwin
Browse files Browse the repository at this point in the history
  • Loading branch information
n8henrie committed Sep 13, 2023
1 parent db1fb76 commit 0ad6a26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/development/compilers/flutter/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ in
x86_64-linux = "sha256-sGpRyuUTkZ0cpG/O21NCHaOsQRjNklsl9G6Ia1tZxAw=";
aarch64-linux = "sha256-wcDtL/Lh0NFC01QlnKwx8ovTHZ5ww+rb1sELn92R1uU=";
x86_64-darwin = "sha256-h+e7ABlLWCxc6wrbjiy5lgp6O/DnNKdXFNJtgnXBZNA=";
aarch64-darwin = "sha256-sAWnd09mbcRLP0WjSjjWF7+WQ7LP3tWsq5Kqw8e4APg=";
aarch64-darwin = "sha256-EzZOWU/yFQJLjX8ukwhUrWs6Vj4QJ5oVQc5KDC66dTc=";
};
flutterHash = rec {
x86_64-linux = "sha256-gXNQ9RuHVC/3puHNygWPRdezx8iiKmiOnxQmoX6XUFo=";
Expand Down

0 comments on commit 0ad6a26

Please sign in to comment.