Unverified Commit 60e29c2a authored by nixpkgs-ci[bot]'s avatar nixpkgs-ci[bot] Committed by GitHub
Browse files

wit-bindgen: 0.48.0 -> 0.48.1 (#463912)

parents af0d4d20 59da2280
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -6,16 +6,16 @@

rustPlatform.buildRustPackage rec {
  pname = "wit-bindgen";
  version = "0.48.0";
  version = "0.48.1";

  src = fetchFromGitHub {
    owner = "bytecodealliance";
    repo = "wit-bindgen";
    rev = "v${version}";
    hash = "sha256-GfAWICOdxCopFLJJUqLlkju9DTXnoc9TVItUPNS3ABM=";
    hash = "sha256-V/WXBTCFmjmk2z+ukqTqHQWueWZHJVAacR317sYNTWQ=";
  };

  cargoHash = "sha256-B0/iXt+n08LlAM6QbWFXk4awEUq7NkWU5312+MiE674=";
  cargoHash = "sha256-qcMFKOu+LQl6czH3XmtZNqANNIbF9fJ/ECv2H2suzF0=";

  # Some tests fail because they need network access to install the `wasm32-unknown-unknown` target.
  # However, GitHub Actions ensures a proper build.