Skip to content

Commit

Permalink
alive2-aslp: 0-unstable-2024-12-16 -> 0-unstable-2024-12-17
Browse files Browse the repository at this point in the history
  • Loading branch information
katrinafyi committed Dec 20, 2024
1 parent 102aef2 commit c9f169f
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-16";
version = "0-unstable-2024-12-17";

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

src = fetchFromGitHub {
owner = "katrinafyi";
repo = "alive2";
rev = "a41421eecbfb786925c936c1b4131f33937b615c";
hash = "sha256-+8Q1m4QX0/jA6AJ5gWaCytzCB6UOMAHE0SZo/wnmogg=";
rev = "e51f11b74c77682700bdd8e886c56a562a338b69";
hash = "sha256-fvcvC/SJOtLq0tR0h/GT983ScHZnXbjui9PwutJtnsA=";
};

cmakeFlags = prev.cmakeFlags
Expand Down

0 comments on commit c9f169f

Please sign in to comment.