Unverified Commit f2266823 authored by Anderson Torres's avatar Anderson Torres Committed by GitHub
Browse files

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

zydis: 3.2.1 -> 4.0.0
parents 2466d136 aa2c2765
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,14 +6,14 @@

stdenv.mkDerivation rec {
  pname = "zydis";
  version = "3.2.1";
  version = "4.0.0";

  src = fetchFromGitHub {
    owner = "zyantific";
    repo = "zydis";
    rev = "v${version}";
    fetchSubmodules = true;
    sha256 = "sha256-FB7hGQ9vI3ZE376iROEpdtZm91IiccBhtAFa94JgnUY=";
    sha256 = "sha256-WSBi8HUVj/JR0/0pBoEaUKD0kOk41gSW5ZW74fn8b4k=";
  };

  nativeBuildInputs = [