Merge pull request #143253 from r-ryantm/auto-update/zydis

zydis: 3.1.0 -> 3.2.0
This commit is contained in:
Ryan Mulligan 2021-11-07 07:45:26 -08:00 committed by GitHub
commit 8f476ac15d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "zydis";
version = "3.1.0";
version = "3.2.0";
src = fetchFromGitHub {
owner = "zyantific";
repo = "zydis";
rev = "bfee99f49274a0eec3ffea16ede3a5bda9cda88f";
sha256 = "0x2lpc33ynd0zzirdxp2lycvg3545wh1ssgy4qlv81471iwwzv6b";
sha256 = "sha256-y+zPeQyHBLQpJv5pHSAvpIy3mafi9pbj/6BZPwa7VHQ=";
fetchSubmodules = true;
};