Merge pull request #54819 from r-ryantm/auto-update/hivex

hivex: 1.3.15 -> 1.3.18
This commit is contained in:
markuskowa 2019-02-03 14:09:41 +01:00 committed by GitHub
commit 1c88a9e6d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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