summary refs log tree commit diff
path: root/pkgs/development/libraries/hivex
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2020-08-03 11:25:10 +0000
committerR. RyanTM <ryantm-bot@ryantm.com>2020-08-03 11:25:10 +0000
commit812e19f8429642767a5bf440c67e0f69f090b5e7 (patch)
treee69d6bd814c2c3be0b2cedc646c139af2c8cdd3d /pkgs/development/libraries/hivex
parent3541e8b4fbf01731580b2f26a3de41200213e6f1 (diff)
hivex: 1.3.18 -> 1.3.19
Diffstat (limited to 'pkgs/development/libraries/hivex')
-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 113a49138e15a..d0afea119df01 100644
--- a/pkgs/development/libraries/hivex/default.nix
+++ b/pkgs/development/libraries/hivex/default.nix
@@ -3,11 +3,11 @@
 
 stdenv.mkDerivation rec {
   pname = "hivex";
-  version = "1.3.18";
+  version = "1.3.19";
 
   src = fetchurl {
     url = "http://libguestfs.org/download/hivex/${pname}-${version}.tar.gz";
-    sha256 = "0ibl186l6rd9qj4rqccfwbg1nnx6z07vspkhk656x6zav67ph7la";
+    sha256 = "0qppahpf7jq950nf8ial47h90nyqgnsffsj3zgdjjwkn958wq0ji";
   };
 
   patches = [ ./hivex-syms.patch ];