Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
5ae2631
avalanche-cli: unstable-2024-11-23 -> 1.8.10
github-actions[bot] May 7, 2025
74ef310
blst: 0.3.11 -> 0.3.14
github-actions[bot] May 7, 2025
23cfa14
bnb-beacon-node: 0.10.20 -> 0.10.24
github-actions[bot] May 7, 2025
657842c
cdt: 4.0.1 -> 4.1.0
github-actions[bot] May 7, 2025
3e7f00d
circ: unstable-2024-04-17 -> 0-unstable-2025-03-25
github-actions[bot] May 7, 2025
c6fb103
circom: 2.1.5 -> 2.2.2
github-actions[bot] May 7, 2025
74f29ac
circom_runtime: 0.1.24 -> 0.1.28
github-actions[bot] May 7, 2025
7ff45d8
eos-vm: 1.0.0-rc1 -> 0-unstable-2025-03-05
github-actions[bot] May 7, 2025
272e339
gaiad: 15.1.0 -> 23.3.0
github-actions[bot] May 7, 2025
69b3947
jolt: unstable-2025-03-12 -> 0-unstable-2025-05-07
github-actions[bot] May 7, 2025
40c3c44
kurtosis: 1.0.0 -> 1.8.0
github-actions[bot] May 7, 2025
1a4ed2d
leap: 4.0.0 -> 5.0.3
github-actions[bot] May 7, 2025
1b3b2c1
nexus: unstable-2025-03-11 -> 0.3.1-unstable-2025-04-17
github-actions[bot] May 7, 2025
5759127
pistache: 2023-02-25 -> 0.4.26
github-actions[bot] May 7, 2025
382e055
polkadot: 0.9.43 -> 1.0.0
github-actions[bot] May 7, 2025
c2f4740
rapidsnark: 2023-03-08 -> 0-unstable-2023-03-08
github-actions[bot] May 7, 2025
9bc2de9
rapidsnark-gpu: 2023-04-08 -> 0.0.2
github-actions[bot] May 7, 2025
7feaad5
risc0: unstable-2025-03-12 -> 2.0.2-unstable-2025-05-02
github-actions[bot] May 7, 2025
e1978be
sp1: unstable-2025-03-10 -> 4.2.0-dev-unstable-2025-05-06
github-actions[bot] May 7, 2025
301a9eb
wasmd: 0.31.0 -> 0.55.0-ibc2.0
github-actions[bot] May 7, 2025
9b08f58
zkm: unstable-2025-03-11 -> 0-unstable-2025-04-10
github-actions[bot] May 7, 2025
fac2f1a
zkwasm: unstable-2024-10-19 -> 1.2-unstable-2025-04-27
github-actions[bot] May 7, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/avalanche-cli/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
}:
buildGoModule rec {
pname = "avalanche-cli";
version = "unstable-2024-11-23";
version = "1.8.10";

src = fetchFromGitHub {
owner = "ava-labs";
Expand Down
4 changes: 2 additions & 2 deletions packages/blst/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
}:
stdenv.mkDerivation rec {
pname = "blst";
version = "0.3.11";
version = "0.3.14";

src = fetchFromGitHub {
owner = "supranational";
repo = "blst";
rev = "v${version}";
hash = "sha256-oqljy+ZXJAXEB/fJtmB8rlAr4UXM+Z2OkDa20gpILNA=";
hash = "sha256-IlbNMLBjs/dvGogcdbWQIL+3qwy7EXJbIDpo4xBd4bY=";
};

builder = ./builder.sh;
Expand Down
4 changes: 2 additions & 2 deletions packages/bnb-beacon-node/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
}:
buildGoModule rec {
pname = "bnb-beacon-node";
version = "0.10.20";
version = "0.10.24";

src = fetchFromGitHub {
owner = "bnb-chain";
repo = "node";
rev = "v${version}";
hash = "sha256-x7wHdCdGMEhFuBNwYXlOxh6MwCG4uprM9TOxuujccQU=";
hash = "sha256-0pxlU+XE6HsItC0X4p1ZysZA1YPI+/z9vhnwhpc1dZQ=";
};

vendorHash = "sha256-HGxUSpnywzSazpnZHk6N3lmk2t1Av4EEIFB1bMHtwoA=";
Expand Down
4 changes: 2 additions & 2 deletions packages/cdt/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
}:
clangStdenv.mkDerivation rec {
name = "cdt";
version = "4.0.1";
version = "4.1.0";
buildInputs = with pkgs; [
llvm
curl.dev
Expand All @@ -31,6 +31,6 @@ clangStdenv.mkDerivation rec {
src = fetchgit {
url = "https://github.com/AntelopeIO/cdt";
rev = "v${version}";
sha256 = "sha256-fk+YLBVud6Kr5+FozjS4isKxHViHXxS3XJoTGDZd2Vg=";
sha256 = "sha256-+s+W2MBc/G2SCuBOdxdq661h5Oz1IH3z3HosrOQAbYU=";
};
}
6 changes: 3 additions & 3 deletions packages/circ/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@
let
commonArgs = rec {
pname = "circ";
version = "unstable-2024-04-17";
version = "0-unstable-2025-03-25";

src = fetchFromGitHub {
owner = "circify";
repo = "circ";
rev = "7f6d0a00fe1298bc02d98c34db191afc4b46c943";
hash = "sha256-pYG6IYGHv4DwizCdVZbOS4DUxwNtwQVcPU66fDxTxg0=";
rev = "9c6d7ffbe32af71521fc1cd502f31166702db380";
hash = "sha256-XlqS+3ERT9M9AWduADpod5Tmk3M9MdcGxDhBB2nJz+8=";
};

nativeBuildInputs = [
Expand Down
4 changes: 2 additions & 2 deletions packages/circom/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
let
commonArgs = rec {
pname = "circom";
version = "2.1.5";
version = "2.2.2";

buildInputs = [ ] ++ (lib.optionals stdenv.isDarwin [ darwin.apple_sdk.frameworks.Security ]);
nativeBuildInputs = [
Expand All @@ -20,7 +20,7 @@ let
owner = "iden3";
repo = "circom";
rev = "v${version}";
hash = "sha256-enZr1fkiUxDDDzajsd/CTV7DN//9xP64IyKLQSaJqXk=";
hash = "sha256-BSInX4owuamRWnlKL1yJJOyzRIiE55TIzCk2TdX7aOQ=";
};
};

Expand Down
6 changes: 3 additions & 3 deletions packages/circom_runtime/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
with pkgs;
buildNpmPackage rec {
pname = "circom_runtime";
version = "0.1.24";
version = "0.1.28";
src = fetchFromGitHub {
owner = "iden3";
repo = "circom_runtime";
rev = "v${version}";
hash = "sha256-iC6kqVn1ixJlcuf+t2wbC+0/sCcXGvSRfuheLiW0Egs=";
hash = "sha256-iC34UChMczv3lPUNY+coHEBNMnzgegFr6KqDz9A8+24=";
};

npmDepsHash = "sha256-LvgKNazeoS7FcsjFDHnA9ZLePOesFu6eeEWDRGQRPLE=";
npmDepsHash = "sha256-GES/K/znDMpvm4B63R5ryEI/tYlLWcwlBwFAzBnawko=";

nativeBuildInputs = with pkgs; [
gtest
Expand Down
6 changes: 3 additions & 3 deletions packages/eos-vm/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
}:
clangStdenv.mkDerivation rec {
name = "eos-vm";
version = "1.0.0-rc1";
version = "0-unstable-2025-03-05";
buildInputs = with pkgs; [
llvm
curl.dev
Expand All @@ -30,7 +30,7 @@ clangStdenv.mkDerivation rec {

src = fetchgit {
url = "https://github.com/AntelopeIO/eos-vm";
rev = "329db27d888dce32c96b4f209cdea45f1d07e5e7";
sha256 = "sha256-uRNj/iOt6cuGZcdQrYjYO3qyu6RBNQh+uT2AAmPoH14=";
rev = "e8b4e8b799b9d6e3993e16e7c4a5d2fe04c739b6";
sha256 = "sha256-UZMuDMFlEVtylKe2E+T046S3lWp9SlzbvHnyW+UxPP0=";
};
}
6 changes: 3 additions & 3 deletions packages/gaiad/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@
}:
buildGoModule rec {
pname = "gaia";
version = "15.1.0";
version = "23.3.0";

src = fetchFromGitHub {
owner = "cosmos";
repo = "gaia";
rev = "v${version}";
sha256 = "sha256-lCglXCEkKNlpcjcsQcWz7vrl3/RQhUOMhOWos0bof/M=";
sha256 = "sha256-mO4rCiSqFZZiDYvHEby083viOvJVjefqjz38Pt/xJ20=";
};

vendorHash = "sha256-cnl3LsZiaMtFdTeYV5FcGWW9WnusqOKY/KmxC8I8Cw0=";
vendorHash = "sha256-/+gjzyoVy46NTt+H/vXiPVGcs+VEop5OGcnqjNKPhJY=";

doCheck = false;

Expand Down
6 changes: 3 additions & 3 deletions packages/jolt/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
let
commonArgs = rec {
pname = "jolt";
version = "unstable-2025-03-12";
version = "0-unstable-2025-05-07";

nativeBuildInputs = [
pkg-config
Expand All @@ -25,8 +25,8 @@ let
src = fetchFromGitHub {
owner = "a16z";
repo = "jolt";
rev = "dd81340637a51ddfb382c57237e9cd05f548555f";
hash = "sha256-AO7nIzyIAAiuTgvnGE9GZMkjBF5IQ0d8PvUcEQ/dZQo=";
rev = "6a1e04373a82d009a62a8a273c4d2590db65e30b";
hash = "sha256-tpWACLb4O/4OiAFl4CRYSEjZS8ujgBfQYHjGKxi9O5o=";
fetchSubmodules = true;
};
};
Expand Down
6 changes: 3 additions & 3 deletions packages/kurtosis/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
}:
buildGoModule rec {
pname = "kurtosis";
version = "1.0.0";
version = "1.8.0";

src = fetchFromGitHub {
owner = "kurtosis-tech";
repo = "kurtosis";
rev = version;
hash = "sha256-rU1hrfGFsdk+IHJjomxrCD2kYbizMRkii6XZdbznofc=";
hash = "sha256-I1NqWKFCd0W+vUMtycd2Y7wVVfD2dMiheLpQNtU14Fk=";
};

prePatch = ''
Expand All @@ -24,7 +24,7 @@ buildGoModule rec {
subPackages = [ "cli/cli" ];

proxyVendor = true;
vendorHash = "sha256-GaEIitoRiuYxtS7cDKobFyIlraDNQjcvbRvzG3nUKFU=";
vendorHash = "sha256-zhfkwe3X2gStujfDBh5+j92UW4JsMC+fmNMfEQwOKlA=";

installPhase = ''
install -Dm 755 $GOPATH/bin/cli $out/bin/kurtosis
Expand Down
4 changes: 2 additions & 2 deletions packages/leap/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
}:
clang14Stdenv.mkDerivation rec {
pname = "leap";
version = "4.0.0";
version = "5.0.3";

src = fetchFromGitHub {
owner = "AntelopeIO";
repo = "leap";
rev = "v${version}";
hash = "sha256-d9VjRfm+L7y8weADFnj9svm7go6HDyCKIsYsVuzUyZ4=";
hash = "sha256-SKlHXz27H9P2Xwk9OEKak+tQ2MkT34sQZ/qpmEV8gl4=";
fetchSubmodules = true;
};

Expand Down
6 changes: 3 additions & 3 deletions packages/nexus/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
let
commonArgs = rec {
pname = "Nexus-zkVM";
version = "unstable-2025-03-11";
version = "0.3.1-unstable-2025-04-17";

nativeBuildInputs = [
pkg-config
Expand All @@ -26,8 +26,8 @@ let
src = fetchFromGitHub {
owner = "nexus-xyz";
repo = "nexus-zkvm";
rev = "56ab8e5b953de45903ae9dfde498e8413a9c611b";
hash = "sha256-d5M3U3FtOA/Vuq/nXujhAmo9GOH5QYgLN2/2JmegaY8=";
rev = "a0c85c3d85ab0a7677f95f0b60ed2b68d6cbd119";
hash = "sha256-rpsX540fORHEfGwg7J6x/W8Af9Rs1CgKWDx3Y+ZFgQs=";
};
};

Expand Down
2 changes: 1 addition & 1 deletion packages/pistache/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
}:
stdenv.mkDerivation rec {
pname = "pistache";
version = "2023-02-25";
version = "0.4.26";
src = fetchFromGitHub {
owner = "pistacheio";
repo = "pistache";
Expand Down
4 changes: 2 additions & 2 deletions packages/polkadot/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ let
};
"v0.9.43" = {
commitSha1 = "ba42b9ce51d25bdaf52d2c61e0763a6e3da50d25";
srcSha256 = "sha256-KYmMMcQMkkXfWj5ZTr549a/8ftELKo0PUvCrmRMiDaE=";
srcSha256 = "sha256-amTWHD5T40jfnD7z0ILGEDNu7Sz60puhkB/agI+F/lo=";
};
"v1.0.0" = {
commitSha1 = "1ed6e2e50a4ce61f6cda46a730efc11a07b6ebb3";
Expand All @@ -38,7 +38,7 @@ let
};

commonArgs = rec {
version = "0.9.43";
version = "1.0.0";

CC = "clang";
CXX = "clang++";
Expand Down
2 changes: 1 addition & 1 deletion packages/rapidsnark-gpu/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ let
in
stdenv.mkDerivation rec {
pname = "rapidsnark-gpu";
version = "2023-04-08";
version = "0.0.2";

src = fetchFromGitHub {
owner = "Orbiter-Finance";
Expand Down
6 changes: 3 additions & 3 deletions packages/rapidsnark/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ let
in
stdenv.mkDerivation rec {
pname = "rapidsnark";
version = "2023-03-08";
version = "0-unstable-2023-03-08";

src = fetchFromGitHub {
owner = "PetarKirov";
repo = "rapidsnark";
rev = "fix/prover/macos-build";
hash = "sha256-nLKy1zTeiIIZFFnEGhO3yFysQrJqe1VZOAMaBNxPMqY=";
rev = "8b254247fd34b523c79ec1b582a4402343bc8094";
hash = "sha256-IqQ/Rc1l5MzFeoIjxRz9Oj6uzElAe6hEbhE97+3Ct4c=";
};

nativeBuildInputs = [ pkg-config ];
Expand Down
6 changes: 3 additions & 3 deletions packages/risc0/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ let

commonArgs = rec {
pname = "risc0";
version = "unstable-2025-03-12";
version = "2.0.2-unstable-2025-05-02";

nativeBuildInputs = [
autoPatchelfHook
Expand All @@ -37,8 +37,8 @@ let
src = fetchFromGitHub {
owner = "risc0";
repo = "risc0";
rev = "2db67acadc4e1283f08993b5dcfcfc7afba6bbbd";
hash = "sha256-eMFoz821x2NjibbTPF/i6rqRbqZ4g6njVDHc/udIDnA=";
rev = "1bb69ce59be14c7df0b346ebf9b109fa94529f72";
hash = "sha256-0Rws5EAfGDIiyq3pKuaURIdJhKDIaeFqY7QLXN9STA4=";
};
};

Expand Down
6 changes: 3 additions & 3 deletions packages/sp1/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
let
commonArgs = rec {
pname = "sp1";
version = "unstable-2025-03-10";
version = "4.2.0-dev-unstable-2025-05-06";

nativeBuildInputs = [
pkg-config
Expand All @@ -20,8 +20,8 @@ let
src = fetchFromGitHub {
owner = "succinctlabs";
repo = "sp1";
rev = "342422d99bd9b68aee718b70a53446dfe7ee3f3a";
hash = "sha256-z3PbRb3Oj2+GCXnnM3EBVP9+oZU7C6o3mwRpjN2z7gU=";
rev = "fee04caca378c866c1dcc267b27d3ef8ec0cded4";
hash = "sha256-n6LK5G7bul64uRNYfqtfKc4wSSQ+EXZm22hMhYQSl2E=";
fetchSubmodules = true;
};
};
Expand Down
6 changes: 3 additions & 3 deletions packages/wasmd/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -23,17 +23,17 @@ let
in
buildGoModule rec {
pname = "wasmd";
version = "0.31.0";
version = "0.55.0-ibc2.0";

src = fetchFromGitHub {
owner = "CosmWasm";
repo = "wasmd";
rev = "v${version}";
hash = "sha256-lxx1rKvgzvWKeGnUG4Ij7K6tfL7u3cIaf6/CYRvkqLg=";
hash = "sha256-0mSqU1T2veaAkSpNStnN4pObjH7pM0vjPEM/cwVLfwk=";
};

proxyVendor = true;
vendorHash = "sha256-xf4yCCb+VnU+fGHTyJ4Y9DKDDZpgUeemuEQCavHhFdM=";
vendorHash = "sha256-VegQR5nfrpeNcRAD1AYE0ZnDL8u+GYINmiil4JV8c2U=";

subPackages = [ "cmd/wasmd" ];

Expand Down
6 changes: 3 additions & 3 deletions packages/zkm/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
let
commonArgs = rec {
pname = "zkm";
version = "unstable-2025-03-11";
version = "0-unstable-2025-04-10";

nativeBuildInputs = [
pkg-config
Expand All @@ -25,8 +25,8 @@ let
src = fetchFromGitHub {
owner = "zkMIPS";
repo = "zkm";
rev = "693c62c90161b04732fe6dbb530bf7c53b59023a";
hash = "sha256-x5KacIjUoO7Cx/LJCqnfy2zfP10iNKhiYwCfA8FYHBM=";
rev = "eb09cf6c81bed9717bc98e4a4c9a61f54787a351";
hash = "sha256-3aIdoe1R9wAM2OMRK2BFVD9zXChNRN8eS8NmTlTeggo=";
};
};

Expand Down
6 changes: 3 additions & 3 deletions packages/zkwasm/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
let
commonArgs = rec {
pname = "zkWasm";
version = "unstable-2024-10-19";
version = "1.2-unstable-2025-04-27";

nativeBuildInputs = [
clang
Expand All @@ -21,8 +21,8 @@ let
src = fetchFromGitHub {
owner = "DelphinusLab";
repo = "zkWasm";
rev = "f5acf8c58c32ac8c6426298be69958a6bea2b89a";
hash = "sha256-3+ptucjczxmA0oeeokxdVRRSdJLuoRjX31hMk5+FlZM=";
rev = "48fc8adc2f045a09e8b919361f8b399ccae25dc4";
hash = "sha256-usPZxVznmaJoOsUWgqizQJDWtFfGKY5zU1wRbxX/Dj4=";
fetchSubmodules = true;
};
};
Expand Down
Loading