summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorRyan Mulligan <ryan@ryantm.com>2018-03-08 18:33:13 -0800
committerRyan Mulligan <ryan@ryantm.com>2018-03-08 18:33:13 -0800
commit12d19f1fcd19d9224ff6648386b3751843a2e325 (patch)
tree16adffe117ff4a6905345671b6d35e4bbfd68911 /pkgs
parentf93f9f6025f703978423c6d7d9da59c27e120487 (diff)
downloadnixlib-12d19f1fcd19d9224ff6648386b3751843a2e325.tar
nixlib-12d19f1fcd19d9224ff6648386b3751843a2e325.tar.gz
nixlib-12d19f1fcd19d9224ff6648386b3751843a2e325.tar.bz2
nixlib-12d19f1fcd19d9224ff6648386b3751843a2e325.tar.lz
nixlib-12d19f1fcd19d9224ff6648386b3751843a2e325.tar.xz
nixlib-12d19f1fcd19d9224ff6648386b3751843a2e325.tar.zst
nixlib-12d19f1fcd19d9224ff6648386b3751843a2e325.zip
hivex: 1.3.14 -> 1.3.15
Semi-automatic update. These checks were done:

- built on NixOS
- Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
- found 1.3.15 with grep in /nix/store/i73ksxx7rd6dfwiasx7xacm4pvskprpv-hivex-1.3.15
- found 1.3.15 in filename of file in /nix/store/i73ksxx7rd6dfwiasx7xacm4pvskprpv-hivex-1.3.15
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/libraries/hivex/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/hivex/default.nix b/pkgs/development/libraries/hivex/default.nix
index 7b4b9866d041..b2e2dbd35a40 100644
--- a/pkgs/development/libraries/hivex/default.nix
+++ b/pkgs/development/libraries/hivex/default.nix
@@ -3,11 +3,11 @@
 
 stdenv.mkDerivation rec {
   name = "hivex-${version}";
-  version = "1.3.14";
+  version = "1.3.15";
 
   src = fetchurl {
     url = "http://libguestfs.org/download/hivex/${name}.tar.gz";
-    sha256 = "0aqv28prjcmc66znw0wgaxjijg5mjm44bgn1iil8a4dlbsgv4p7b";
+    sha256 = "02vzipzrp1gr87rn7mkhyzr4zdjkp2dzcvvb223x7i0ch8ci7r4c";
   };
 
   patches = [ ./hivex-syms.patch ];