Robert Schütz
d1a8edd37c
bitwarden-cli: 2024.11.0 -> 2024.11.1
...
Diff: https://github.com/bitwarden/clients/compare/cli-v2024.11.0...cli-v2024.11.1
Changelog: https://github.com/bitwarden/clients/releases/tag/cli-v2024.11.1
2024-11-30 09:21:13 -08:00
Robert Schütz
82bb9f42b9
bitwarden-cli: 2024.9.0 -> 2024.11.0
...
Diff: https://github.com/bitwarden/clients/compare/cli-v2024.9.0...cli-v2024.11.0
Changelog: https://github.com/bitwarden/clients/releases/tag/cli-v2024.10.0
https://github.com/bitwarden/clients/releases/tag/cli-v2024.11.0
2024-11-22 16:01:59 -08:00
Artturin
e0464e4788
treewide: replace stdenv.is
with stdenv.hostPlatform.is
...
In preparation for the deprecation of `stdenv.isX`.
These shorthands are not conducive to cross-compilation because they
hide the platforms.
Darwin might get cross-compilation for which the continued usage of `stdenv.isDarwin` will get in the way
One example of why this is bad and especially affects compiler packages
https://www.github.com/NixOS/nixpkgs/pull/343059
There are too many files to go through manually but a treewide should
get users thinking when they see a `hostPlatform.isX` in a place where it
doesn't make sense.
```
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv.is" "stdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv'.is" "stdenv'.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "clangStdenv.is" "clangStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "gccStdenv.is" "gccStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenvNoCC.is" "stdenvNoCC.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "inherit (stdenv) is" "inherit (stdenv.hostPlatform) is"
fd --type f "\.nix" | xargs sd --fixed-strings "buildStdenv.is" "buildStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "effectiveStdenv.is" "effectiveStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "originalStdenv.is" "originalStdenv.hostPlatform.is"
```
2024-09-25 00:04:37 +03:00
Robert Schütz
94a57d2029
bitwarden-cli: 2024.8.2 -> 2024.9.0
...
Diff: https://github.com/bitwarden/clients/compare/cli-v2024.8.2...cli-v2024.9.0
Changelog: https://github.com/bitwarden/clients/releases/tag/cli-v2024.9.0
2024-09-19 11:20:55 -07:00
Andrew Marshall
c0348dcf9c
bitwarden-cli: 2024.8.1 -> 2024.8.2
...
Diff: https://github.com/bitwarden/clients/compare/cli-v2024.8.1...cli-v2024.8.2
Changelog: https://github.com/bitwarden/clients/releases/tag/cli-v2024.8.2
2024-09-05 15:10:37 -04:00
Andrew Marshall
8cca925a46
bitwarden-cli: Add updateScript
2024-09-05 15:10:37 -04:00
Robert Schütz
6b2ff05766
bitwarden-cli: 2024.8.0 -> 2024.8.1
...
Diff: https://github.com/bitwarden/clients/compare/cli-v2024.8.0...cli-v2024.8.1
Changelog: https://github.com/bitwarden/clients/releases/tag/cli-v2024.8.1
2024-08-27 09:08:58 -07:00
Robert Schütz
0ba32dbe84
bitwarden-cli: 2024.7.2 -> 2024.8.0
...
Diff: https://github.com/bitwarden/clients/compare/cli-v2024.7.2...cli-v2024.8.0
Changelog: https://github.com/bitwarden/clients/releases/tag/cli-v2024.8.0
2024-08-22 14:51:29 -07:00
Robert Schütz
cfa3e57cd9
bitwarden-cli: 2024.7.1 -> 2024.7.2
...
Diff: https://github.com/bitwarden/clients/compare/cli-v2024.7.1...cli-v2024.7.2
Changelog: https://github.com/bitwarden/clients/releases/tag/cli-v2024.7.2
2024-08-02 02:49:51 -07:00
Robert Schütz
aaeeab9df2
bitwarden-cli: 2024.6.1 -> 2024.7.1
...
Diff: https://github.com/bitwarden/clients/compare/cli-v2024.6.1...cli-v2024.7.1
Changelog: https://github.com/bitwarden/clients/releases/tag/cli-v2024.7.1
2024-07-29 12:51:55 -07:00
Randy Eckenrode
2f07b9556b
Merge pull request #328077 from reckenrode/cctools-darwin-aliases
...
tree-wide: use top-level cctools
2024-07-18 08:54:54 -04:00
Robert Schütz
3ea481d4ab
Revert "bitwarden-cli: 2024.6.1 -> 2024.7.0"
2024-07-18 01:34:31 -07:00
Randy Eckenrode
f9b7f4ec09
tree-wide: use top-level cctools
2024-07-17 22:36:19 -04:00
R. Ryantm
896db9a56d
bitwarden-cli: 2024.6.1 -> 2024.7.0
2024-07-16 04:40:16 +00:00
Gutyina Gergő
82a26ab2e5
bitwarden-cli: fix build by pinning python to 3.11
2024-07-11 14:54:20 +02:00
R. Ryantm
474cfb9a0d
bitwarden-cli: 2024.6.0 -> 2024.6.1
2024-07-03 04:50:26 +00:00
Austin Horstman
96fb8e4e33
bitwarden-cli: fix darwin
2024-06-30 08:36:35 -05:00
Robert Schütz
4826f3aa23
bitwarden-cli: 2024.4.1 -> 2024.6.0
...
Diff: https://github.com/bitwarden/clients/compare/cli-v2024.4.1...cli-v2024.6.0
Changelog: https://github.com/bitwarden/clients/releases/tag/cli-v2024.6.0
2024-06-21 03:56:51 -07:00
Alexis Hildebrandt
755b915a15
treewide: Remove indefinite article from meta.description
...
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \
| xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/'
2024-06-09 23:07:45 +02:00
Robert Schütz
43d607fe97
bitwarden-cli: 2024.3.1 -> 2024.4.1
...
Diff: https://github.com/bitwarden/clients/compare/cli-v2024.3.1...cli-v2024.4.1
Changelog: https://github.com/bitwarden/clients/releases/tag/cli-v2024.4.0
https://github.com/bitwarden/clients/releases/tag/cli-v2024.4.1
2024-05-14 16:19:32 -07:00
Robert Schütz
f9c070a07e
bitwarden-cli: 2024.2.1 -> 2024.3.1
...
Diff: https://github.com/bitwarden/clients/compare/cli-v2024.2.1...cli-v2024.3.1
Changelog: https://github.com/bitwarden/clients/releases/tag/cli-v2024.3.1
2024-04-08 13:58:18 -07:00
Robert Schütz
09076dd311
bitwarden-cli: 2024.2.0 -> 2024.2.1
...
Diff: https://github.com/bitwarden/clients/compare/cli-v2024.2.0...cli-v2024.2.1
Changelog: https://github.com/bitwarden/clients/releases/tag/cli-v2024.2.1
2024-03-07 21:04:04 -08:00
Andrew Marshall
0187d7e4f4
bitwarden-cli: move to pkgs/by-name
2024-02-25 22:21:57 -05:00