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 7dcefbc commit b9e956bCopy full SHA for b9e956b
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-03-28";
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 = "8137510e97b3ad4741bc3864b87ba304b9bc1c58";
+ hash = "sha256-ZsN53RIgBl08W9z8L/mY84gXou1VQIE+/ZiGPvty7Gw=";
30
};
31
32
0 commit comments