cloudflare-wrangler: 1.9.0 -> 1.9.1

This commit is contained in:
R. RyanTM 2020-05-24 18:35:29 +00:00
parent bcb05f050e
commit 9bb19b90a4

View File

@ -2,16 +2,16 @@
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "cloudflare-wrangler"; pname = "cloudflare-wrangler";
version = "1.9.0"; version = "1.9.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "cloudflare"; owner = "cloudflare";
repo = "wrangler"; repo = "wrangler";
rev = "v${version}"; rev = "v${version}";
sha256 = "1iqy45isrf103yaf1xa1ksxp566fr9jh29aakv95rrx6ayz2cw9c"; sha256 = "09rq6lnv9993ah49jxqaqqhv5xxj51gxlqdi99wkj217cxp9gqqn";
}; };
cargoSha256 = "0a0zyx5f46x0qfwkji1wffvk69qamaiqa85ix7mfa96r7ksrs3z3"; cargoSha256 = "0vlb1g4pki84n2zf6w3bisa7jpv0ws8nb3lgr0bkjrirf60a9xsk";
nativeBuildInputs = [ pkg-config ]; nativeBuildInputs = [ pkg-config ];