We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ecbec3 commit 04fc83aCopy full SHA for 04fc83a
nix/m55-an547-arm-none-eabi/default.nix
@@ -8,18 +8,17 @@
8
9
stdenvNoCC.mkDerivation {
10
pname = "mldsa-native-m55-an547";
11
- version = "unstable-2025-09-17";
+ version = "main-2025-09-26";
12
13
14
# Fetch platform files from pqmx (envs/m55-an547)
15
src = fetchFromGitHub {
16
owner = "slothy-optimizer";
17
repo = "pqmx";
18
- rev = "31d3237";
19
- hash = "sha256-sL3OduAqe6nDmP+jzJ9hePy9GOc3Snw0zC60C5UvplM=";
+ rev = "b58247d9771c170d3f74dbd993fa7a24d48258a8";
+ hash = "sha256-APqxI5FjSDlPMc7/mT5MNjFb5TLWad179BRaoz3TP8g=";
20
};
21
22
- patches = [ ./semihosting.patch ];
23
dontBuild = true;
24
25
installPhase = ''
nix/m55-an547-arm-none-eabi/semihosting.patch
0 commit comments