cloudflare-wrangler: use canonical name

This commit is contained in:
Oleksii Filonenko 2020-05-26 23:22:44 +03:00
parent ab10f3b821
commit a8fc1f4a64
2 changed files with 4 additions and 4 deletions

View file

@ -1,12 +1,12 @@
{ stdenv, fetchFromGitHub, rustPlatform, pkg-config, openssl, curl, darwin }:
rustPlatform.buildRustPackage rec {
pname = "cloudflare-wrangler";
pname = "wrangler";
version = "1.9.2";
src = fetchFromGitHub {
owner = "cloudflare";
repo = "wrangler";
repo = pname;
rev = "v${version}";
sha256 = "0i3fhdq8v9459mlnazkv9bpkcv01rdy5rk149lhpsan76zlyzzwr";
};

View file

@ -867,8 +867,6 @@ in
cloud-sql-proxy = callPackage ../tools/misc/cloud-sql-proxy { };
cloudflare-wrangler = callPackage ../development/tools/cloudflare-wrangler { };
codeql = callPackage ../development/tools/analysis/codeql { };
container-linux-config-transpiler = callPackage ../development/tools/container-linux-config-transpiler { };
@ -3159,6 +3157,8 @@ in
wob = callPackage ../tools/misc/wob { };
wrangler = callPackage ../development/tools/wrangler { };
xkcdpass = with pythonPackages; toPythonApplication xkcdpass;
xob = callPackage ../tools/X11/xob { };