asmjit: unstable-2022-11-10 -> unstable-2023-04-28

Signed-off-by: Markus Theil <theil.markus@gmail.com>
This commit is contained in:
Markus Theil 2023-07-05 21:05:38 +02:00
parent c7a47f4f38
commit 0d32994627

View file

@ -7,13 +7,13 @@
stdenv.mkDerivation { stdenv.mkDerivation {
pname = "asmjit"; pname = "asmjit";
version = "unstable-2022-11-10"; version = "unstable-2023-04-28";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "asmjit"; owner = "asmjit";
repo = "asmjit"; repo = "asmjit";
rev = "0c03ed2f7497441ac0de232bda2e6b8cc041b2dc"; rev = "3577608cab0bc509f856ebf6e41b2f9d9f71acc4";
hash = "sha256-CfTtdgb+ZCLHwCRa+t2O4CG9rhHgqPLcfHDqLBvI9Tg="; hash = "sha256-EIfSruaM2Z64XOYAeEaf/wFy6/7UO6Sth487R1Q0yhI=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [