summary refs log tree commit diff
path: root/pkgs/development/libraries/zydis
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2021-10-28 00:24:42 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2021-10-28 00:24:42 +0000
commitce6dc57db10dfc2f94471c8e08459132a0b9e53a (patch)
treeaa4ab3bf229e954f64cbcd1c650cbdf8feaa3b67 /pkgs/development/libraries/zydis
parent22a500a3f87bbce73bd8d777ef920b43a636f018 (diff)
zydis: 3.1.0 -> 3.2.0
Diffstat (limited to 'pkgs/development/libraries/zydis')
-rw-r--r--pkgs/development/libraries/zydis/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/zydis/default.nix b/pkgs/development/libraries/zydis/default.nix
index dd3f4b9163141..9e6a8ba83e05c 100644
--- a/pkgs/development/libraries/zydis/default.nix
+++ b/pkgs/development/libraries/zydis/default.nix
@@ -2,13 +2,13 @@
 
 stdenv.mkDerivation rec {
   pname = "zydis";
-  version = "3.1.0";
+  version = "3.2.0";
 
   src = fetchFromGitHub {
     owner = "zyantific";
     repo = "zydis";
     rev = "bfee99f49274a0eec3ffea16ede3a5bda9cda88f";
-    sha256 = "0x2lpc33ynd0zzirdxp2lycvg3545wh1ssgy4qlv81471iwwzv6b";
+    sha256 = "sha256-y+zPeQyHBLQpJv5pHSAvpIy3mafi9pbj/6BZPwa7VHQ=";
     fetchSubmodules = true;
   };