Skip to content

Commit

Permalink
alive2-aslp: 0-unstable-2024-07-12 -> 0-unstable-2024-07-25
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jul 25, 2024
1 parent 163d96d commit 08647a1
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 @@ -9,16 +9,16 @@

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

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

src = fetchFromGitHub {
owner = "katrinafyi";
repo = "alive2";
rev = "de6fa80169dd84c49971e8475bd5cc685316e587";
hash = "sha256-xJ6A/suBRuDQpSvprjtjPxZ+kgD8q5IiS1vvfNBiruA=";
rev = "f0936ef0dd5fcf116a2fd6ff42806825a6afea2b";
hash = "sha256-9vjnk383qt6oI8j61gAWGarrLqUFTYr6820X5vpBeIA=";
};

cmakeFlags = prev.cmakeFlags
Expand Down

0 comments on commit 08647a1

Please sign in to comment.