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 84d8f07 commit 4029a8eCopy full SHA for 4029a8e
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-12";
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 = "7d40b91e991c889537b76ac8949ba850511caeaf";
+ hash = "sha256-ZpxF9kwhV3BqWb0M6PJR+D2Lk26BtCGcjskPiIbgZkE=";
29
};
30
31
0 commit comments