Skip to content

Commit 98a4820

Browse files
zkwasm: unstable-2024-10-19 -> 1.2-unstable-2025-04-10
Diff: DelphinusLab/zkWasm@f5acf8c...6dba6db
1 parent 9680acb commit 98a4820

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/zkwasm/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
let
1111
commonArgs = rec {
1212
pname = "zkWasm";
13-
version = "unstable-2024-10-19";
13+
version = "1.2-unstable-2025-04-10";
1414

1515
nativeBuildInputs = [
1616
clang
@@ -21,8 +21,8 @@ let
2121
src = fetchFromGitHub {
2222
owner = "DelphinusLab";
2323
repo = "zkWasm";
24-
rev = "f5acf8c58c32ac8c6426298be69958a6bea2b89a";
25-
hash = "sha256-3+ptucjczxmA0oeeokxdVRRSdJLuoRjX31hMk5+FlZM=";
24+
rev = "6dba6dbb7816208de1d08ce67963094c4aa7684a";
25+
hash = "sha256-D3DnU12MbDdOfai0525FT7ENf2AcEKQKQyeX0nbnLz0=";
2626
fetchSubmodules = true;
2727
};
2828
};

0 commit comments

Comments
 (0)