Skip to content

Commit

Permalink
build(deps): update zkllvm to state of 23-12-11
Browse files Browse the repository at this point in the history
  • Loading branch information
dkales committed Dec 11, 2023
1 parent bf7a0bc commit e8ef2e2
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions nix/zkllvm/default.nix
Original file line number Diff line number Diff line change
@@ -1,19 +1,18 @@
{ clangStdenv, fetchgit, cmake, boost180, spdlog, zlib, zstd, python3, icu70 }:
{ clangStdenv, fetchgit, cmake, boost180, zlib, zstd, python3, icu70 }:

clangStdenv.mkDerivation {
name = "zkllvm_with_mlir";
src = fetchgit {
url = "https://github.com/NilFoundation/zkllvm";
rev = "c1bc3aa86905a9e8548514779a51aee27187b90d"; # also change hash + version below in cmakeflags
sha256 = "0q8qbmj8kvfsif8g41sw1nvs2r7jddg181nv7vk9h4flhhmw8f7z";
rev = "47167ae745c198af8c21f1361aed2d15be223301"; # also change hash + version below in cmakeflags
sha256 = "0d77yasbcpyk21dih3w2y2lsjxkrxcd9vj67z4ypkzc3jlnsggah";
fetchSubmodules = true;
};
enableParallelBuilding = true;

buildInputs = [
cmake
(boost180.override { enableShared = false; })
spdlog
zlib
zstd
icu70
Expand Down

0 comments on commit e8ef2e2

Please sign in to comment.