File tree 1 file changed +3
-7
lines changed
1 file changed +3
-7
lines changed Original file line number Diff line number Diff line change 15
15
16
16
buildDunePackage {
17
17
pname = "aslp_server_http" ;
18
- version = "0-unstable-2025-02-03 " ;
18
+ version = "0.1.1 -unstable-2025-02-04 " ;
19
19
20
20
minimalOCamlVersion = "5.0" ;
21
21
22
22
src = fetchFromGitHub {
23
23
owner = "UQ-PAC" ;
24
24
repo = "aslp-rpc" ;
25
- rev = "12a5dfbda19429cc0c52f941ef67d184b227e3a4 " ;
26
- hash = "sha256-zsqdxE6HqqSZ86rMF32yTzUEz97mywSKrn3qndmxrDI =" ;
25
+ rev = "9ae165336d70e8f0c8aaf075fdfb02d86de11097 " ;
26
+ hash = "sha256-3p8WNnbwA//y3Vf5VbibGcZUfU0IBtCRzXCLM1RZeps =" ;
27
27
} ;
28
28
29
29
checkInputs = [ ] ;
@@ -34,10 +34,6 @@ buildDunePackage {
34
34
35
35
doCheck = true ;
36
36
37
- postPatch = ''
38
- substituteInPlace aslp-server-http/bin/dune --replace-fail ' core ' ' '
39
- '' ;
40
-
41
37
postInstall = ''
42
38
mv $out/bin/{aslp_server_http,aslp-server} -v
43
39
'' ;
You can’t perform that action at this time.
0 commit comments