Unverified Commit d5e4142c authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #241750 from thillux/asmjit-update

asmjit: unstable-2022-11-10 -> unstable-2023-04-28
parents b00dc09e 0d329946
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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 = [