wac-cli: 0.7.0 -> 0.8.1

This commit is contained in:
Fea
2025-11-14 01:28:55 +01:00
parent f6cd174cc1
commit c5082a82bb
+3 -3
View File
@@ -7,16 +7,16 @@
rustPlatform.buildRustPackage (finalAttrs: {
pname = "wac-cli";
version = "0.7.0";
version = "0.8.1";
src = fetchFromGitHub {
owner = "bytecodealliance";
repo = "wac";
tag = "v${finalAttrs.version}";
hash = "sha256-VJq7xWTQcvXSzwCqdU53GNAk778f/Xp0IAomsD3c8pQ=";
hash = "sha256-LZ8d6J9akOrXbmbQ6OOl2sTHYWvObRTyV2I8Uloa64M=";
};
cargoHash = "sha256-connilUNS+BKdVXDPCSA+QY/DY3wVt+SzxGAto8eeZE=";
cargoHash = "sha256-CVNFPvcdGyndV4UURa/RY0g8J90qkp3RiuyZNOXRVIE=";
passthru.updateScript = nix-update-script { };