Skip to content

Commit 8f4b7f2

Browse files
wizer: 7.0.5 -> 8.0.0 (#386124)
Co-authored-by: amesgen <[email protected]>
2 parents 8bddb61 + a7e027f commit 8f4b7f2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/wi/wizer/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,19 @@
88

99
rustPlatform.buildRustPackage rec {
1010
pname = "wizer";
11-
version = "7.0.5";
11+
version = "8.0.0";
1212

1313
# the crate does not contain files which are necessary for the tests
1414
# see https://github.com/bytecodealliance/wizer/commit/3a95e27ce42f1fdaef07b52988e4699eaa221e04
1515
src = fetchFromGitHub {
1616
owner = "bytecodealliance";
1717
repo = "wizer";
1818
tag = "v${version}";
19-
hash = "sha256-bx8V/jaKDpJdWRwYm6GrjsdXQpDyTulRMKVnQZlqLNE=";
19+
hash = "sha256-NaYHrjm5CGPWT5Pa1EdXS9fswj5NDWQye2pBQk+PKuk=";
2020
};
2121

2222
useFetchCargoVendor = true;
23-
cargoHash = "sha256-TBr+9pWq9kVV01NyzgURJjZnkvyNKTw1LUeCG5VyYiY=";
23+
cargoHash = "sha256-OI7/PLP0Au7FrQ9KUTBTSE9r8kJBA3gbcHe060KALHw=";
2424

2525
cargoBuildFlags = [
2626
"--bin"

0 commit comments

Comments
 (0)