hivex: 1.3.17 -> 1.3.18

This commit is contained in:
Markus Kowalewski 2019-02-03 13:18:58 +01:00
parent 98c93c84e5
commit 1bd0e155f1
No known key found for this signature in database
GPG Key ID: D865C8A91D7025EB

@ -3,11 +3,11 @@
stdenv.mkDerivation rec {
name = "hivex-${version}";
version = "1.3.17";
version = "1.3.18";
src = fetchurl {
url = "http://libguestfs.org/download/hivex/${name}.tar.gz";
sha256 = "1nsjijgcpcl6vm7whbbpxqrjycajf7vy0sp5hfg4vmvjmf3lpjqk";
sha256 = "0ibl186l6rd9qj4rqccfwbg1nnx6z07vspkhk656x6zav67ph7la";
};
patches = [ ./hivex-syms.patch ];