Skip to content

Commit

Permalink
alive2-aslp: 0-unstable-2024-12-21 -> 0-unstable-2024-12-26
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 26, 2024
1 parent 87773bb commit f20794b
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-12-21";
version = "0-unstable-2024-12-26";

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

src = fetchFromGitHub {
owner = "katrinafyi";
repo = "alive2";
rev = "4cc28ada8b776d1e48416ed05efd7bbb30bcfd3c";
hash = "sha256-DD3PyBLDQqLjjVieTuv/h6aA334J9H6+qtGWuyNyfFY=";
rev = "6fcd5a09eeb5aceab368910c3c8fd68339d14a11";
hash = "sha256-p17JsM6IJeaX35QLo8tXKmAVqtaWblxiMmS2ZM14Tqo=";
};

CXXFLAGS = (prev.CXXFLAGS or "") + " -Wno-error=deprecated-declarations";
Expand Down

0 comments on commit f20794b

Please sign in to comment.