capstone: 5.0.7 -> 5.0.8 (#523509)

This commit is contained in:
dotlambda
2026-05-25 19:41:37 +00:00
committed by GitHub
+2 -2
View File
@@ -8,13 +8,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "capstone";
version = "5.0.7";
version = "5.0.8";
src = fetchFromGitHub {
owner = "capstone-engine";
repo = "capstone";
rev = finalAttrs.version;
hash = "sha256-+6QReHZK+iIXspizy6Kvk7cj016HOKgiaKSaP4h7mao=";
hash = "sha256-Ww/tv95ba0mBgRvQBMAbb/RbMjdgWwMcCVngtWDv1Vc=";
};
cmakeFlags = [