Skip to content

Commit 595d92e

Browse files
romildoMic92
authored andcommittedSep 21, 2017
ocamlfuse: 2.7-3 -> 2.7.1_cvs5 (#29606)
1 parent 6bdabc7 commit 595d92e

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed
 
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
{ stdenv, fetchFromGitHub, ocaml, camlidl, fuse, findlib }:
22

33
stdenv.mkDerivation rec {
4-
name = "ocamlfuse-2.7-3";
4+
name = "ocamlfuse-${version}";
5+
version = "2.7.1_cvs5";
6+
57
src = fetchFromGitHub {
68
owner = "astrada";
79
repo = "ocamlfuse";
8-
rev = "a085349685758668854499ce6c1fc00c83a5c23b";
9-
sha256 = "1pyml2ay5wab1blwpzrv1r6lnycm000jk6aar8i9fkdnh15sa6c3";
10+
rev = "v${version}";
11+
sha256 = "01ayw2hzpxan95kncbxh9isj9g149cs8scq3xim1vy8bz085wb0m";
1012
};
1113

1214
buildInputs = [ocaml findlib];
@@ -18,9 +20,9 @@ stdenv.mkDerivation rec {
1820

1921
meta = {
2022
homepage = http://sourceforge.net/projects/ocamlfuse;
23+
description = "OCaml bindings for FUSE";
2124
license = stdenv.lib.licenses.gpl2;
22-
description = "ocaml binding for fuse";
23-
maintainers = with stdenv.lib.maintainers; [ bennofs ];
2425
platforms = stdenv.lib.platforms.linux;
26+
maintainers = with stdenv.lib.maintainers; [ bennofs ];
2527
};
2628
}

0 commit comments

Comments
 (0)
Please sign in to comment.