Merge pull request #144995 from SuperSandro2000/zydis

zydis: fix upgrade

authored by Ryan Mulligan and committed by GitHub 51ac8edf ea5437f8

+2 -2
+2 -2
pkgs/development/libraries/zydis/default.nix
··· 7 src = fetchFromGitHub { 8 owner = "zyantific"; 9 repo = "zydis"; 10 - rev = "bfee99f49274a0eec3ffea16ede3a5bda9cda88f"; 11 - sha256 = "sha256-y+zPeQyHBLQpJv5pHSAvpIy3mafi9pbj/6BZPwa7VHQ="; 12 fetchSubmodules = true; 13 }; 14 15 nativeBuildInputs = [ cmake ];
··· 7 src = fetchFromGitHub { 8 owner = "zyantific"; 9 repo = "zydis"; 10 + rev = "v${version}"; 11 fetchSubmodules = true; 12 + sha256 = "sha256-1XGELwMuFlIt6Z3+kfD6VAgDZOwhhCSG42dkYh7WLf8="; 13 }; 14 15 nativeBuildInputs = [ cmake ];