Commit graph

510421 commits

Author SHA1 Message Date
Mario Rodas 962bc02f9a
Merge pull request #246911 from marsam/update-rst2pdf
rst2pdf: 0.100 -> 0.101
2023-08-03 08:07:22 -05:00
ajs124 4b0ef51702
Merge pull request #245891 from Izorkin/fix-nginx-http2
nixos/nginx: using new variant of http2 directive
2023-08-03 14:50:31 +02:00
Anton Mosich e1206bf0a5 treewide: add meta.mainProgram
Add `meta.mainProgram` to all packages for which lib.getExe is called in
home-manager
2023-08-03 14:41:45 +02:00
QJoly 9a2ced3739 kubefirst: 2.2.5 -> 2.2.7 2023-08-03 14:36:53 +02:00
Anderson Torres e9fd5bf913 yambar: fix strictDeps compilation
Yambar uses meson as build system. Its `dependency` function uses pkg-config as
default method for finding the required dependencies.

However, as seen in their code[^1], scdoc is searched with `native` set to
true. According to Meson specs[^2], it directs the search to the _build_ machine
instead of the _host_ one. This parameter is usually needed only when finding a
tool to be used during compilation.

Because of this, `pkg-config` needs to be included at `depsBuildBuild`.

Why? Magic! Sorry, I am not so proficient in cross-compilation issues yet.

[^1] 78f7b60e13/doc/meson.build (L3)
[^2] https://mesonbuild.com/Reference-manual_functions.html#dependency_native
2023-08-03 12:29:50 +00:00
Pol Dellaiera bff3b3c9e1 bat: add meta.mainProgram
Follow up of https://github.com/NixOS/nixpkgs/pull/246386
2023-08-03 22:08:14 +10:00
Martin Weinelt 9eaec2881f
Merge pull request #246836 from NixOS/home-assistant
home-assistant: 2023.7.3 -> 2023.8.0
2023-08-03 13:54:00 +02:00
Nick Cao 28d4714c82
Merge pull request #246903 from applePrincess/exploitdb-bump
exploitdb: 2023-07-22 -> 2023-08-01
2023-08-03 05:39:33 -06:00
Nick Cao adc254037d
Merge pull request #246910 from pineapplehunter/master
circt: 1.48.0 -> 1.49.0
2023-08-03 05:38:34 -06:00
Pol Dellaiera 27b226cdd4
Merge pull request #246944 from NixOS/hedgedoc/add-meta-mainProgram
hedgedoc: add `meta.mainProgram`
2023-08-03 13:33:07 +02:00
Weijia Wang 44a3ee95db javaPackages.jogl_2_4_0: add aarch64-linux support 2023-08-03 13:32:11 +02:00
meppu 4e11f93118
osu-lazer-bin: 2023.717.0 -> 2023.803.0 2023-08-03 14:15:46 +03:00
Martin Weinelt c13da49a88
python311Packages.homeassistant-stubs: 2023.7.3 -> 2023.8.0
https://github.com/KapJI/homeassistant-stubs/releases/tag/2023.8.0
2023-08-03 13:12:40 +02:00
Martin Weinelt fcf476cb78
Merge pull request #246856 from mweinelt/piper-tts-1.2.0
piper-tts: 0.0.2 -> 1.2.0
2023-08-03 13:10:32 +02:00
Francesco Gazzetta 2c5ccde5ac dayon: 11.0.7 -> 12.0.1
Diff: https://github.com/RetGal/dayon/compare/v11.0.7...v12.0.1
2023-08-03 12:38:48 +02:00
natsukium cc98fec6b5
python310Packages.dask-awkward: 2023.8.0 -> 2023.8.1
Diff: https://github.com/dask-contrib/dask-awkward/compare/refs/tags/2023.8.0...2023.8.1

Changelog: https://github.com/dask-contrib/dask-awkward/releases/tag/2023.8.1
2023-08-03 19:37:02 +09:00
Weijia Wang fd3ce3bb2d
Merge pull request #246929 from Aleksanaa/valent
valent: unstable-2023-06-11 -> unstable-2023-07-31
2023-08-03 12:31:17 +02:00
Christoph Neidahl e24affc172
bambootracker, bambootracker-qt6: 0.6.1 -> 0.6.2 (#246769)
* bambootracker, bambootracker-qt6: Convert to finalAttrs, add updateScript

* bambootracker, bambootracker-qt6: 0.6.1 -> 0.6.2
2023-08-03 12:30:16 +02:00
Pol Dellaiera db4eaf5df5
Merge pull request #241997 from Gerg-L/fastfetch
fastfetch: init at 1.12.2
2023-08-03 12:29:07 +02:00
natsukium 3274c4938d python310Packages.bentoml: 1.1.0 -> 1.1.1
Diff: https://github.com/bentoml/BentoML/compare/v1.1.0...v1.1.1

Changelog: https://github.com/bentoml/BentoML/releases/tag/v1.1.1
2023-08-03 17:58:46 +08:00
Pol Dellaiera bb1faddf07 hedgedoc: add meta.mainProgram
Follow up of https://github.com/NixOS/nixpkgs/pull/246386
2023-08-03 11:54:32 +02:00
Gerg-L 59e85cb8ab fastfetch: init at 1.12.2
Co-authored-by: khaneliman <khaneliman12@gmail.com>
2023-08-03 05:47:58 -04:00
Vincent Haupert 5fd478506d nixos/image: use stable target dir for amended repart definitions
Output the amended repart definitions to a well-known directory in
$TMPDIR instead of using a temporary directory with a random directory
name.

The output file `repart-output.json` also contains the full path to the
repart definition file used to create the partition. As
`amend-repart-definitions.py` uses `tempfile.mkdtemp`, this introduces
an impurity:

```json
{
        "type" : "root-x86-64",
        "label" : "rootfs",
        "uuid" : "f2fa2e49-e443-45d2-a2e2-c3754cab6363",
        "file" : "/build/tmppjo7kv5o/rootfs.conf",
        "node" : "image.raw2",
        "offset" : 135266304,
        "old_size" : 0,
        "raw_size" : 1651101696,
        "old_padding" : 0,
        "raw_padding" : 0,
        "activity" : "create",
}
```

This commit changes the parent directory of the amended repart
definitions to `/build/amended-repart.d/`.
2023-08-03 11:46:35 +02:00
aleksana 2c871662ad valent: unstable-2023-06-11 -> unstable-2023-07-31 2023-08-03 15:57:13 +08:00
Jon Seager 36af9e5808
homepage-dashboard: 0.6.23 -> 0.6.27 2023-08-03 08:25:57 +01:00
Aaron Jheng 53797ef1fe
pop: 0.1.0 -> 0.2.0 2023-08-03 15:10:17 +08:00
Thomas Gerbet d85f641287
Merge pull request #246888 from r-ryantm/auto-update/fulcio
fulcio: 1.3.4 -> 1.4.0
2023-08-03 09:06:42 +02:00
Theodore Ni 22b8748c42
python3.pkgs.hydra-core: fix tests with setuptools 67.5.0+ 2023-08-02 23:59:32 -07:00
Pol Dellaiera 2fca7d4750
Merge pull request #244752 from shenlebantongying/master
goldendict-ng: init at 23.07.23
2023-08-03 08:47:30 +02:00
Pol Dellaiera 754d28198c
Merge pull request #246788 from khaneliman/nwg-displays
nwg-displays: init at 0.3.7
2023-08-03 08:44:50 +02:00
Pol Dellaiera 13c5b2fca9
Merge pull request #246838 from sikmir/inkscape
inkscape: fix broken patching
2023-08-03 08:40:27 +02:00
Mario Rodas 286a368be5
Merge pull request #246286 from marsam/update-flexget
flexget: 3.7.11 -> 3.8.0
2023-08-03 00:39:43 -05:00
K900 5ec0e2e296
Merge pull request #246806 from K900/fresher-fruit
yuzu: mainline 1513 -> 1515, ea 3783 -> 3788
2023-08-03 08:13:15 +03:00
Theodore Ni 7f3cfa001b
zeekscript: add build dependencies and fix metadata 2023-08-02 22:12:26 -07:00
Pol Dellaiera a6565aafe5
Merge pull request #246425 from adriandole/master
mongocxx: init at 3.8.0
2023-08-03 06:23:36 +02:00
Mario Rodas 65e49fdb5d millet: 0.12.8 -> 0.12.9
Diff: https://github.com/azdavis/millet/compare/v0.12.8...v0.12.9

Changelog: https://github.com/azdavis/millet/blob/v0.12.9/docs/CHANGELOG.md
2023-08-03 04:20:00 +00:00
Mario Rodas c775b3024d arti: 1.1.6 -> 1.1.7
Diff: https://gitlab.torproject.org/tpo/core/arti/-/compare/arti-v1.1.6...arti-v1.1.7

Changelog: https://gitlab.torproject.org/tpo/core/arti/-/raw/arti-v1.1.7/CHANGELOG.md
2023-08-03 04:20:00 +00:00
Mario Rodas d00aea8ae5 buildkit: 0.12.0 -> 0.12.1
Diff: https://github.com/moby/buildkit/compare/v0.12.0...v0.12.1
2023-08-03 04:20:00 +00:00
Mario Rodas 858d81c12c rst2pdf: 0.100 -> 0.101
Diff: https://github.com/rst2pdf/rst2pdf/compare/0.100...0.101

Changelog: https://github.com/rst2pdf/rst2pdf/blob/0.101/CHANGES.rst
2023-08-03 04:20:00 +00:00
Shogo Takata c5e1b17f49 circt: 1.48.0 -> 1.49.0 2023-08-03 13:18:44 +09:00
Lein Matsumaru d35d0d2a08
exploitdb: 2023-07-29 -> 2023-08-01 2023-08-03 04:13:06 +00:00
Izorkin cf7cea3287
nixos/nginx: using new variant of http2 directive 2023-08-03 07:09:02 +03:00
github-actions[bot] f1f450ab72 terraform-providers.vault: 3.18.0 -> 3.19.0 2023-08-03 14:03:54 +10:00
github-actions[bot] 499d8ee82b terraform-providers.oci: 5.6.0 -> 5.7.0 2023-08-03 14:03:54 +10:00
github-actions[bot] 4f062300cc terraform-providers.signalfx: 8.0.0 -> 8.1.0 2023-08-03 14:03:54 +10:00
github-actions[bot] adf074645f terraform-providers.scaleway: 2.25.1 -> 2.26.0 2023-08-03 14:03:54 +10:00
R. Ryantm 8b9c442643 gvproxy: 0.6.2 -> 0.7.0 2023-08-03 13:22:56 +10:00
R. Ryantm 3a3b8c94a5 kubernetes: 1.27.3 -> 1.27.4 2023-08-03 13:16:28 +10:00
Robert Schütz 2b414ab512 nodePackages: update 2023-08-03 10:45:31 +08:00
Bobby Rong 58a421640c
Merge pull request #246743 from bobby285271/fix/wait-for-x
nixos/tests/{budgie,gnome-flashback}: unbreak
2023-08-03 10:37:45 +08:00