Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

ocamlPackages.uuseg: 1.0.0 -> 10.0.0

+2 -2
+2 -2
pkgs/development/ocaml-modules/uuseg/default.nix
··· 8 8 stdenv.mkDerivation rec { 9 9 10 10 name = "ocaml${ocaml.version}-${pname}-${version}"; 11 - version = "1.0.0"; 11 + version = "10.0.0"; 12 12 13 13 src = fetchurl { 14 14 url = "${webpage}/releases/${pname}-${version}.tbz"; 15 - sha256 = "0m5n0kn70w862g5dhfkfvrnmb98z1r02g21ap7l81hy8sn08cbsz"; 15 + sha256 = "01q8ljjgi7d73x7ms489b5my83xds4jax1vbjhwwjdai01friscc"; 16 16 }; 17 17 18 18 buildInputs = [ ocaml findlib ocamlbuild opam cmdliner topkg uutf ];