xbyak: 7.36.2 -> 7.37.4 (#521562)

This commit is contained in:
Marcin Serwin
2026-06-26 14:54:41 +00:00
committed by GitHub
+2 -2
View File
@@ -6,13 +6,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "xbyak";
version = "7.36.2";
version = "7.37.4";
src = fetchFromGitHub {
owner = "herumi";
repo = "xbyak";
tag = "v${finalAttrs.version}";
hash = "sha256-SrP5PYK9GrHQcR0bbwAXPxGCyd4J1qGqXFC1eVh9XVQ=";
hash = "sha256-JK4r2Fh083JJm9gm7GpdjMJ4G8wZGw5eGLCgtZh5HrE=";
};
nativeBuildInputs = [ cmake ];