Skip to content

Commit 5482de4

Browse files
committed
chore(pkgs/nexus): Update to latest version (2025-01-08)
1 parent 80c5b01 commit 5482de4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/nexus/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
let
1212
commonArgs = rec {
1313
pname = "Nexus-zkVM";
14-
version = "unstable-2024-12-18";
14+
version = "unstable-2025-01-08";
1515

1616
nativeBuildInputs = [
1717
pkg-config
@@ -25,8 +25,8 @@ let
2525
src = fetchFromGitHub {
2626
owner = "nexus-xyz";
2727
repo = "nexus-zkvm";
28-
rev = "315938cfd29d66ddfa7526d793f63b8b114d09e8";
29-
hash = "sha256-lXptNVcbECefrn67X92feV3l6F9+fWZpeMCQglyBVJA=";
28+
rev = "f594536f6fede8ceaf5d8c017a6f6fa2fbea3475";
29+
hash = "sha256-7jBZB/PAIsFSTrZOHX+0N7zM7/skI7yMsnOJCkXDV1o=";
3030
};
3131
};
3232

0 commit comments

Comments
 (0)