Merge pull request #336236 from r-ryantm/auto-update/wizer

wizer: 6.0.0 -> 7.0.4
This commit is contained in:
nixpkgs-merge-bot[bot] 2024-08-21 07:49:25 +00:00 committed by GitHub
commit 2a69e6b737
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,7 +7,7 @@
rustPlatform.buildRustPackage rec {
pname = "wizer";
version = "6.0.0";
version = "7.0.4";
# the crate does not contain files which are necessary for the tests
# see https://github.com/bytecodealliance/wizer/commit/3a95e27ce42f1fdaef07b52988e4699eaa221e04
@ -15,10 +15,10 @@ rustPlatform.buildRustPackage rec {
owner = "bytecodealliance";
repo = "wizer";
rev = "refs/tags/v${version}";
hash = "sha256-JQrZysQJOM4G5EwyBlXXd7NTCCoGkOLDahwH0I1b0TY=";
hash = "sha256-KIYgmKZ81oKHu25Iz1iVRZV/xcLnkkD1a5vpV1a38FQ=";
};
cargoHash = "sha256-qMBsk8dLmneAYx8FJ9QqW0kLKFTn11EvV9VeVJkr5FU=";
cargoHash = "sha256-vAHBg1Ogqr8QTfvBhLaIGGsdZ3HjobSwMoJJXfqrcCY=";
cargoBuildFlags = [ "--bin" pname ];