Skip to content

Commit

Permalink
alive2-aslp: 0-unstable-2024-08-12 -> 0-unstable-2024-08-15
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 15, 2024
1 parent 8d262cb commit 6d4e1a0
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-08-12";
version = "0-unstable-2024-08-15";

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

src = fetchFromGitHub {
owner = "katrinafyi";
repo = "alive2";
rev = "5ca66179a14a79564713d709177d7e6af8220073";
hash = "sha256-6U7PwjRcv/bc3sUk+b+ZR/D8M2/7zCJVUkE7DZhSlm0=";
rev = "789155ab24c910e4c3ffaf7a0d2f55c5a6827273";
hash = "sha256-5OQlhqmVaJ6Jw9H7LnruivU3RWj81YP6N9tHVW4Xae4=";
};

cmakeFlags = prev.cmakeFlags
Expand Down

0 comments on commit 6d4e1a0

Please sign in to comment.