wizer: 9.0.0 -> 10.0.0 (#437671)

Co-authored-by: amesgen <amesgen@users.noreply.github.com>

authored by nixpkgs-merge-bot[bot] amesgen and committed by GitHub ab0bf329 ed4f41c4

+3 -3
+3 -3
pkgs/by-name/wi/wizer/package.nix
··· 8 8 9 9 rustPlatform.buildRustPackage rec { 10 10 pname = "wizer"; 11 - version = "9.0.0"; 11 + version = "10.0.0"; 12 12 13 13 # the crate does not contain files which are necessary for the tests 14 14 # see https://github.com/bytecodealliance/wizer/commit/3a95e27ce42f1fdaef07b52988e4699eaa221e04 ··· 16 16 owner = "bytecodealliance"; 17 17 repo = "wizer"; 18 18 tag = "v${version}"; 19 - hash = "sha256-q7v5LH3dp7qtgQJ3Ovt0fPP5r82cHghX6925TLfmn3o="; 19 + hash = "sha256-Vo6oD0UXGm4QtA3S5Qsc/DDfyfj9gJj01nnXXHw/+bM="; 20 20 }; 21 21 22 - cargoHash = "sha256-5P8rkwKAVPEJnpk6M7lH6hBOPV1q4+aIghJBbjas4fE="; 22 + cargoHash = "sha256-WocaIib0IXlAWGVyRygOmHl1LBkrahbcCIHffRMX+J0="; 23 23 24 24 cargoBuildFlags = [ 25 25 "--bin"