Unverified Commit 97b4ae78 authored by Yohann Boniface's avatar Yohann Boniface Committed by GitHub
Browse files

wac-cli: 0.7.0 -> 0.8.1; fix `name` -> `pname` (#461409)

parents 43126886 c5082a82
Loading
Loading
Loading
Loading
+5 −4
Original line number Diff line number Diff line
@@ -6,16 +6,17 @@
}:

rustPlatform.buildRustPackage (finalAttrs: {
  name = "wac-cli";
  version = "0.7.0";
  pname = "wac-cli";
  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 { };