tangled
alpha
login
or
join now
tjh.dev
/
nixpkgs
Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
0
fork
atom
overview
issues
pulls
pipelines
tyxml: update from 3.3.0 to 3.4.0
Vincent Laporte
11 years ago
547f11f0
9cd9264e
+4
-4
1 changed file
expand all
collapse all
unified
split
pkgs
development
ocaml-modules
tyxml
default.nix
+4
-4
pkgs/development/ocaml-modules/tyxml/default.nix
···
1
1
-
{stdenv, fetchurl, ocaml, findlib, ocaml_oasis, camlp4, uutf}:
1
1
+
{ stdenv, fetchurl, ocaml, findlib, ocaml_oasis, camlp4, uutf }:
2
2
3
3
stdenv.mkDerivation {
4
4
-
name = "tyxml-3.3.0";
4
4
+
name = "tyxml-3.4.0";
5
5
6
6
src = fetchurl {
7
7
-
url = http://github.com/ocsigen/tyxml/archive/3.3.0.tar.gz;
8
8
-
sha256 = "0r1hj8qy91i48nd7wj0x2dqrgspqrry5awraxl4pl10vh0mn6pk7";
7
7
+
url = http://github.com/ocsigen/tyxml/archive/3.4.0.tar.gz;
8
8
+
sha256 = "10hb0b2j33fjqzmx450ns7dmf4pqmx3gyvr6dk99mghqk13cj5ww";
9
9
};
10
10
11
11
buildInputs = [ocaml findlib ocaml_oasis camlp4];