Commit Graph

22 Commits

Author SHA1 Message Date
Tobi »A: Litschi«
279ce4bbed
bitwarden_rs: 1.17.0 -> 1.19.0 (#112431) 2021-02-13 01:48:40 +01:00
Ben Siraphob
76f93cc731 pkgs/tools: pkgconfig -> pkg-config 2021-01-16 23:49:59 -08:00
Ben Siraphob
8c5d37129f pkgs/tools: stdenv.lib -> lib 2021-01-15 17:12:36 +07: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
R. RyanTM
e373dd9821 bitwarden_rs: 1.16.3 -> 1.17.0 2020-10-17 18:49:08 +00:00
Jamie McClymont
f5f2d89fb7 nixos/bitwarden_rs: add test 2020-08-23 07:29:42 +12:00
zowoq
473536e3b5 buildRustPackage: remove platform.all from packages 2020-08-16 12:48:18 +10:00
R. RyanTM
3100da7409 bitwarden_rs: 1.16.1 -> 1.16.3 2020-08-10 02:35:42 +00:00
R. RyanTM
e464f252a9 bitwarden_rs: 1.15.1 -> 1.16.1 2020-07-27 13:20:58 +00:00
R. RyanTM
fcc3603ed8 bitwarden_rs: 1.15.0 -> 1.15.1 2020-06-14 10:09:34 +00:00
R. RyanTM
675215431b bitwarden_rs: 1.14.2 -> 1.15.0 2020-06-06 03:07:26 +00:00
R. RyanTM
34bf96a11e bitwarden_rs: 1.14.1 -> 1.14.2 2020-05-04 01:22:27 -07:00
R. RyanTM
2804f0c0e2 bitwarden_rs: 1.14 -> 1.14.1 2020-04-01 08:35:46 +00:00
R. RyanTM
1abca6627e bitwarden_rs: 1.13.1 -> 1.14 2020-03-14 16:15:12 +00:00
Benjamin Hipple
584a852210 bitwarden_rs: upgrade cargo fetcher and cargoSha256
Infra upgrade as part of #79975; no functional change expected.
2020-02-27 22:53:52 -05:00
Benjamin Hipple
eb11feaa0b treewide: change fetchCargoTarball default to opt-out
Changes the default fetcher in the Rust Platform to be the newer
`fetchCargoTarball`, and changes every application using the current default to
instead opt out.

This commit does not change any hashes or cause any rebuilds. Once integrated,
we will start deleting the opt-outs and recomputing hashes.

See #79975 for details.
2020-02-13 22:41:37 -08:00
Matthijs Steen
44dff89215 bitwarden_rs: 1.9.1 -> 1.13.1 2020-01-28 17:26:49 +01:00
arcnmx
fef48df3a1 bitwarden_rs: 1.9.0 -> 1.9.1 2019-07-30 15:03:15 -07:00
Mario Rodas
1e9ad86cd3
bitwarden_rs: fix darwin build 2019-05-12 09:54:30 -05:00
Renaud
a2e69f1b06 bitwarden_rs: 1.8.0 -> 1.9.0
Changelog: https://github.com/dani-garcia/bitwarden_rs/releases/tag/1.9.0
2019-05-12 15:55:35 +02:00
elseym
93e14c5718
bitwarden_rs: fix cargoSha256 2019-04-30 21:01:36 +02:00
Matthijs Steen
8a0a9710b0 bitwarden_rs: init at 1.8.0 2019-04-23 21:25:46 +02:00