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 193a809 commit 7340468Copy full SHA for 7340468
packages/zkm/default.nix
@@ -11,7 +11,7 @@
11
let
12
commonArgs = rec {
13
pname = "zkm";
14
- version = "unstable-2025-03-11";
+ version = "0-unstable-2025-03-14";
15
16
nativeBuildInputs = [
17
pkg-config
@@ -24,8 +24,8 @@ let
24
src = fetchFromGitHub {
25
owner = "zkMIPS";
26
repo = "zkm";
27
- rev = "693c62c90161b04732fe6dbb530bf7c53b59023a";
28
- hash = "sha256-x5KacIjUoO7Cx/LJCqnfy2zfP10iNKhiYwCfA8FYHBM=";
+ rev = "b8014509756b34bb92f90301801d67e7a3645094";
+ hash = "sha256-9Re6Baura51TwtLV493FxqXk3AgtmdI4Su7Cg/x2PqM=";
29
};
30
31
0 commit comments