p3x-onenote: fix aarch64 and armv7l platform hash

The automated update PR doesn't update these platforms.

Signed-off-by: Tiago Castro <tiagolobocastro@gmail.com>
This commit is contained in:
Tiago Castro
2025-10-28 22:15:44 +00:00
parent 540f031c8d
commit cf7d05a402
+2 -2
View File
@@ -20,8 +20,8 @@ let
hash =
{
aarch64-linux = "sha256-FB6+0Ze3d/6QETgtMtc6GztnPdSy5s7k67qsAtFdsyM=";
armv7l-linux = "sha256-Q45tfcGrNjd9wXt+VhXhaHrC4w68lRUIuB4cJSW5NDE=";
aarch64-linux = "sha256-6R+QzCeochojB1zo8SWiIVszrjbII+H2R/TReCsPip4=";
armv7l-linux = "sha256-jhrPixz/ZHJRIe+xtmBRtDJFL7LqZqcoK7rdGrsoySo=";
x86_64-linux = "sha256-sDzwEhoPEfa21zBwD0IYoRdz4VHeTSUL0biHbbWE+Dc=";
}
.${stdenv.hostPlatform.system};