Skip to content

Commit 2c07fa8

Browse files
committed
fix(pkgs/zkm-rust): Fix hash after asset update
The ZKM toolchain was broken. With the resolution of ProjectZKM/toolchain#4, it was fixed. However, instead of making a new release, the team decided to update the asset on the latest release.
1 parent 4fb904c commit 2c07fa8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/zkm-rust/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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-smQXVZY7CqfWKyEj41V+jJGnfu/K+JL6t93LVwLOu4I=";
32+
hash = "sha256-5J6V5zGt6F47NBugWx2DMuQkUMcDsWfUEvC4JyoSFtQ=";
3333
};
3434
}

0 commit comments

Comments
 (0)