summary refs log tree commit diff
path: root/pkgs/development/libraries/libguestfs
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2018-08-19 13:57:58 -0700
committerxeji <36407913+xeji@users.noreply.github.com>2018-08-19 22:57:58 +0200
commit8bc6b4101db99daed8e425a7e2939c40aa86bbc1 (patch)
treed50f9cccf60aa8b6a2e70f11d8ec06de6b83aa6d /pkgs/development/libraries/libguestfs
parent2da80b118fcf513c18286fcff50201109403f28c (diff)
downloadnixpkgs-8bc6b4101db99daed8e425a7e2939c40aa86bbc1.tar
nixpkgs-8bc6b4101db99daed8e425a7e2939c40aa86bbc1.tar.gz
nixpkgs-8bc6b4101db99daed8e425a7e2939c40aa86bbc1.tar.bz2
nixpkgs-8bc6b4101db99daed8e425a7e2939c40aa86bbc1.tar.lz
nixpkgs-8bc6b4101db99daed8e425a7e2939c40aa86bbc1.tar.xz
nixpkgs-8bc6b4101db99daed8e425a7e2939c40aa86bbc1.tar.zst
nixpkgs-8bc6b4101db99daed8e425a7e2939c40aa86bbc1.zip
libguestfs: 1.38.3 -> 1.38.4 (#45198)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/libguestfs/versions.
Diffstat (limited to 'pkgs/development/libraries/libguestfs')
-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 e9010852eb3..6001946cb97 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.3";
+  version = "1.38.4";
 
   src = fetchurl {
     url = "http://libguestfs.org/download/1.38-stable/libguestfs-${version}.tar.gz";
-    sha256 = "130nc9v9f8k5kwz9hzqd43fjxg01hl7jh0jw1fhs4ah5hmg71v34";
+    sha256 = "1xsazw6yrbgmc647j8l896fzv534157sqmdzac09rxkxwiy0wm16";
   };
 
   nativeBuildInputs = [ pkgconfig ];