Skip to content

Commit

Permalink
asmjit: unstable-2023-04-28 -> unstable-2025-02-12 (#381684)
Browse files Browse the repository at this point in the history
  • Loading branch information
nikstur authored Feb 13, 2025
2 parents 2ee32f4 + 5785989 commit 67669fe
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkgs/by-name/as/asmjit/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand All @@ -34,6 +34,6 @@ stdenv.mkDerivation {
'';
homepage = "https://asmjit.com/";
license = licenses.zlib;
maintainers = with maintainers; [ nikstur ];
maintainers = with maintainers; [ thillux ];
};
}

0 comments on commit 67669fe

Please sign in to comment.