lol

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

zydis: 3.2.1 -> 4.0.0

authored by

Anderson Torres and committed by
GitHub
f2266823 2466d136

+2 -2
+2 -2
pkgs/development/libraries/zydis/default.nix
··· 6 6 7 7 stdenv.mkDerivation rec { 8 8 pname = "zydis"; 9 - version = "3.2.1"; 9 + version = "4.0.0"; 10 10 11 11 src = fetchFromGitHub { 12 12 owner = "zyantific"; 13 13 repo = "zydis"; 14 14 rev = "v${version}"; 15 15 fetchSubmodules = true; 16 - sha256 = "sha256-FB7hGQ9vI3ZE376iROEpdtZm91IiccBhtAFa94JgnUY="; 16 + sha256 = "sha256-WSBi8HUVj/JR0/0pBoEaUKD0kOk41gSW5ZW74fn8b4k="; 17 17 }; 18 18 19 19 nativeBuildInputs = [