about summary refs log tree commit diff
diff options
context:
space:
mode:
authorJoachim F <joachifm@users.noreply.github.com>2018-10-08 18:35:20 +0000
committerGitHub <noreply@github.com>2018-10-08 18:35:20 +0000
commit4ab43b812fd6d00b922540a36efe9ecf7cdb84d4 (patch)
tree11912ff03d52a87320f2075ec704b33714264620
parent28a047b91aefa4abb10c5cc3aeb1085c39dfa7cb (diff)
parent6e58fb8309ed76ed7bc494400e4032a58e9b0f9a (diff)
Merge pull request #47779 from r-ryantm/auto-update/libguestfs
libguestfs: 1.38.4 -> 1.38.6
-rw-r--r--pkgs/development/libraries/libguestfs/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/libguestfs/default.nix b/pkgs/development/libraries/libguestfs/default.nix
index 6001946cb9700..aad6365e4c2d9 100644
--- a/pkgs/development/libraries/libguestfs/default.nix
+++ b/pkgs/development/libraries/libguestfs/default.nix
@@ -11,11 +11,11 @@ assert javaSupport -> jdk != null;
 
 stdenv.mkDerivation rec {
   name = "libguestfs-${version}";
-  version = "1.38.4";
+  version = "1.38.6";
 
   src = fetchurl {
     url = "http://libguestfs.org/download/1.38-stable/libguestfs-${version}.tar.gz";
-    sha256 = "1xsazw6yrbgmc647j8l896fzv534157sqmdzac09rxkxwiy0wm16";
+    sha256 = "1v2mggx2jlaq4m3p5shc46gzf7vmaayha6r0nwdnyzd7x6q0is7p";
   };
 
   nativeBuildInputs = [ pkgconfig ];