Skip to content

Commit 04fc83a

Browse files
committed
pqmx: Remove semihosting.c patch
Ported upstream in slothy-optimizer/pqmx#92 Signed-off-by: Matthias J. Kannwischer <[email protected]>
1 parent 3ecbec3 commit 04fc83a

File tree

2 files changed

+3
-36
lines changed

2 files changed

+3
-36
lines changed

nix/m55-an547-arm-none-eabi/default.nix

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,17 @@
88

99
stdenvNoCC.mkDerivation {
1010
pname = "mldsa-native-m55-an547";
11-
version = "unstable-2025-09-17";
11+
version = "main-2025-09-26";
1212

1313

1414
# Fetch platform files from pqmx (envs/m55-an547)
1515
src = fetchFromGitHub {
1616
owner = "slothy-optimizer";
1717
repo = "pqmx";
18-
rev = "31d3237";
19-
hash = "sha256-sL3OduAqe6nDmP+jzJ9hePy9GOc3Snw0zC60C5UvplM=";
18+
rev = "b58247d9771c170d3f74dbd993fa7a24d48258a8";
19+
hash = "sha256-APqxI5FjSDlPMc7/mT5MNjFb5TLWad179BRaoz3TP8g=";
2020
};
2121

22-
patches = [ ./semihosting.patch ];
2322
dontBuild = true;
2423

2524
installPhase = ''

nix/m55-an547-arm-none-eabi/semihosting.patch

Lines changed: 0 additions & 32 deletions
This file was deleted.

0 commit comments

Comments
 (0)