wrangler: 1.19.6 -> 1.19.7 (#154459)

authored by R. RyanTM and committed by GitHub 08157484 31b1d005

+3 -3
+3 -3
pkgs/development/tools/wrangler/default.nix
··· 2 3 rustPlatform.buildRustPackage rec { 4 pname = "wrangler"; 5 - version = "1.19.6"; 6 7 src = fetchFromGitHub { 8 owner = "cloudflare"; 9 repo = pname; 10 rev = "v${version}"; 11 - sha256 = "sha256-eFrILGq6rlm/u8RAxGHRaFgOT88I8T4inAKCoJpqPYA="; 12 }; 13 14 - cargoSha256 = "sha256-8JgtaSROcS9DwcnK7Yky8Ol8AJPI7guU08iaz9yPC8g="; 15 16 nativeBuildInputs = [ pkg-config ]; 17
··· 2 3 rustPlatform.buildRustPackage rec { 4 pname = "wrangler"; 5 + version = "1.19.7"; 6 7 src = fetchFromGitHub { 8 owner = "cloudflare"; 9 repo = pname; 10 rev = "v${version}"; 11 + sha256 = "sha256-1Bb4vpmWtSW2E2gr6V+tDsc4P5FJfCLLpzQX2WiVzUg="; 12 }; 13 14 + cargoSha256 = "sha256-iAlRdUMR+64ngRT4icY6sTFFeRt4aShV/hj8PXJ0kEk="; 15 16 nativeBuildInputs = [ pkg-config ]; 17