Unverified Commit 0bcaee86 authored by Yt's avatar Yt Committed by GitHub
Browse files

worker-build: 0.6.1 -> 0.6.6 (#451305)

parents e340ccb4 32f7476f
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
@@ -6,16 +6,17 @@

rustPlatform.buildRustPackage rec {
  pname = "worker-build";
  version = "0.6.1";
  version = "0.6.6";

  src = fetchFromGitHub {
    owner = "cloudflare";
    repo = "workers-rs";
    tag = "v${version}";
    hash = "sha256-eP54+M6eXp251QHF9YX5f19yL7gC+zsZfbphac363Wo=";
    hash = "sha256-Ia921UNb++9Y1NoEd7nNdJaEEqRxQLAzZ8yYaxPrWYc=";
    fetchSubmodules = true;
  };

  cargoHash = "sha256-1KVpcghdGG6gcDz5rvydYLXXh/5Yiq1Z2Rtbc66DWrM=";
  cargoHash = "sha256-sIxsGeORhWpL3lWzXas7fK4QVuB03UT7rAN8uEzOdr0=";

  buildAndTestSubdir = "worker-build";