Skip to content

Commit

Permalink
wrangler_1: 1.19.12 -> 1.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm authored and Yt committed Oct 22, 2022
1 parent aa92a34 commit 95aeaf8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/tools/wrangler_1/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@

rustPlatform.buildRustPackage rec {
pname = "wrangler";
version = "1.19.12";
version = "1.20.0";

src = fetchFromGitHub {
owner = "cloudflare";
repo = "wrangler";
rev = "v${version}";
sha256 = "sha256-HnenF3X/6tvzwlbuOiQAvB76GrdRsqETG+3fp1fx334=";
sha256 = "sha256-miXgzBaqCcFHRlot2uUKyH+GP2JTMOhFrReXZUl0ms0=";
};

cargoSha256 = "sha256-mJyuqVSiuBKI/x3P865W1/ei5Ya2mV5LVXzaL3peocE=";
cargoSha256 = "sha256-DJefvaUc1quh43q1eZ5B76V3TEv9vNsxuUKaABWiTCo=";

nativeBuildInputs = [ pkg-config ];

Expand Down

0 comments on commit 95aeaf8

Please sign in to comment.