Skip to content

Commit 706db60

Browse files
zkwasm: unstable-2024-10-19 -> 1.2-unstable-2025-04-27
Diff: DelphinusLab/zkWasm@f5acf8c...48fc8ad
1 parent 1d863a3 commit 706db60

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-27";
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 = "48fc8adc2f045a09e8b919361f8b399ccae25dc4";
25+
hash = "sha256-usPZxVznmaJoOsUWgqizQJDWtFfGKY5zU1wRbxX/Dj4=";
2626
fetchSubmodules = true;
2727
};
2828
};

0 commit comments

Comments
 (0)