summary refs log tree commit diff
path: root/pkgs/development/libraries/libguestfs
diff options
context:
space:
mode:
authorVolth <volth@webmaster.ms>2017-04-13 15:50:32 +0000
committerVolth <volth@webmaster.ms>2017-04-13 15:55:23 +0000
commitdc0e338e01a75a8c7f79961d76eb10d8e023806b (patch)
treeb0df7a87190b02b5a89e091156f6ba75f49d07dc /pkgs/development/libraries/libguestfs
parent94753af68ce76e0a8991d711ad54c927b6f891ed (diff)
downloadnixlib-dc0e338e01a75a8c7f79961d76eb10d8e023806b.tar
nixlib-dc0e338e01a75a8c7f79961d76eb10d8e023806b.tar.gz
nixlib-dc0e338e01a75a8c7f79961d76eb10d8e023806b.tar.bz2
nixlib-dc0e338e01a75a8c7f79961d76eb10d8e023806b.tar.lz
nixlib-dc0e338e01a75a8c7f79961d76eb10d8e023806b.tar.xz
nixlib-dc0e338e01a75a8c7f79961d76eb10d8e023806b.tar.zst
nixlib-dc0e338e01a75a8c7f79961d76eb10d8e023806b.zip
libguestfs: 1.34.6 -> 1.36.3
Diffstat (limited to 'pkgs/development/libraries/libguestfs')
-rw-r--r--pkgs/development/libraries/libguestfs/default.nix6
-rw-r--r--pkgs/development/libraries/libguestfs/libguestfs-syms.patch8
2 files changed, 7 insertions, 7 deletions
diff --git a/pkgs/development/libraries/libguestfs/default.nix b/pkgs/development/libraries/libguestfs/default.nix
index 0b7e889a631b..7902cf67c8d1 100644
--- a/pkgs/development/libraries/libguestfs/default.nix
+++ b/pkgs/development/libraries/libguestfs/default.nix
@@ -6,7 +6,7 @@
 
 stdenv.mkDerivation rec {
   name = "libguestfs-${version}";
-  version = "1.34.6";
+  version = "1.36.3";
 
   appliance = fetchurl {
     url = "http://libguestfs.org/download/binaries/appliance/appliance-1.36.1.tar.xz";
@@ -14,8 +14,8 @@ stdenv.mkDerivation rec {
   };
 
   src = fetchurl {
-    url = "http://libguestfs.org/download/1.34-stable/libguestfs-${version}.tar.gz";
-    sha256 = "1bdn6jsxm7krl4bpzwx47lg1xlhp5wfzizy03vspkgcppgp2q36s";
+    url = "http://libguestfs.org/download/1.36-stable/libguestfs-${version}.tar.gz";
+    sha256 = "0dhb69b7svjgnrmbyvizdz5vsgsrr95ypz0qvp3kz83jyj6sa76m";
   };
 
   buildInputs = [
diff --git a/pkgs/development/libraries/libguestfs/libguestfs-syms.patch b/pkgs/development/libraries/libguestfs/libguestfs-syms.patch
index 88c9ec0e4309..09c4b1393ce7 100644
--- a/pkgs/development/libraries/libguestfs/libguestfs-syms.patch
+++ b/pkgs/development/libraries/libguestfs/libguestfs-syms.patch
@@ -1,7 +1,7 @@
-diff -rupN libguestfs-1.34.4/src/Makefile.am libguestfs-1.34.4-new/src/Makefile.am
---- libguestfs-1.34.4/src/Makefile.am	2017-02-22 07:49:07.322357165 +0000
-+++ libguestfs-1.34.4-new/src/Makefile.am	2017-02-22 07:50:03.437454422 +0000
-@@ -172,8 +172,7 @@ libguestfs_la_LIBADD = \
+diff --git a/lib/Makefile.am b/lib/Makefile.am
+--- a/lib/Makefile.am
++++ b/lib/Makefile.am
+@@ -168,8 +168,7 @@ libguestfs_la_LIBADD = \
  # Force libtool to name the library 'libguestfs.so.0.$(MAX_PROC_NR).0'.
  # Include the version script to limit which symbols are exported.
  libguestfs_la_LDFLAGS = \