about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2018-07-29 12:43:35 -0700
committerxeji <36407913+xeji@users.noreply.github.com>2018-07-29 21:43:35 +0200
commit62215f25c6e644310cfad674e83550300f3ba573 (patch)
treececd454a1ed489d6e88688ea844f14dd1abfc63d /pkgs
parent578189634d449d6534dad0f44686da1601924726 (diff)
downloadnixlib-62215f25c6e644310cfad674e83550300f3ba573.tar
nixlib-62215f25c6e644310cfad674e83550300f3ba573.tar.gz
nixlib-62215f25c6e644310cfad674e83550300f3ba573.tar.bz2
nixlib-62215f25c6e644310cfad674e83550300f3ba573.tar.lz
nixlib-62215f25c6e644310cfad674e83550300f3ba573.tar.xz
nixlib-62215f25c6e644310cfad674e83550300f3ba573.tar.zst
nixlib-62215f25c6e644310cfad674e83550300f3ba573.zip
libguestfs: 1.38.2 -> 1.38.3 (#43752)
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')
-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 555828bfaf6a..e9010852eb33 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.2";
+  version = "1.38.3";
 
   src = fetchurl {
     url = "http://libguestfs.org/download/1.38-stable/libguestfs-${version}.tar.gz";
-    sha256 = "16v2lpi9c0vnic2x0vpszmckh0x39bmf6x7y00vvzbwhszshxx3w";
+    sha256 = "130nc9v9f8k5kwz9hzqd43fjxg01hl7jh0jw1fhs4ah5hmg71v34";
   };
 
   nativeBuildInputs = [ pkgconfig ];