Commit graph

40 commits

Author SHA1 Message Date
Sandro 3ddcd4144b
Merge pull request #106542 from r-ryantm/auto-update/bitwarden_rs-vault
bitwarden_rs-vault: 2.16.1 -> 2.17.1
2021-01-18 20:13:47 +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 3f6ad3303f bitwarden_rs-vault: 2.16.1 -> 2.17.1 2020-12-10 11:39:25 +00:00
Ryan Mulligan 5eaf0d0d33
Merge pull request #100865 from r-ryantm/auto-update/bitwarden_rs-vault
bitwarden_rs-vault: 2.16.0b -> 2.16.1
2020-11-03 10:12:48 -08:00
R. RyanTM 4627d7617d bitwarden_rs-vault: 2.16.0b -> 2.16.1 2020-10-17 19:12:17 +00:00
R. RyanTM e373dd9821 bitwarden_rs: 1.16.3 -> 1.17.0 2020-10-17 18:49:08 +00:00
R. RyanTM e19d18f04d
bitwarden_rs-vault: 2.15.1 -> 2.16.0b (#98675) 2020-09-24 21:43:51 +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 4b55db4a22 bitwarden_rs-vault: 2.14.0 -> 2.15.1 2020-07-08 03:28:04 +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 ba53d7a242 bitwarden_rs-vault: 2.13.2b -> 2.14.0 2020-05-27 10:12:14 -07:00
R. RyanTM 34bf96a11e bitwarden_rs: 1.14.1 -> 1.14.2 2020-05-04 01:22:27 -07:00
R. RyanTM 67bdcb5aeb bitwarden_rs-vault: 2.13.2 -> 2.13.2b 2020-05-04 01:18:33 -07:00
Maximilian Bosch 4fe81e34c9
Merge pull request #83941 from r-ryantm/auto-update/bitwarden_rs-vault
bitwarden_rs-vault: 2.12.0e -> 2.13.2
2020-04-04 16:40:11 +02:00
R. RyanTM a4ce8d83c3 bitwarden_rs-vault: 2.12.0e -> 2.13.2 2020-04-01 08:40:55 +00: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
ajs124 bc21f7a0ce bitwarden_rs-vault: fix directory structure 2020-03-08 16:41:00 +01:00
R. RyanTM 7948c35be6 bitwarden_rs-vault: 2.12.0c -> 2.12.0e 2020-03-05 15:12:09 -08: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
Matthijs Steen 425db300c1 bitwarden_rs-vault: 2.12.0b -> 2.12.0c 2020-02-19 13:26:48 +01: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
Ryan Mulligan 1972c34097
Merge pull request #77865 from r-ryantm/auto-update/bitwarden_rs-vault
bitwarden_rs-vault: 2.12.0 -> 2.12.0b
2020-01-30 06:56:37 -08:00
Matthijs Steen 44dff89215 bitwarden_rs: 1.9.1 -> 1.13.1 2020-01-28 17:26:49 +01:00
R. RyanTM 73eb46726c bitwarden_rs-vault: 2.12.0 -> 2.12.0b 2020-01-17 04:58:13 +00:00
R. RyanTM db5433a56b bitwarden_rs-vault: 2.11.0 -> 2.12.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/bitwarden_rs-vault/versions
2019-10-21 09:13:58 +02:00
arcnmx fef48df3a1 bitwarden_rs: 1.9.0 -> 1.9.1 2019-07-30 15:03:15 -07:00
arcnmx 242350554c bitwarden_rs-vault: 2.10.1 -> 2.11.0 2019-07-30 14:37:37 -07:00
R. RyanTM 7b2b0187cc bitwarden_rs-vault: 2.10.0 -> 2.10.1
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/bitwarden_rs-vault/versions
2019-06-17 15:29:56 +02: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
R. RyanTM d2d4383b28 bitwarden_rs-vault: 2.9.0 -> 2.10.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/bitwarden_rs-vault/versions
2019-05-04 19:23:10 -07: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