File tree Expand file tree Collapse file tree 3 files changed +3
-6
lines changed Expand file tree Collapse file tree 3 files changed +3
-6
lines changed Original file line number Diff line number Diff line change 3
3
fetchurl ,
4
4
buildDunePackage ,
5
5
camlp-streams ,
6
- cstruct ,
7
6
decompress ,
8
7
} :
9
8
10
9
buildDunePackage rec {
11
10
pname = "tar" ;
12
- version = "2.6 .0" ;
11
+ version = "3.3 .0" ;
13
12
src = fetchurl {
14
13
url = "https://github.com/mirage/ocaml-tar/releases/download/v${ version } /tar-${ version } .tbz" ;
15
- hash = "sha256-yv8MtwRjQ+K/9/wPkhfk4xI1VV5MSIn7GUeSmFtvse4 =" ;
14
+ hash = "sha256-89aw1nf9QP0euAvMxgu2EyIDWL5Y9mxfqL8CV/Pl65Y =" ;
16
15
} ;
17
16
18
17
minimalOCamlVersion = "4.08" ;
19
18
20
19
propagatedBuildInputs = [
21
20
camlp-streams
22
- cstruct
23
21
decompress
24
22
] ;
25
23
Original file line number Diff line number Diff line change 1
1
{
2
2
buildDunePackage ,
3
3
tar ,
4
- cstruct-lwt ,
5
4
lwt ,
6
5
git ,
7
6
} :
@@ -12,7 +11,6 @@ buildDunePackage {
12
11
13
12
propagatedBuildInputs = [
14
13
tar
15
- cstruct-lwt
16
14
lwt
17
15
] ;
18
16
Original file line number Diff line number Diff line change 57
57
mainProgram = "comby" ;
58
58
license = lib . licenses . asl20 ;
59
59
homepage = "https://comby.dev" ;
60
+ broken = true ; # Not compatible with ocamlPackages.tar ≥ 3
60
61
} ;
61
62
} ;
62
63
You can’t perform that action at this time.
0 commit comments