summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Mulligan <ryan@ryantm.com>2024-03-14 15:11:08 -0700
committerGitHub <noreply@github.com>2024-03-14 15:11:08 -0700
commit329747f01be39aaa570794cca38f09b8be545b80 (patch)
tree7593db8bf9acbede1a20f103060a06e1459886fb
parentMerge pull request #295177 from r-ryantm/auto-update/staruml (diff)
parentwizer: 4.0.0 -> 5.0.0 (diff)
downloadnixpkgs-329747f01be39aaa570794cca38f09b8be545b80.tar.gz
Merge pull request #295571 from r-ryantm/auto-update/wizer
wizer: 4.0.0 -> 5.0.0
-rw-r--r--pkgs/development/tools/wizer/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/tools/wizer/default.nix b/pkgs/development/tools/wizer/default.nix
index 29a9c7420129..d78059968af4 100644
--- a/pkgs/development/tools/wizer/default.nix
+++ b/pkgs/development/tools/wizer/default.nix
@@ -8,7 +8,7 @@
rustPlatform.buildRustPackage rec {
pname = "wizer";
- version = "4.0.0";
+ version = "5.0.0";
# the crate does not contain files which are necessary for the tests
# see https://github.com/bytecodealliance/wizer/commit/3a95e27ce42f1fdaef07b52988e4699eaa221e04
@@ -16,10 +16,10 @@ rustPlatform.buildRustPackage rec {
owner = "bytecodealliance";
repo = "wizer";
rev = "refs/tags/v${version}";
- hash = "sha256-KFMfNgoKZWVLXNUYHWpAP8CCnVQLv/cDmQgzz29lKxQ=";
+ hash = "sha256-VkWnmwOnlNkfgUyFXV+iwsUdJcJgzUCNus+FiV9sg0Y=";
};
- cargoHash = "sha256-kKN2JwzuFe7q8VZcKOjc5PkN3isHzzQcTJAvapGBdAE=";
+ cargoHash = "sha256-KSdQqt9szk8qmg3DxBatkJvv//KbSx/MEulJx1gNmB8=";
cargoBuildFlags = [ "--bin" pname ];