Commit Graph

167 Commits

Author SHA1 Message Date
K900
894462661c Merge branch 'master' into staging-next 2024-10-19 09:09:13 +03:00
Artturin
4e63a86d8a
bazecor: 1.5.1 -> 1.5.2 (#347785) 2024-10-19 05:56:21 +03:00
Vladimír Čunát
8810e738c8
GNOME: 46 → 47 (#333911) 2024-10-15 18:07:04 +02:00
Bobby Rong
2c543045c4
baobab: 47.alpha → 47.0
https://gitlab.gnome.org/GNOME/baobab/-/compare/47.alpha...47.0

Changelog-reviewed-by: Bobby Rong <rjl931189261@126.com>
2024-10-14 20:54:15 +08:00
Bobby Rong
71ac84f70b
baobab: 46.0 → 47.alpha
https://gitlab.gnome.org/GNOME/baobab/-/compare/46.0...47.alpha

Changelog-reviewed-by: Bobby Rong <rjl931189261@126.com>
2024-10-14 20:54:09 +08:00
R. Ryantm
cf555f4bf7 batik: 1.17 -> 1.18 2024-10-13 21:56:46 +00:00
lassulus
73f76c9816
bakelite: unstable-2022-02-12 → unstable-2023-03-30 (#347555) 2024-10-11 16:56:46 +01:00
Fabian Affolter
641327d80e
baddns: init at 1.1.869 (#347811) 2024-10-11 08:44:38 +02:00
Fabian Affolter
930d54596e baddns: init at 1.1.869
Tool to check subdomains for subdomain takeovers and other DNS issues

https://github.com/blacklanternsecurity/baddns/
2024-10-11 00:11:29 +02:00
Ryan Horiguchi
70c36136da bazecor: 1.5.1 -> 1.5.2 2024-10-10 21:11:23 +02:00
Mikael Voss
36f6b0fd27
bakelite: unstable-2022-02-12 -> unstable-2023-03-30 2024-10-09 19:28:26 +02:00
Gaetan Lepage
cda08db3e1 bacon: 2.21.0 -> 3.0.0
Diff: https://github.com/Canop/bacon/compare/refs/tags/v2.21.0...v3.0.0

Changelog: https://github.com/Canop/bacon/blob/v3.0.0/CHANGELOG.md
2024-10-09 13:26:20 +02:00
Gaetan Lepage
c9f7e06140 bacon: format 2024-10-09 13:12:00 +02:00
Gaetan Lepage
969e085756 bacon: move to pkgs/by-name 2024-10-09 13:11:48 +02:00
h7x4
8648e025b3
bazecor: 1.5.0 -> 1.5.1 (#346238) 2024-10-04 22:04:16 +02:00
Sandro
2a80ade2ee
backrest: fix darwin build (#345546) 2024-10-04 15:03:32 +02:00
Ryan Horiguchi
bfd5b241ee bazecor: 1.5.0 -> 1.5.1 2024-10-03 22:27:13 +02:00
R. Ryantm
f8e9302d3a basedpyright: 1.18.0 -> 1.18.2 2024-10-01 03:24:28 +00:00
Olivér Falvai
14048df284
backrest: fix darwin build 2024-09-30 18:58:16 +02:00
Robert Schütz
f557b32a54 basedpyright: unvendor docify 2024-09-27 07:39:47 +02:00
Enric Morales
41bbffd4f3 basedpyright: 1.17.5 -> 1.18.0
- add a simple test that should output 3 errors
2024-09-26 13:16:47 +02:00
K900
b964291466
{buildFHSEnvBubblewrap,buildFHSEnvChroot}: add nativeBuildInputs (#344516) 2024-09-26 08:38:07 +03:00
Artturin
4cb379f4d7 treewide: use nativeBuildInputs in appimage builder derivations 2024-09-25 23:01:28 +03:00
Fabián Heredia Montiel
ef9d03e34d
bazecor: 1.4.5 -> 1.5.0 (#343070) 2024-09-25 09:11:08 -06: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
67d9b47a75
backrest: init at 1.5.0 (#342141) 2024-09-20 22:06:40 +08:00
William Vandervalk
76fbeedfa5
backrest: init at 1.5.0 2024-09-19 13:43:47 -04:00
Guillaume Cléroux
4b10cd5baa bazecor: 1.4.5 -> 1.5.0 2024-09-19 11:59:12 -04:00
Enric Morales
d174806d6a basedpyright: 1.17.4 -> 1.17.5 2024-09-18 13:31:38 +00:00
Fabián Heredia Montiel
5a6178505f
bant: 0.1.6 -> 0.1.7 (#342177) 2024-09-17 00:21:27 -06:00
Fabián Heredia Montiel
76536c1278
bazecor: 1.4.4 -> 1.4.5 (#342329) 2024-09-17 00:16:21 -06:00
Fabián Heredia Montiel
b58784cb34
badkeys: 0.0.11 -> 0.0.12 (#342393) 2024-09-17 00:14:58 -06:00
Fabian Affolter
5a6b0f8ed7 badkeys: 0.0.11 -> 0.0.12
Diff: https://github.com/badkeys/badkeys/compare/refs/tags/v0.0.11...v0.0.12

Changelog: https://github.com/badkeys/badkeys/releases/tag/v0.0.12
2024-09-16 22:38:46 +02: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
Guillaume Cléroux
01a41e0146 bazecor: 1.4.4 -> 1.4.5 2024-09-16 11:19:06 -04:00
Henner Zeller
8edd2ff640 bant: 0.1.6 -> 0.1.7 2024-09-15 22:06:15 -07:00
nicoo
2641d97cbf pkgs/by-name: Convert hashes to SRI format
Reproduction script:
	# Bulk rewrite
	./maintainers/scripts/sha-to-sri.py pkgs/by-name
	# Revert some packages which will need manual intervention
	for n in amdvlk azure-cli cargo-profiler corefonts flatito fluxcd gist perf_data_converter protoc-gen-js solana-cli swt verible; do
		git checkout -- "pkgs/by-name/${n:0:2}/${n}"
	done
2024-09-15 11:24:31 +02:00
Henner Zeller
92ffa4f88a bant: make compile again with latest bazel
It appears that the fixed derivation generated by bazel implicitly
contains other information, such as the path to the java runtime,
making this break.
2024-09-13 11:08:44 -07:00
Emily
2181ab3e22 treewide: unpin SWIG 4 2024-09-12 18:39:57 +01:00
Enric Morales
577b24ef4e basedpyright: 1.17.3 -> 1.17.4 2024-09-11 08:03:57 +00:00
R. Ryantm
a4d7747b3b basedpyright: 1.17.2 -> 1.17.3 2024-09-10 03:36:32 +00:00
Peder Bergebakken Sundt
0e0fb1aa95
backgroundremover: substitute --replace with --replace-fail (#337276) 2024-09-05 10:59:55 -04:00
Enric Morales
81accfc667 basedpyright: 1.17.1 -> 1.17.2 2024-09-04 15:26:02 +02:00
OTABI Tomoya
c90f794756
treewide: remove refs/tags/ from github release meta.changelog urls (#338301) 2024-09-01 10:53:48 +09:00
Peder Bergebakken Sundt
ebc2389134 treewide: remove refs/tags/ from github release meta.changelog urls
diff of `jq <packages.json 'to_entries[]|"\(.key) \(.value.meta.changelog)"' -r`:

https://gist.github.com/pbsds/49b2e2ae5c9b967a0972bbc3c2597c12
2024-08-29 22:45:00 -04:00
R. Ryantm
21ddda472e badger: 4.2.0 -> 4.3.0 2024-08-29 12:22:45 +00:00
Enric Morales
42e9bdff8b
basedpyright: 1.17.0 -> 1.17.1 2024-08-28 15:53:21 +00:00
Emily
e02a25ddb7
swig1, swig2: remove (#336845) 2024-08-26 15:16:02 +01:00
Roland Coeurjoly
7ffd6194a8 baresip: substitute --replace with --replace-fail 2024-08-25 17:56:03 +02:00
Roland Coeurjoly
f4c63df33c backgroundremover: substitute --replace with --replace-fail 2024-08-25 17:55:08 +02:00