zydis: fix upgrade
This commit is contained in:
parent
a2f2e10e9e
commit
6d6fe2447e
@ -7,9 +7,9 @@ stdenv.mkDerivation rec {
|
|||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "zyantific";
|
owner = "zyantific";
|
||||||
repo = "zydis";
|
repo = "zydis";
|
||||||
rev = "bfee99f49274a0eec3ffea16ede3a5bda9cda88f";
|
rev = "v${version}";
|
||||||
sha256 = "sha256-y+zPeQyHBLQpJv5pHSAvpIy3mafi9pbj/6BZPwa7VHQ=";
|
|
||||||
fetchSubmodules = true;
|
fetchSubmodules = true;
|
||||||
|
sha256 = "sha256-1XGELwMuFlIt6Z3+kfD6VAgDZOwhhCSG42dkYh7WLf8=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ cmake ];
|
nativeBuildInputs = [ cmake ];
|
||||||
|
Loading…
Reference in New Issue
Block a user