zydis: 3.1.0 -> 3.2.0

This commit is contained in:
R. Ryantm 2021-10-28 00:24:42 +00:00
parent 22a500a3f8
commit ce6dc57db1

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;
};