Skip to content

Commit

Permalink
alive2-aslp: 0-unstable-2024-10-30 -> 0-unstable-2024-12-16
Browse files Browse the repository at this point in the history
  • Loading branch information
katrinafyi committed Dec 16, 2024
1 parent 0d2f658 commit 9ef2ac7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions llvm-translator/alive2-aslp.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,16 @@

(alive2-regehr.override { inherit llvmPackages; }).overrideAttrs (prev: {
pname = "alive2-aslp";
version = "0-unstable-2024-10-30";
version = "0-unstable-2024-12-16";

buildInputs = prev.buildInputs ++ [ aslp-cpp antlr.runtime.cpp ];
nativeBuildInputs = prev.nativeBuildInputs ++ [ jre makeWrapper ];

src = fetchFromGitHub {
owner = "katrinafyi";
repo = "alive2";
rev = "ade1c3bd01c8b37fdfeeac7fbab168f020f20a8f";
hash = "sha256-q+v4jKfDDL0kblrZQHp5wyRDX/P/DS4PWx6QiK0c8Ao=";
rev = "1349cf0088ffbda974de3e16245889d0a613790e";
hash = "sha256-+n0HT/RgFV3c7lOFLV5/xK/rW8UGzihI0tVjE+QvgKo=";
};

cmakeFlags = prev.cmakeFlags
Expand Down

0 comments on commit 9ef2ac7

Please sign in to comment.