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 667b6dd commit 55cb9b0Copy full SHA for 55cb9b0
packages/zkm-rust/default.nix
@@ -8,7 +8,7 @@
8
}:
9
stdenv.mkDerivation rec {
10
name = "zkm-rust";
11
- version = "20241217";
+ version = "20250108";
12
13
nativeBuildInputs = [
14
autoPatchelfHook
@@ -29,6 +29,6 @@ stdenv.mkDerivation rec {
29
repo = "toolchain";
30
tag = "${version}";
31
asset = "rust-toolchain-x86-64-unknown-linux-gnu-${version}.tar.xz";
32
- hash = "sha256-XgR+nR5JwqGJ6Rx4cz65N2LTmGZDhBZ9ulXTIn5lW/Q=";
+ hash = "sha256-lPSAKd9eolXBd32sXB9qhs+fUPJLJ5QROG6P3wS5uik=";
33
};
34
}
0 commit comments