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

hivex: 1.3.18 -> 1.3.19
This commit is contained in:
Jaka Hudoklin 2020-08-04 10:21:02 +02:00 committed by GitHub
commit 38dc94bcf0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 ];