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 0988cf9 commit 41a42fbCopy full SHA for 41a42fb
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-27";
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 = "48fc8adc2f045a09e8b919361f8b399ccae25dc4";
+ hash = "sha256-usPZxVznmaJoOsUWgqizQJDWtFfGKY5zU1wRbxX/Dj4=";
26
fetchSubmodules = true;
27
};
28
0 commit comments