We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e4aa01 commit 3cd2dd3Copy full SHA for 3cd2dd3
packages/nexus/default.nix
@@ -10,7 +10,7 @@
10
let
11
commonArgs = rec {
12
pname = "Nexus-zkVM";
13
- version = "unstable-2024-12-04";
+ version = "unstable-2024-12-18";
14
15
nativeBuildInputs = [
16
pkg-config
@@ -24,8 +24,8 @@ let
24
src = fetchFromGitHub {
25
owner = "nexus-xyz";
26
repo = "nexus-zkvm";
27
- rev = "0b787f2e5c8a7f165f905a53f8de44f562d7bbb2";
28
- hash = "sha256-dOGHnJbW0w4/wPuTtwdN1j/s4OFTzQcai7Vp4HFC58k=";
+ rev = "315938cfd29d66ddfa7526d793f63b8b114d09e8";
+ hash = "sha256-lXptNVcbECefrn67X92feV3l6F9+fWZpeMCQglyBVJA=";
29
};
30
31
0 commit comments