Unverified Commit 67669fe7 authored by nikstur's avatar nikstur Committed by GitHub
Browse files

asmjit: unstable-2023-04-28 -> unstable-2025-02-12 (#381684)

parents 2ee32f46 57859891
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -8,13 +8,13 @@

stdenv.mkDerivation {
  pname = "asmjit";
  version = "unstable-2023-04-28";
  version = "unstable-2025-02-12";

  src = fetchFromGitHub {
    owner = "asmjit";
    repo = "asmjit";
    rev = "3577608cab0bc509f856ebf6e41b2f9d9f71acc4";
    hash = "sha256-EIfSruaM2Z64XOYAeEaf/wFy6/7UO6Sth487R1Q0yhI=";
    rev = "029075b84bf0161a761beb63e6eda519a29020db";
    hash = "sha256-/9F1rFNPwJUrVOVeK9sIA+Q7UrqQpQy8T6g4ywcoJc8=";
  };

  nativeBuildInputs = [
@@ -34,6 +34,6 @@ stdenv.mkDerivation {
    '';
    homepage = "https://asmjit.com/";
    license = licenses.zlib;
    maintainers = with maintainers; [ nikstur ];
    maintainers = with maintainers; [ thillux ];
  };
}