worker-build: 0.6.6 -> 0.6.7

This commit is contained in:
R. Ryantm
2025-10-28 03:01:38 +00:00
parent a15a99b677
commit 1c75ce9f99

View File

@@ -6,17 +6,17 @@
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "worker-build"; pname = "worker-build";
version = "0.6.6"; version = "0.6.7";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "cloudflare"; owner = "cloudflare";
repo = "workers-rs"; repo = "workers-rs";
tag = "v${version}"; tag = "v${version}";
hash = "sha256-Ia921UNb++9Y1NoEd7nNdJaEEqRxQLAzZ8yYaxPrWYc="; hash = "sha256-c0PXLuWEY+keYRAjQkgd84Hn7IDh17SePKDF9J4ZQ5M=";
fetchSubmodules = true; fetchSubmodules = true;
}; };
cargoHash = "sha256-sIxsGeORhWpL3lWzXas7fK4QVuB03UT7rAN8uEzOdr0="; cargoHash = "sha256-axK9/EVNKBb4xoYMOJ+0Y5nQvtkYyFDE6RsiL2MqxTM=";
buildAndTestSubdir = "worker-build"; buildAndTestSubdir = "worker-build";