Skip to content

Commit 4029a8e

Browse files
zkm: unstable-2025-03-11 -> 0-unstable-2025-03-12
Diff: ProjectZKM/zkm@693c62c...7d40b91
1 parent 84d8f07 commit 4029a8e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/zkm/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 = "zkm";
14-
version = "unstable-2025-03-11";
14+
version = "0-unstable-2025-03-12";
1515

1616
nativeBuildInputs = [
1717
pkg-config
@@ -24,8 +24,8 @@ let
2424
src = fetchFromGitHub {
2525
owner = "zkMIPS";
2626
repo = "zkm";
27-
rev = "693c62c90161b04732fe6dbb530bf7c53b59023a";
28-
hash = "sha256-x5KacIjUoO7Cx/LJCqnfy2zfP10iNKhiYwCfA8FYHBM=";
27+
rev = "7d40b91e991c889537b76ac8949ba850511caeaf";
28+
hash = "sha256-ZpxF9kwhV3BqWb0M6PJR+D2Lk26BtCGcjskPiIbgZkE=";
2929
};
3030
};
3131

0 commit comments

Comments
 (0)