Commit graph

18 commits

Author SHA1 Message Date
happysalada 672912f73e wrangler: 1.16.0 -> 1.16.1 2021-04-27 17:47:20 +09:00
happysalada d2c4c7ab8b wrangler: 1.15.0 -> 1.16.0 2021-04-16 21:37:59 +09:00
happysalada 326445a4d6 wrangler: fix darwin build 2021-03-25 15:37:34 +09:00
R. RyanTM 8ef19ab88d wrangler: 1.13.0 -> 1.15.0 2021-03-13 16:52:27 +00:00
Daniël de Kok 3e2943ab8e wrangler: build against system OpenSSL
Wrangler was built against a vendored, static OpenSSL. Use the system
OpenSSL instead to benefit from security updates, etc.
2021-03-07 08:08:42 +01:00
Sandro Jäckel cca48ed2d0
wranger: remove darwin from inputs 2021-03-05 16:32:40 +01:00
Ben Siraphob c522fec274 pkgs/development/tools: stdenv.lib -> lib 2021-01-23 20:30:03 +07:00
Bruno Bigras 94f8a6994e wrangler: 1.12.3 -> 1.13.0 2021-01-14 15:36:32 -05:00
Profpatsch 4a7f99d55d treewide: with stdenv.lib; in meta -> with lib;
Part of: https://github.com/NixOS/nixpkgs/issues/108938

meta = with stdenv.lib;

is a widely used pattern. We want to slowly remove
the `stdenv.lib` indirection and encourage people
to use `lib` directly. Thus let’s start with the meta
field.

This used a rewriting script to mostly automatically
replace all occurances of this pattern, and add the
`lib` argument to the package header if it doesn’t
exist yet.

The script in its current form is available at
https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2021-01-11 10:38:22 +01:00
Bruno Bigras b6c4c3db11 wrangler: 1.12.2 -> 1.12.3 2020-12-17 03:34:43 -05:00
Oleksii Filonenko 512c3c0a05 maintainers: rename filalex77 -> Br1ght0ne 2020-11-17 13:09:31 +02:00
happysalada 4c875b9c02 wrangler: fix Darwin build 2020-11-11 17:19:20 +09:00
Bruno Bigras 3024a74046 wrangler: 1.10.3 -> 1.12.2 2020-11-02 20:17:33 -05:00
zowoq 473536e3b5 buildRustPackage: remove platform.all from packages 2020-08-16 12:48:18 +10:00
R. RyanTM 9cf41a84bc wrangler: 1.9.2 -> 1.10.3 2020-06-30 19:00:55 +00:00
Oleksii Filonenko b2b5ae6e8c wrangler: add filalex77 to maintainers 2020-05-26 23:29:23 +03:00
Oleksii Filonenko 60582f7095 wrangler: only use pkg-config and openssl on Linux 2020-05-26 23:29:23 +03:00
Oleksii Filonenko a8fc1f4a64 cloudflare-wrangler: use canonical name 2020-05-26 23:29:22 +03:00