Skip to content

Commit eaf4081

Browse files
authored
Merge pull request #46 from katrinafyi/aslp-server-remove-subst-fail
aslp-server: remove substituteInPlace no longer needed and update
2 parents b8e5c38 + 225bbd6 commit eaf4081

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

aslp/aslp-server.nix

+3-7
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@
1515

1616
buildDunePackage {
1717
pname = "aslp_server_http";
18-
version = "0-unstable-2025-02-03";
18+
version = "0.1.1-unstable-2025-02-04";
1919

2020
minimalOCamlVersion = "5.0";
2121

2222
src = fetchFromGitHub {
2323
owner = "UQ-PAC";
2424
repo = "aslp-rpc";
25-
rev = "12a5dfbda19429cc0c52f941ef67d184b227e3a4";
26-
hash = "sha256-zsqdxE6HqqSZ86rMF32yTzUEz97mywSKrn3qndmxrDI=";
25+
rev = "9ae165336d70e8f0c8aaf075fdfb02d86de11097";
26+
hash = "sha256-3p8WNnbwA//y3Vf5VbibGcZUfU0IBtCRzXCLM1RZeps=";
2727
};
2828

2929
checkInputs = [ ];
@@ -34,10 +34,6 @@ buildDunePackage {
3434

3535
doCheck = true;
3636

37-
postPatch = ''
38-
substituteInPlace aslp-server-http/bin/dune --replace-fail ' core ' ' '
39-
'';
40-
4137
postInstall = ''
4238
mv $out/bin/{aslp_server_http,aslp-server} -v
4339
'';

0 commit comments

Comments
 (0)