ocaml-sqlite3: update from 2.0.7 to 2.0.8
This commit is contained in:
parent
1e5ce3f024
commit
8850692609
@ -1,14 +1,14 @@
|
||||
{stdenv, fetchurl, sqlite, ocaml, findlib, pkgconfig}:
|
||||
{ stdenv, fetchurl, sqlite, ocaml, findlib, pkgconfig }:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "ocaml-sqlite3-2.0.7";
|
||||
name = "ocaml-sqlite3-2.0.8";
|
||||
|
||||
src = fetchurl {
|
||||
url = https://github.com/mmottl/sqlite3-ocaml/archive/v2.0.7.tar.gz;
|
||||
sha256 = "04m7qz251m6l2b7slkgml2j8bnx60lwzbdbsv95vidwzqcwg7bdq";
|
||||
url = https://github.com/mmottl/sqlite3-ocaml/releases/download/v2.0.8/sqlite3-ocaml-2.0.8.tar.gz;
|
||||
sha256 = "1xalhjg5pbyad6b8cijq7fm5ss7ipjz68hzycggac58rnshwn2ix";
|
||||
};
|
||||
|
||||
buildInputs = [ocaml findlib pkgconfig sqlite];
|
||||
buildInputs = [ ocaml findlib pkgconfig sqlite ];
|
||||
|
||||
createFindlibDestdir = true;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user