forked from mirrors/nixpkgs
ocamlPackages.ocaml_gettext: 0.3.5 -> 0.3.7
This commit is contained in:
parent
74c92a341d
commit
45431bed57
|
@ -1,12 +1,12 @@
|
|||
{ stdenv, fetchurl, ocaml, findlib, camlp4, ounit, gettext, fileutils, camomile }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "ocaml-gettext-${version}";
|
||||
version = "0.3.5";
|
||||
name = "ocaml${ocaml.version}-gettext-${version}";
|
||||
version = "0.3.7";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://forge.ocamlcore.org/frs/download.php/1433/ocaml-gettext-${version}.tar.gz";
|
||||
sha256 = "0s625h7y9xxqvzk4bnw45k4wvl4fn8gblv56bp47il0lgsx8956i";
|
||||
url = "https://forge.ocamlcore.org/frs/download.php/1678/ocaml-gettext-${version}.tar.gz";
|
||||
sha256 = "1zhvzc9x3j57xf2mzg5rshgp14cb4dsqbnj52jjv1qnja97plyjp";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [ gettext fileutils camomile ];
|
||||
|
|
Loading…
Reference in a new issue