Commit Graph

139 Commits

Author SHA1 Message Date
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
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
Florian
c76514f608
Merge pull request #332816 from ofalvai/bitrise-init
bitrise: init at 2.19.0
2024-08-19 09:51:51 +02:00
Olivér Falvai
5a558cc13f
bitrise: init at 2.19.0 2024-08-19 08:36:11 +02:00
R. Ryantm
078cde8633 binary: 0.3.1 -> 4.0 2024-08-09 09:31:29 +00: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
K900
1410c766c8 Merge remote-tracking branch 'origin/master' into staging-next 2024-07-26 08:41:08 +03:00
R. Ryantm
2e3a08cb9e bitmagnet: 0.9.4 -> 0.9.5 2024-07-25 21:29:11 +00:00
github-actions[bot]
d284ef371e
Merge master into staging-next 2024-07-23 12:01:18 +00:00
R. Ryantm
08112ba7c2 bicep: 0.28.1 -> 0.29.47 2024-07-23 06:56:02 +00:00
github-actions[bot]
637b531dcf
Merge staging-next into staging 2024-07-19 18:01:40 +00: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