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 301a9eb commit 9b08f58Copy full SHA for 9b08f58
packages/zkm/default.nix
@@ -12,7 +12,7 @@
12
let
13
commonArgs = rec {
14
pname = "zkm";
15
- version = "unstable-2025-03-11";
+ version = "0-unstable-2025-04-10";
16
17
nativeBuildInputs = [
18
pkg-config
@@ -25,8 +25,8 @@ let
25
src = fetchFromGitHub {
26
owner = "zkMIPS";
27
repo = "zkm";
28
- rev = "693c62c90161b04732fe6dbb530bf7c53b59023a";
29
- hash = "sha256-x5KacIjUoO7Cx/LJCqnfy2zfP10iNKhiYwCfA8FYHBM=";
+ rev = "eb09cf6c81bed9717bc98e4a4c9a61f54787a351";
+ hash = "sha256-3aIdoe1R9wAM2OMRK2BFVD9zXChNRN8eS8NmTlTeggo=";
30
};
31
32
0 commit comments