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 dcf8be6 commit 8525d6eCopy full SHA for 8525d6e
packages/zkwasm/default.nix
@@ -10,7 +10,7 @@
10
let
11
commonArgs = rec {
12
pname = "zkWasm";
13
- version = "unstable-2024-10-19";
+ version = "1.2-unstable-2025-04-10";
14
15
nativeBuildInputs = [
16
clang
@@ -21,8 +21,8 @@ let
21
src = fetchFromGitHub {
22
owner = "DelphinusLab";
23
repo = "zkWasm";
24
- rev = "f5acf8c58c32ac8c6426298be69958a6bea2b89a";
25
- hash = "sha256-3+ptucjczxmA0oeeokxdVRRSdJLuoRjX31hMk5+FlZM=";
+ rev = "6dba6dbb7816208de1d08ce67963094c4aa7684a";
+ hash = "sha256-D3DnU12MbDdOfai0525FT7ENf2AcEKQKQyeX0nbnLz0=";
26
fetchSubmodules = true;
27
};
28
0 commit comments