asmjit: unstable-2022-11-10 -> unstable-2023-04-28
Signed-off-by: Markus Theil <theil.markus@gmail.com>
This commit is contained in:
parent
c7a47f4f38
commit
0d32994627
1 changed files with 3 additions and 3 deletions
|
@ -7,13 +7,13 @@
|
|||
|
||||
stdenv.mkDerivation {
|
||||
pname = "asmjit";
|
||||
version = "unstable-2022-11-10";
|
||||
version = "unstable-2023-04-28";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "asmjit";
|
||||
repo = "asmjit";
|
||||
rev = "0c03ed2f7497441ac0de232bda2e6b8cc041b2dc";
|
||||
hash = "sha256-CfTtdgb+ZCLHwCRa+t2O4CG9rhHgqPLcfHDqLBvI9Tg=";
|
||||
rev = "3577608cab0bc509f856ebf6e41b2f9d9f71acc4";
|
||||
hash = "sha256-EIfSruaM2Z64XOYAeEaf/wFy6/7UO6Sth487R1Q0yhI=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
|
Loading…
Reference in a new issue