worker-build: 0.8.3 -> 0.8.5

This commit is contained in:
R. Ryantm
2026-06-13 03:31:11 +00:00
parent 08740d8811
commit 604a908afa
+3 -3
View File
@@ -8,7 +8,7 @@
rustPlatform.buildRustPackage (finalAttrs: {
pname = "worker-build";
version = "0.8.3";
version = "0.8.5";
buildInputs = [ openssl ];
nativeBuildInputs = [ pkg-config ];
@@ -16,11 +16,11 @@ rustPlatform.buildRustPackage (finalAttrs: {
owner = "cloudflare";
repo = "workers-rs";
tag = "v${finalAttrs.version}";
hash = "sha256-sRKQALNYUmzxaqYJCWR8b3yvqg8e4EHe1Cm7vqRx8hU=";
hash = "sha256-t+Hmgzc+xbOsEY7exHiR1dIuO8Fpb1wO613Dj2SZ6gI=";
fetchSubmodules = true;
};
cargoHash = "sha256-enePrsTLpiTDxqnFFD38N4amOKY5oHHctPl9RFj2eRo=";
cargoHash = "sha256-Iolcx7CcGSlHgnKjmiGdkd/NTAsma5bT/H0+7V3UR3Y=";
buildAndTestSubdir = "worker-build";