Skip to content

Commit 55cb9b0

Browse files
committed
chore(pkgs/zkm-rust): Update to latest version (2025-01-08)
1 parent 667b6dd commit 55cb9b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/zkm-rust/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
}:
99
stdenv.mkDerivation rec {
1010
name = "zkm-rust";
11-
version = "20241217";
11+
version = "20250108";
1212

1313
nativeBuildInputs = [
1414
autoPatchelfHook
@@ -29,6 +29,6 @@ stdenv.mkDerivation rec {
2929
repo = "toolchain";
3030
tag = "${version}";
3131
asset = "rust-toolchain-x86-64-unknown-linux-gnu-${version}.tar.xz";
32-
hash = "sha256-XgR+nR5JwqGJ6Rx4cz65N2LTmGZDhBZ9ulXTIn5lW/Q=";
32+
hash = "sha256-lPSAKd9eolXBd32sXB9qhs+fUPJLJ5QROG6P3wS5uik=";
3333
};
3434
}

0 commit comments

Comments
 (0)