Commit Graph

57 Commits

Author SHA1 Message Date
R. Ryantm
0340112158 bruno: 1.30.1 -> 1.32.1 2024-10-07 22:08:41 +00:00
R. Ryantm
15f168528a bruno: 1.29.1 -> 1.30.1 2024-09-29 23:48:11 +00: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
R. Ryantm
7bc70fd744 bruno: 1.28.0 -> 1.29.1 2024-09-20 07:46:58 +00:00
Gutyina Gergő
72ac9a149a
bruno: 1.25.0 -> 1.28.0 2024-09-06 16:49:02 +02:00
TomaSajt
cade99381b
bruno: use electron.dist 2024-08-27 21:37:14 +02:00
R. Ryantm
2999500015 bruno: 1.24.0 -> 1.25.0 2024-08-20 07:15:50 +00:00
R. Ryantm
72df0bb844 bruno: 1.23.1 -> 1.24.0 2024-08-12 17:14:03 +00:00
Peder Bergebakken Sundt
44b9b39b0c
Merge pull request #319759 from gepbird/bruno-darwin
bruno: patch out giflib dependency, format
2024-08-11 22:59:47 +02:00
R. Ryantm
3d6b7c23c3 bruno: 1.23.0 -> 1.23.1 2024-08-05 02:26:00 +00:00
redyf
69cbd04283 bruno: 1.22.0 -> 1.23.0
https://github.com/usebruno/bruno/releases/tag/v1.23.0
2024-07-31 11:29:56 -03:00
Gutyina Gergő
15f77eef99
bruno: patch out giflib depdendency 2024-07-24 23:54:16 +02:00
Gutyina Gergő
b7defa338d
bruno: format with nixfmt-rfc-style 2024-07-24 23:54:16 +02:00
Mathew Polzin
57ed10cfde bruno: 1.21.0 -> 1.22.0 2024-07-23 07:57:17 -05:00
Thiago Kenji Okada
5173b5f551
Merge pull request #326554 from mattpolzin/bruno-darwin-explicit
bruno: be explicit about darwin support
2024-07-23 10:35:35 +01:00
Redyf
822566ff40 bruno: 1.20.4 -> 1.21.0 2024-07-16 11:31:47 -03:00
Sandro
1934eaa9f3
Merge pull request #326040 from alienman5k/fix-bruno-css-tabs 2024-07-15 14:16:21 +02:00
Mathew Polzin
4591e2868c bruno: be explicit about darwin support 2024-07-12 08:38:02 -05:00
Ignacio Marmolejo
dd42ff820e bruno: fix css issue with patch file 2024-07-12 06:15:10 -07:00
Redyf
03b352d8b1 bruno: 1.20.1 -> 1.20.4 2024-07-10 22:14:42 -03:00
Redyf
9d516f3f5f bruno: 1.20.0 -> 1.20.1 2024-07-04 11:36:45 -03:00
Redyf
25c3f16c37 bruno: 1.19.0 -> 1.20.0 2024-07-01 14:37:24 -03:00
lucasew
76bd1d62f2 bruno: fix build failure on darwin
Signed-off-by: lucasew <lucas59356@gmail.com>
2024-06-14 21:15:26 -03:00
R. Ryantm
663197f912 bruno: 1.18.1 -> 1.19.0 2024-06-12 06:08:40 +00:00
Alexis Hildebrandt
bf995e3641 treewide: Remove ending period from meta.description
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*".*\.";' pkgs \
  | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*)\.";/\1";/'
2024-06-09 23:04:51 +02:00
R. Ryantm
997fb6d351 bruno: 1.18.0 -> 1.18.1 2024-06-05 21:24:08 +00:00
Gutyina Gergő
307db81bb7
bruno: 1.17.0 -> 1.18.0 2024-05-23 10:37:32 +02:00
Gutyina Gergő
28292d60e2
bruno: 1.16.1 -> 1.17.0 2024-05-10 12:59:10 +02:00
R. Ryantm
8f15105227 bruno: 1.16.0 -> 1.16.1 2024-05-05 07:17:58 +00:00
Gutyina Gergő
e7f56ae8b8
bruno: 1.14.0 -> 1.16.0 2024-04-29 23:24:43 +02:00
R. Ryantm
cb4a3e62f7 bruno: 1.13.1 -> 1.14.0 2024-04-23 03:39:24 +00:00
Gutyina Gergő
10defe388f
bruno: add maintainer gepbird 2024-04-16 00:02:55 +02:00
Gutyina Gergő
33e479c854
bruno: use --replace-fail 2024-04-16 00:01:24 +02:00
Gutyina Gergő
1879f51638
bruno: 1.12.3 -> 1.13.1 2024-04-16 00:01:15 +02:00
lucasew
bbcdd4ae01 bruno: 1.12.2 -> 1.12.3
Signed-off-by: lucasew <lucas59356@gmail.com>
2024-04-12 13:31:07 -03:00
Mathew Polzin
8253b21561
bruno: 1.11.0 -> 1.12.2 (#298809) 2024-03-25 17:16:30 +01:00
R. Ryantm
c13d940361 bruno: 1.10.0 -> 1.11.0 2024-03-16 00:00:59 +00:00
Mathew Polzin
1a48dd2d6a bruno: 1.8.0 -> 1.10.0 2024-03-12 10:13:28 -05:00
Mathew Polzin
c68824af6f bruno: 1.6.1 -> 1.8.0 2024-03-11 20:07:11 -05:00
Matt Polzin
529c862661 maintainers: add mattpolzin 2024-01-14 09:50:15 -06:00
Matt Polzin
6d9939065d bruno: fix arm64 linux builds 2024-01-13 16:58:33 -06:00
Matt Polzin
65507adef6 bruno: fix darwin builds 2024-01-13 16:46:42 -06:00
R. Ryantm
df0030dd78 bruno: 1.5.1 -> 1.6.1 2024-01-06 10:33:03 +00:00
lucasew
4c1d5da1b2 bruno: package from source
Signed-off-by: lucasew <lucas59356@gmail.com>
2023-12-31 18:14:39 -03:00
Sebastian Gabriel Trzpiot
20f0fb4fc4 bruno: add meta.sourceProvenance 2023-12-29 16:37:46 +01:00
Sebastian Gabriel Trzpiot
4ba9613948 bruno: remove period at the end of the description 2023-12-29 16:35:38 +01:00
Sebastian Gabriel Trzpiot
4ccef33041 bruno: 1.5.0 -> 1.5.1
https://github.com/usebruno/bruno/releases/tag/v1.5.1
2023-12-29 12:55:04 +01:00
kashw2
d2006e25fd bruno: 1.4.0 -> 1.5.0 2023-12-18 10:37:08 +10:00
kashw2
d16f9a2cbd bruno: 1.3.1 -> 1.4.0 2023-12-09 10:17:11 +10:00
kashw2
dea51af6ec bruno: 1.3.0 -> 1.3.1 2023-12-04 23:51:14 +10:00