Commit Graph

576152 Commits

Author SHA1 Message Date
Fabian Affolter
9038698213 khal: refactor 2024-01-24 13:06:25 +01:00
R. Ryantm
36a7359ea4 python311Packages.schwifty: 2023.11.2 -> 2024.1.1.post0 2024-01-24 12:01:27 +00:00
github-actions[bot]
d45e853c88
Merge master into staging-next 2024-01-24 12:01:06 +00:00
Fabian Affolter
d63af7f57c
Merge pull request #281053 from r-ryantm/auto-update/python311Packages.pontos
python311Packages.pontos: 23.12.1 -> 24.1.2
2024-01-24 12:55:32 +01:00
Fabian Affolter
64cd6b4159
Merge pull request #283422 from fabaff/cnspec-bump
cnspec: 9.14.0 -> 10.0.1
2024-01-24 12:52:25 +01:00
Fabian Affolter
60809c4d28 python311Packages.lupupy: refactor 2024-01-24 12:43:39 +01:00
R. Ryantm
7045f27ce7 automatic-timezoned: 1.0.139 -> 1.0.146 2024-01-24 11:40:34 +00:00
R. Ryantm
d6c2574c63 pass2csv: 1.0.0 -> 1.1.0 2024-01-24 11:40:13 +00:00
Fabian Affolter
faa94b7afc
Merge pull request #283341 from kpcyrd/sn0int
sn0int: enable darwin support
2024-01-24 12:38:07 +01:00
Fabian Affolter
7387250854
Merge pull request #282988 from r-ryantm/auto-update/graphw00f
graphw00f: 1.1.8 -> 1.1.15
2024-01-24 12:35:55 +01:00
Fabian Affolter
c2716fd416
zeekscript: refactor 2024-01-24 12:34:10 +01:00
Fabian Affolter
22cedaffd3
Merge pull request #281927 from r-ryantm/auto-update/checkSSLCert
checkSSLCert: 2.78.0 -> 2.79.0
2024-01-24 12:31:17 +01:00
Fabian Affolter
d882c0e589
Merge pull request #283415 from r-ryantm/auto-update/exploitdb
exploitdb: 2023-12-22 -> 2024-01-24
2024-01-24 12:28:01 +01:00
Fabian Affolter
b52f4bb53c
Merge pull request #283441 from r-ryantm/auto-update/python312Packages.publicsuffixlist
python312Packages.publicsuffixlist: 0.10.0.20240108 -> 0.10.0.20240124
2024-01-24 12:27:24 +01:00
R. Ryantm
724f7d79b1 ddrescue: 1.27 -> 1.28 2024-01-24 11:06:59 +00:00
Sergei Trofimovich
8609cc8a43 m33-linux: fix the build against gcc-13
Without the change build fails against `gcc-13` on `master` as
https://hydra.nixos.org/build/246586824:

    gcode.h:54:24: error: 'uint8_t' was not declared in this scope
       54 |                 vector<uint8_t> getBinary() const;
          |                        ^~~~~~~
    gcode.h:9:1: note: 'uint8_t' is defined in header '<cstdint>'; did you forget to '#include <cstdint>'?
        8 | #include <vector>
      +++ |+#include <cstdint>
        9 |
2024-01-24 11:04:06 +00:00
Sergei Trofimovich
d7b970c4ee m17-cxx-demod: fix the build against gcc-13
Without the change build fails against `gcc-13` on `master` as
https://hydra.nixos.org/build/246569430:

    In file included from /build/source/apps/m17-mod.cpp:3:
    /build/source/include/m17cxx/Util.h:213:47: error: 'uint8_t' was not declared in this scope
      213 | constexpr bool get_bit_index(const std::array<uint8_t, N>& input, size_t index)
          |                                               ^~~~~~~
    /build/source/include/m17cxx/Util.h:12:1: note: 'uint8_t' is defined in header '<cstdint>'; did you forget to '#include <cstdint>'?
       11 | #include <limits>
      +++ |+#include <cstdint>
       12 |
2024-01-24 10:55:15 +00:00
Sergei Trofimovich
05a57af125 lzwolf: fix the build against gcc-13
Without the change build fails against `gcc-13` on `master` as
https://hydra.nixos.org/build/246520454:

    In file included from /build/source/src/actor.h:40,
                     from /build/source/src/g_blake/a_smartanim.cpp:36:
    /build/source/src/gamemap.h:255:64: error: 'std::uint16_t' has not been declared
      255 |                 void                    OperateConcession(std::uint16_t concession);
          |                                                                ^~~~~~~~
2024-01-24 10:37:36 +00:00
R. Ryantm
9f4fd8893f remote-touchpad: 1.4.3 -> 1.4.4 2024-01-24 10:35:32 +00:00
Vonfry
cb5cd3f59c
sbclPackages.nyxt: 3.11.0 -> 3.11.1 2024-01-24 18:34:39 +08:00
Weijia Wang
a33e3d607c paraview: include missing header 2024-01-24 11:23:59 +01:00
Weijia Wang
c2e081fe18 paraview: 5.11.1 -> 5.11.2 2024-01-24 11:23:59 +01:00
R. Ryantm
3f066cdafd sish: 2.11.0 -> 2.12.0 2024-01-24 10:21:31 +00:00
Andrew Marshall
9c839356d9 man-pages: Install in parallel
On my machine, reduces drv build time ~16s → ~10s.
2024-01-24 11:18:55 +01:00
Andrew Marshall
d8aa5b2281 man-pages: 5.13 -> 6.05.01
Neither Arch nor Fedora packaging run `make`, `make all`, or `make
build`, and it seems to be unnecessary to just get the manpages (it
builds HTML docs etc.), so skipping it.
2024-01-24 11:18:55 +01:00
R. Ryantm
e190b3ccff sem: 0.28.5 -> 0.28.6 2024-01-24 10:15:13 +00:00
Adam Joseph
ea6f3c43ed ricochet-refresh: init at 3.0.18
Co-authored-by: Anderson Torres <torres.anderson.85@protonmail.com>
2024-01-24 11:14:06 +01:00
Weijia Wang
371a7421f3
Merge pull request #262475 from FliegendeWurst/rubberband
rubberband: 3.1.0 -> 3.3.0
2024-01-24 11:12:42 +01:00
R. Ryantm
b27237a9c2 scip: 0.3.2 -> 0.3.3 2024-01-24 10:11:37 +00:00
R. Ryantm
94bea1411c pynitrokey: 0.4.44 -> 0.4.45 2024-01-24 10:11:00 +00:00
Weijia Wang
2bd443bc7c
Merge pull request #283408 from r-ryantm/auto-update/python312Packages.pinocchio
python312Packages.pinocchio: 2.6.21 -> 2.7.0
2024-01-24 10:51:44 +01:00
Weijia Wang
fbe216ce9a
Merge pull request #283409 from r-ryantm/auto-update/python311Packages.eigenpy
python311Packages.eigenpy: 3.2.0 -> 3.3.0
2024-01-24 10:51:02 +01:00
Vladimír Čunát
966566a9f3
Merge #282556: ngtcp2-gnutls: 1.1.0 -> 1.2.0 2024-01-24 10:45:31 +01:00
R. Ryantm
4e61788e50 helmfile: 0.160.0 -> 0.161.0 2024-01-24 09:43:33 +00:00
OTABI Tomoya
65093cc773
Merge pull request #282535 from r-ryantm/auto-update/python311Packages.pyfaidx
python311Packages.pyfaidx: 0.7.2.2 -> 0.8.1.1
2024-01-24 18:43:32 +09:00
OTABI Tomoya
71e6fb1ffd
Merge pull request #281978 from r-ryantm/auto-update/dublin-traceroute
dublin-traceroute: 0.4.2-unstable-2023-04-12 -> 0.4.2-unstable-2024-01-09
2024-01-24 18:42:42 +09:00
Fabian Affolter
4c91af40ba trufflehog: 3.63.11 -> 3.64.0
Diff: https://github.com/trufflesecurity/trufflehog/compare/refs/tags/v3.63.11...v3.64.0

Changelog: https://github.com/trufflesecurity/trufflehog/releases/tag/v3.64.0
2024-01-24 10:41:32 +01:00
OTABI Tomoya
f0ede5b743
Merge pull request #283403 from kubeliv/fix-py-regress-module
python3Packages.regress: Add libiconv on Darwin
2024-01-24 18:36:47 +09:00
Vladimír Čunát
7f979aeb86
nixos/knot: allow specifying the clear section
It was added in 3.3.4.  I'm not sure if it will be useful with NixOS
services, but I added it in the usual way anyway.
2024-01-24 10:33:55 +01:00
R. Ryantm
1be590829b consul: 1.17.1 -> 1.17.2 2024-01-24 09:33:52 +00:00
Nico Pulido-Mateo
91c16cb543 typora: 1.7.6. -> 1.8.6 2024-01-24 10:31:03 +01:00
Sandro
c145926d70
Merge pull request #280713 from panicgh/nitrokey-app2 2024-01-24 10:30:49 +01:00
Sandro
671d2c5c5a
Merge pull request #268573 from panicgh/rrdtool 2024-01-24 10:28:34 +01:00
OTABI Tomoya
a965b28d80
Merge pull request #283367 from r-ryantm/auto-update/python311Packages.kaggle
python311Packages.kaggle: 1.6.1 -> 1.6.3
2024-01-24 18:28:01 +09:00
Sandro
dca1bb9447
Merge pull request #271082 from phlip9/toml-cli 2024-01-24 10:26:36 +01:00
OTABI Tomoya
864a779d2f
Merge pull request #283384 from r-ryantm/auto-update/python311Packages.pyenphase
python311Packages.pyenphase: 1.17.0 -> 1.18.0
2024-01-24 18:26:25 +09:00
R. Ryantm
dad50ffe06 maddy: 0.7.0 -> 0.7.1 2024-01-24 09:20:49 +00:00
R. Ryantm
fb47bbb081 audiowaveform: 1.9.1 -> 1.10.0 2024-01-24 09:17:55 +00:00
R. Ryantm
154657731b shattered-pixel-dungeon: 2.2.1 -> 2.3.0 2024-01-24 09:15:14 +00:00
Vladimír Čunát
a72644f128
knot-dns: 3.3.3 -> 3.3.4
https://gitlab.nic.cz/knot/knot-dns/-/releases/v3.3.4
2024-01-24 10:14:56 +01:00