Andrew Marshall
d9ce15a363
bitwarden-desktop: remove unneeded dbus-run-session for tests
...
This appears to no longer be needed. Still run in a subshell to avoid
polluting `HOME` to the rest of the build.
2024-10-15 15:20:44 -04:00
Andrew Marshall
bf63690b2e
bitwarden-desktop: fix build and guard against breakage
...
`dbus-run-session` execs, so does not carry-over shell functions.
Previously, we had explicitly exported just the functions we needed.
However, what is needed has recently changed due to changes in
`cargoCheckHook`. Instead, export all functions so we are not so coupled
to the implementation. Do this in a subshell to avoid polluting the rest
of the build.
2024-10-15 15:11:28 -04:00
nixpkgs-merge-bot[bot]
46ef0f39dd
biglybt: 3.6.0.0 -> 3.7.0.0 ( #346682 )
2024-10-10 17:32:10 +00:00
Nick Cao
57ac8cc6d8
bitrise: 2.21.0 -> 2.22.0 ( #347028 )
2024-10-07 09:35:59 -04:00
R. Ryantm
56ccd54905
bitrise: 2.21.0 -> 2.22.0
2024-10-07 06:59:06 +00:00
Thiago Kenji Okada
2977943aeb
treewide: move packages maintained by aaronjheng to by-name ( #346765 )
2024-10-07 07:38:59 +01:00
Aaron Jheng
b85511ca3c
treewide: move packages maintained by aaronjheng to by-name
2024-10-07 01:15:33 +00:00
R. Ryantm
58e9015726
biglybt: 3.6.0.0 -> 3.7.0.0
2024-10-05 14:32:39 +00:00
Peder Bergebakken Sundt
be7e4ff8c8
bibletime: migrate to by-name ( #344546 )
2024-10-03 19:37:50 +02:00
nixpkgs-merge-bot[bot]
73859d37cd
bicep: 0.30.3 -> 0.30.23 ( #345377 )
2024-09-30 00:02:46 +00:00
R. Ryantm
c12e765457
bicep: 0.30.3 -> 0.30.23
2024-09-29 22:35:12 +00:00
R. Ryantm
ecfa8391c5
bitrise: 2.20.1 -> 2.21.0
2024-09-29 13:09:15 +00:00
Franz Pletz
904a74f2a1
biome: 1.9.0 -> 1.9.2 ( #344668 )
2024-09-28 15:37:04 +02:00
isabel
75510218ae
biome: 1.9.0 -> 1.9.2
2024-09-26 15:17:34 +01:00
Ulrik Strid
8ad079891a
bicep: 0.29.47 -> 0.30.3 ( #343182 )
2024-09-26 10:18:54 +02:00
h7x4
1457235a9e
bilibili: refactor ( #332733 )
2024-09-26 08:13:57 +02:00
Anderson Torres
3a2b613eca
bibletime: refactor
...
- use lib.*
- strictDeps
- no nested with
2024-09-25 20:15:14 -03:00
Anderson Torres
b38bd06347
bibletime: migrate to by-name
2024-09-25 20:15:14 -03: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
Aleksana
848b7926cd
bitbucket-cli: init at 1.0.0 ( #343292 )
2024-09-24 01:36:21 +08:00
Attila Oláh
a0652e99b9
bitbucket-cli: init at 1.0.0
2024-09-23 17:35:11 +02:00
Robert Schütz
64a773b7e4
electron_32: init at 32.1.1, bitwarden-desktop: 2024.8.2 -> 2024.9.0 ( #343097 )
2024-09-23 07:31:56 -07:00
R. Ryantm
6c3b1a64c5
bicep: 0.29.47 -> 0.30.3
2024-09-20 05:00:08 +00:00
Robert Schütz
483e68aa6c
bitwarden-desktop: 2024.8.2 -> 2024.9.0
...
Diff: https://github.com/bitwarden/clients/compare/desktop-v2024.8.2...desktop-v2024.9.0
Changelog: https://github.com/bitwarden/clients/releases/tag/desktop-v2024.9.0
2024-09-19 12:41:15 -07: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
Anderson Torres
f0e64ce16f
treewide: migrate packages maintained by AndersonTorres to by-name
...
Manual migration for the sake of by-name migration is no longer discouraged
since #340235 .
2024-09-16 14:26:47 -03:00
seth
9e83fb1a0e
binary: 4.0 -> 5.0
...
Diff: https://github.com/fizzyizzy05/binary/compare/refs/tags/4.0...5.0
Changelog: https://github.com/fizzyizzy05/binary/releases/tag/5.0
2024-09-13 23:11:00 -04:00
isabel
946f90c227
biome: 1.8.3 -> 1.9.0
2024-09-13 13:44:56 +01:00
isabel
d15cdb8d51
biome: move to pkgs/by-name
2024-09-13 13:21:29 +01:00
Samuel Tardieu
864ea66340
binsider: init at 0.1.0
2024-09-12 18:31:05 +02: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
5a91740627
bitwarden-desktop: 2024.8.1 -> 2024.8.2
...
Diff: https://github.com/bitwarden/clients/compare/desktop-v2024.8.1...desktop-v2024.8.2
Changelog: https://github.com/bitwarden/clients/releases/tag/desktop-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
Andrew Marshall
0cf866ffd8
bitwarden-desktop: Add updateScript
2024-09-05 15:10:37 -04:00
R. Ryantm
22c7c4e040
bitrise: 2.20.0 -> 2.20.1
2024-08-31 20:56:29 +00:00
wxt
c671a808fe
bilibili: switch to electron_30
2024-08-31 22:30:07 +08:00
wxt
6498cc6cf5
bilibili: add bot-wxt1221 as maintainer
2024-08-31 22:30:06 +08:00
wxt
8f0bfe093a
bilibili: support aarch64-linux
2024-08-31 22:30:05 +08:00
wxt
964d6c6fe0
bilibili: 1.14.0-1 -> 1.14.0-2; bilibili: unpack with dpkg
2024-08-31 22:30:05 +08:00
wxt
083bcedfa9
bilibili: allow more arguments
2024-08-31 22:30:05 +08:00
Robert Schütz
f31d4151d3
bitwarden-desktop: 2024.8.0 -> 2024.8.1 ( #337755 )
2024-08-28 19:23:32 -07:00
Robert Schütz
b6619716e8
bitwarden-cli: 2024.8.0 -> 2024.8.1 ( #337563 )
2024-08-28 16:42:47 -07:00
Andrew Marshall
e91e3c0306
bitwarden-desktop: ensure no unfree source is used
2024-08-27 16:35:30 -04:00
TomaSajt
a1a3707599
bitwarden-desktop: use electron.dist
2024-08-27 21:37:13 +02:00
Andrew Marshall
64c6a504ce
bitwarden-desktop: 2024.8.0 -> 2024.8.1
...
Diff: https://github.com/bitwarden/clients/compare/desktop-v2024.8.0...desktop-v2024.8.1
Changelog: https://github.com/bitwarden/clients/releases/tag/desktop-v2024.8.1
2024-08-27 14:02:29 -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
R. Ryantm
19ab49934f
bitrise: 2.19.0 -> 2.20.0
2024-08-26 06:25:50 +00:00
Robert Schütz
8198ace0eb
Merge pull request #337164 from amarshall/bitwarden-update
...
bitwarden-desktop: 2024.6.4 -> 2024.8.0
2024-08-25 12:43:33 -07:00
Andrew Marshall
ac2fdbefa1
bitwarden-desktop: 2024.6.4 -> 2024.8.0
...
Diff: https://github.com/bitwarden/clients/compare/desktop-v2024.6.4...desktop-v2024.8.0
Changelog: https://github.com/bitwarden/clients/releases/tag/desktop-v2024.7.1
https://github.com/bitwarden/clients/releases/tag/desktop-v2024.8.0
- The postPatch to fixup broken package{,-lock}.json in upstream seems
to be no longer needed, so (happily) remove
- Python 3.12 removed distutils, so get it from setuptools
- Workaround broken node-argon2 dependency due to being updated (see
inline comment)
- desktop_native/napi was split out of desktop_native, so adjust
accordingly
Co-authored-by: Robert Schütz <mail@dotlambda.de>
2024-08-25 00:46:14 -04: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