Merge pull request #235042 from amesgen/wizer-3.0.0

wizer: 1.6.0 -> 3.0.1
This commit is contained in:
Pol Dellaiera 2023-06-07 20:16:01 +02:00 committed by GitHub
commit 89431e1179
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,19 +8,18 @@
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "wizer"; pname = "wizer";
version = "1.6.0"; version = "3.0.1";
# the crate does not contain files which are necessary for the tests # the crate does not contain files which are necessary for the tests
# see https://github.com/bytecodealliance/wizer/commit/3a95e27ce42f1fdaef07b52988e4699eaa221e04 # see https://github.com/bytecodealliance/wizer/commit/3a95e27ce42f1fdaef07b52988e4699eaa221e04
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "bytecodealliance"; owner = "bytecodealliance";
repo = "wizer"; repo = "wizer";
# see https://github.com/bytecodealliance/wizer/pull/62 rev = "refs/tags/v${version}";
rev = "e74c6e59562c4b7edcda506674db8aead878a893"; hash = "sha256-/4VkGvXlWU1jZztBCWCsJDQXTV8krIHaoyqmoXwjGIM=";
sha256 = "sha256-bVxjcb231Ygz+z+8D1U2YQqEdIKsostxISgYt2KecXc=";
}; };
cargoSha256 = "sha256-S9h47aGG5UhwNoOnUHFrtEyByg8iCMC88Cspb/6tb8c="; cargoHash = "sha256-M0EhyZH2maZCr4tWDo9ppKBM3CXEfwjUfnVksqVWKgU=";
cargoBuildFlags = [ "--bin" pname ]; cargoBuildFlags = [ "--bin" pname ];