about summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules/ocaml-libvirt
diff options
context:
space:
mode:
authorvolth <volth@volth.com>2018-02-26 22:50:46 +0000
committervolth <volth@volth.com>2018-03-08 23:45:28 +0000
commit632e9e62c817bdaa163510429625b5f48b6a18e4 (patch)
tree568250ae75b858c0a0e920c93309f51efe55ba03 /pkgs/development/ocaml-modules/ocaml-libvirt
parent62bcd3b02e003f1bf100597c05c4c5a5c4e269cb (diff)
downloadnixlib-632e9e62c817bdaa163510429625b5f48b6a18e4.tar
nixlib-632e9e62c817bdaa163510429625b5f48b6a18e4.tar.gz
nixlib-632e9e62c817bdaa163510429625b5f48b6a18e4.tar.bz2
nixlib-632e9e62c817bdaa163510429625b5f48b6a18e4.tar.lz
nixlib-632e9e62c817bdaa163510429625b5f48b6a18e4.tar.xz
nixlib-632e9e62c817bdaa163510429625b5f48b6a18e4.tar.zst
nixlib-632e9e62c817bdaa163510429625b5f48b6a18e4.zip
libvirt: 3.10.0 -> 4.1.0
Diffstat (limited to 'pkgs/development/ocaml-modules/ocaml-libvirt')
-rw-r--r--pkgs/development/ocaml-modules/ocaml-libvirt/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/ocaml-modules/ocaml-libvirt/default.nix b/pkgs/development/ocaml-modules/ocaml-libvirt/default.nix
index 0ad5d09d687c..b789b133aaf3 100644
--- a/pkgs/development/ocaml-modules/ocaml-libvirt/default.nix
+++ b/pkgs/development/ocaml-modules/ocaml-libvirt/default.nix
@@ -2,13 +2,13 @@
 
 stdenv.mkDerivation rec {
   name = "ocaml-libvirt-${version}";
-  rev = "3169af3";
-  version = "0.6.1.4-rev.${rev}"; # libguestfs-1.34 needs ocaml-libvirt newer than the latest release 0.6.1.4
+  rev = "bab7f84ade84ceaddb08b6948792d49b3d04b897";
+  version = "0.6.1.4.2017-11-08-unstable"; # 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 = rev;
-    sha256 = "0z8p6q6k42rdrvy248siq922m1yszny1hfklf6djynvk2viyqdbg";
+    sha256 = "0vxgx1n58fp4qmly6i5zxiacr7303127d6j78a295xin1p3a8xcw";
   };
 
   propagatedBuildInputs = [ libvirt ];