worker-build: 0.6.1 -> 0.6.6

This commit is contained in:
Luc Perkins
2025-10-12 06:11:23 -05:00
parent e308945331
commit 32f7476fb9
+4 -3
View File
@@ -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";