mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-21 11:34:13 +00:00
ocaml-stringext: update from 1.2.0 to 1.3.0
This commit is contained in:
parent
05a9e34f8a
commit
8553d212c7
@ -1,14 +1,13 @@
|
|||||||
{ stdenv, fetchgit, ocaml, findlib }:
|
{ stdenv, fetchzip, ocaml, findlib }:
|
||||||
|
|
||||||
let version = "1.2.0"; in
|
let version = "1.3.0"; in
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "ocaml-stringext-${version}";
|
name = "ocaml-stringext-${version}";
|
||||||
|
|
||||||
src = fetchgit {
|
src = fetchzip {
|
||||||
url = https://github.com/rgrinberg/stringext.git;
|
url = "https://github.com/rgrinberg/stringext/archive/v${version}.tar.gz";
|
||||||
rev = "refs/tags/v${version}";
|
sha256 = "0sd1chyxclmip0nxqhasp1ri91bwxr8nszkkr5kpja45f6bav6k9";
|
||||||
sha256 = "04ixh33225n2fyc0i35pk7h9shxfdg9grhvkxy086zppki3a3vc6";
|
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ ocaml findlib ];
|
buildInputs = [ ocaml findlib ];
|
||||||
|
Loading…
Reference in New Issue
Block a user