p3x-onenote: fix aarch64 and armv7l platform hash (#456602)

This commit is contained in:
Nick Cao
2025-10-28 22:36:33 +00:00
committed by GitHub
+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};