Commit Graph

576248 Commits

Author SHA1 Message Date
Niklas Hambüchen
cf792a51c8
Merge pull request #283446 from r-ryantm/auto-update/consul
consul: 1.17.1 -> 1.17.2
2024-01-24 13:45:32 +01:00
Doron Behar
c332a23b7b python311Packages.linien-common: fix build by using rpyc4 2024-01-24 14:45:26 +02:00
Doron Behar
ebb7b9b772 python311Packages.rpyc4: init at 4.1.5
This version is required for linien-common, due to RedPitaya OS Python
version limitation. See:
https://github.com/linien-org/pyrp3/pull/10#discussion_r1302816237
2024-01-24 14:45:26 +02:00
Franz Pletz
ada47602ce
Merge pull request #283427 from r-ryantm/auto-update/mediamtx 2024-01-24 13:42:03 +01:00
Florian Klink
ded8c868f6 umockev: hardcode udevadm
Replace references to udevadm with an absolute paths, so programs using
umockdev will just work without having to provide it in their test
environment $PATH.

This allows us removing systemdMinimal from nativeCheckInputs ourselves.
It's still needed in buildInputs, as the build queries for it via
pkg-config.
2024-01-24 14:36:10 +02:00
Florian Klink
58762560bc umockdev: enable strictDeps
As pointed out in
https://github.com/NixOS/nixpkgs/issues/280697#issuecomment-1906206490,
umockdev tests shell out to udevadm, and in both cases, systemdMinimal
should be sufficient.

Fixes #280697
2024-01-24 14:35:37 +02:00
Franz Pletz
533abf9861
Merge pull request #283479 from r-ryantm/auto-update/ddrescue 2024-01-24 13:30:21 +01:00
R. Ryantm
a64fba242e mysql-workbench: 8.0.34 -> 8.0.36 2024-01-24 12:21:16 +00:00
André Silva
9fcbb8e48d
polkadot: 1.5.0 -> 1.6.0
diff: https://github.com/paritytech/polkadot-sdk/compare/polkadot-v1.5.0...polkadot-v1.6.0
changelog: https://github.com/paritytech/polkadot-sdk/releases/tag/polkadot-v1.6.0
2024-01-24 12:18:27 +00:00
R. Ryantm
9106a35231 minesweep-rs: 6.0.47 -> 6.0.50 2024-01-24 12:17:48 +00:00
Sandro
a26e82d881
Merge pull request #283311 from r-ryantm/auto-update/intel-compute-runtime 2024-01-24 13:16:24 +01:00
Sandro
95b3d7bd25
Merge pull request #283474 from trofi/m17-cxx-demod-gcc-13-fix 2024-01-24 13:14:53 +01:00
Fabian Affolter
001dfac4c8 khal: override urwid 2024-01-24 13:11:11 +01:00
Fabian Affolter
9038698213 khal: refactor 2024-01-24 13:06:25 +01:00
github-actions[bot]
69383b97bd
Merge staging-next into staging 2024-01-24 12:01:44 +00: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