wrangler: 4.22.0 -> 4.26.1

This commit is contained in:
Sizhe Zhao
2025-08-01 11:12:41 +05:30
committed by Masum Reza
parent bdf5f4d7a4
commit 79291deafb
+4 -4
View File
@@ -17,13 +17,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "wrangler";
version = "4.22.0";
version = "4.26.1";
src = fetchFromGitHub {
owner = "cloudflare";
repo = "workers-sdk";
rev = "wrangler@${finalAttrs.version}";
hash = "sha256-4uE1Jv70aDqAUk7GWmFr65SNXLnDDIZiFN87DQxluKg=";
hash = "sha256-7Z2MCG9YKwIkZ2eJucSgFr9R+rR+GFKiSXQX0xR5Xas=";
};
pnpmDeps = pnpm_9.fetchDeps {
@@ -33,8 +33,8 @@ stdenv.mkDerivation (finalAttrs: {
src
postPatch
;
fetcherVersion = 1;
hash = "sha256-r3QswmqP6CNufnsFM0KeKojm/HjHogrfYO/TdL3SrmA=";
fetcherVersion = 2;
hash = "sha256-Gsiq0+PIA3rJ0D9JryqaO0ThQcY+hC02AtzxdS+wSPg=";
};
# pnpm packageManager version in workers-sdk root package.json may not match nixpkgs
postPatch = ''