wizer: 1.6.0 -> 3.0.1

amesgen cbea42d3 592d4ee6

+4 -5
+4 -5
pkgs/development/tools/wizer/default.nix
··· 8 9 rustPlatform.buildRustPackage rec { 10 pname = "wizer"; 11 - version = "1.6.0"; 12 13 # the crate does not contain files which are necessary for the tests 14 # see https://github.com/bytecodealliance/wizer/commit/3a95e27ce42f1fdaef07b52988e4699eaa221e04 15 src = fetchFromGitHub { 16 owner = "bytecodealliance"; 17 repo = "wizer"; 18 - # see https://github.com/bytecodealliance/wizer/pull/62 19 - rev = "e74c6e59562c4b7edcda506674db8aead878a893"; 20 - sha256 = "sha256-bVxjcb231Ygz+z+8D1U2YQqEdIKsostxISgYt2KecXc="; 21 }; 22 23 - cargoSha256 = "sha256-S9h47aGG5UhwNoOnUHFrtEyByg8iCMC88Cspb/6tb8c="; 24 25 cargoBuildFlags = [ "--bin" pname ]; 26
··· 8 9 rustPlatform.buildRustPackage rec { 10 pname = "wizer"; 11 + version = "3.0.1"; 12 13 # the crate does not contain files which are necessary for the tests 14 # see https://github.com/bytecodealliance/wizer/commit/3a95e27ce42f1fdaef07b52988e4699eaa221e04 15 src = fetchFromGitHub { 16 owner = "bytecodealliance"; 17 repo = "wizer"; 18 + rev = "refs/tags/v${version}"; 19 + hash = "sha256-/4VkGvXlWU1jZztBCWCsJDQXTV8krIHaoyqmoXwjGIM="; 20 }; 21 22 + cargoHash = "sha256-M0EhyZH2maZCr4tWDo9ppKBM3CXEfwjUfnVksqVWKgU="; 23 24 cargoBuildFlags = [ "--bin" pname ]; 25