Commit cf7d05a4 authored by Tiago Castro's avatar Tiago Castro
Browse files

p3x-onenote: fix aarch64 and armv7l platform hash



The automated update PR doesn't update these platforms.

Signed-off-by: default avatarTiago Castro <tiagolobocastro@gmail.com>
parent 540f031c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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};