zydis: fix upgrade

This commit is contained in:
Sandro Jäckel 2021-11-07 18:34:34 +01:00
parent a2f2e10e9e
commit 6d6fe2447e
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5

@ -7,9 +7,9 @@ stdenv.mkDerivation rec {
src = fetchFromGitHub {
owner = "zyantific";
repo = "zydis";
rev = "bfee99f49274a0eec3ffea16ede3a5bda9cda88f";
sha256 = "sha256-y+zPeQyHBLQpJv5pHSAvpIy3mafi9pbj/6BZPwa7VHQ=";
rev = "v${version}";
fetchSubmodules = true;
sha256 = "sha256-1XGELwMuFlIt6Z3+kfD6VAgDZOwhhCSG42dkYh7WLf8=";
};
nativeBuildInputs = [ cmake ];