Skip to content

Commit 73860ee

Browse files
committedJul 10, 2017
ocamlPackages.result: 1.1 -> 1.2
1 parent c9468ac commit 73860ee

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎pkgs/development/ocaml-modules/ocaml-result/default.nix

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{ stdenv, fetchFromGitHub, ocaml, findlib }:
22

3-
let version = "1.1"; in
3+
let version = "1.2"; in
44

55
stdenv.mkDerivation {
6-
name = "ocaml-result-${version}";
6+
name = "ocaml${ocaml.version}-result-${version}";
77

88
src = fetchFromGitHub {
99
owner = "janestreet";
1010
repo = "result";
1111
rev = "${version}";
12-
sha256 = "05y07rxdbkaxsc8cy458y00gq05i8gp35hhwg1b757mam21ccxxz";
12+
sha256 = "1jwzpcmxwgkfsbjz9zl59v12hf1vv4r9kiifancn9p8gm206g3g0";
1313
};
1414

1515
buildInputs = [ ocaml findlib ];

0 commit comments

Comments
 (0)
Please sign in to comment.