From 94753af68ce76e0a8991d711ad54c927b6f891ed Mon Sep 17 00:00:00 2001 From: Volth Date: Fri, 31 Mar 2017 02:19:02 +0000 Subject: libguestfs: 1.34.4 -> 1.34.6 --- pkgs/development/ocaml-modules/ocaml-libvirt/default.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'pkgs/development/ocaml-modules') diff --git a/pkgs/development/ocaml-modules/ocaml-libvirt/default.nix b/pkgs/development/ocaml-modules/ocaml-libvirt/default.nix index 01b761e4e4ad..0ad5d09d687c 100644 --- a/pkgs/development/ocaml-modules/ocaml-libvirt/default.nix +++ b/pkgs/development/ocaml-modules/ocaml-libvirt/default.nix @@ -2,12 +2,13 @@ stdenv.mkDerivation rec { name = "ocaml-libvirt-${version}"; - version = "0.6.1.5"; # FIXME: libguestfs depends on not yet released 0.6.1.5, so the latest post-0.6.1.4 master from git is used + rev = "3169af3"; + version = "0.6.1.4-rev.${rev}"; # libguestfs-1.34 needs ocaml-libvirt newer than the latest release 0.6.1.4 src = fetchgit { url = "git://git.annexia.org/git/ocaml-libvirt.git"; - rev = "8853f5a49587f00a7d2a5c8c7e52480a16bbdb02"; - sha256 = "1lnsvyb6dll58blacc629nz1lzc20p7ayqn9pag1rrx5i54q9v24"; + rev = rev; + sha256 = "0z8p6q6k42rdrvy248siq922m1yszny1hfklf6djynvk2viyqdbg"; }; propagatedBuildInputs = [ libvirt ]; @@ -19,7 +20,6 @@ stdenv.mkDerivation rec { createFindlibDestdir = true; preConfigure = '' - substituteInPlace configure.ac --replace 0.6.1.4 0.6.1.5 autoconf ''; -- cgit 1.4.1