Unverified Commit ed1ecb9d authored by chillcicada's avatar chillcicada
Browse files

asmjit: 0-unstable-2025-02-12 -> 1.18-unstable-2025-11-03

parent 1321a23c
Loading
Loading
Loading
Loading
+6 −3
Original line number Diff line number Diff line
@@ -4,17 +4,18 @@
  cmake,
  ninja,
  lib,
  nix-update-script,
}:

stdenv.mkDerivation {
  pname = "asmjit";
  version = "0-unstable-2025-02-12";
  version = "1.18-unstable-2025-11-03";

  src = fetchFromGitHub {
    owner = "asmjit";
    repo = "asmjit";
    rev = "029075b84bf0161a761beb63e6eda519a29020db";
    hash = "sha256-/9F1rFNPwJUrVOVeK9sIA+Q7UrqQpQy8T6g4ywcoJc8=";
    rev = "b56f4176cb9b0c0501da659ac54d4c5877862c7b";
    hash = "sha256-fOYJak+DiGM3vazKwOffTGuqPuUi7p+I0phBmtfqzME=";
  };

  nativeBuildInputs = [
@@ -24,6 +25,8 @@ stdenv.mkDerivation {

  strictDeps = true;

  passthru.updateScript = nix-update-script { extraArgs = [ "--version=branch" ]; };

  meta = with lib; {
    description = "Machine code generation for C++";
    longDescription = ''