Commit Graph
777044 Commits
Author SHA1 Message Date
Pol DellaieraandGitHub a415dea180 vscode-extensions.anweber.vscode-httpyac: 6.16.6 -> 6.16.7 (#394754) 2025-03-31 04:06:13 +02:00
Donovan GloverandGitHub 1d3a750cb7 bun: 1.2.5 -> 1.2.7 (#393118) 2025-03-31 01:57:31 +00:00
ghpzinandMatthieu Coudron efa1f97317 rs: modernize
- replace `rec` with `finalAttrs`
- remove `with lib;` from `meta`
2025-03-31 03:46:56 +02:00
ghpzinandMatthieu Coudron d27c6262e6 rs: fix build with gcc14
- add `-DNEED_STRTONUM` flag to include declaration of `strtonum`
from `rs.h`:
```
#ifdef NEED_STRTONUM
/* .linked/strtonum.c */
extern long long strtonum(const char *, long long, long long, const char **);
#endif
```
Fixes `implicit-function-declaration` error with gcc 14:
```
rs.c: In function 'getargs':
rs.c:410:34: error: implicit declaration of function 'strtonum';
did you mean 'strtouq'? []
  410 |                         owidth = strtonum(optarg, 1, INT_MAX, &errstr);
      |                                  ^~~~~~~~
      |                                  strtouq
```
2025-03-31 03:46:56 +02:00
ghpzinandMatthieu Coudron 21ec8478ed ns-3: 39 -> 44, fix build with gcc14
- update to latest release tag (ns-3.44), that contains commit:
https://gitlab.com/nsnam/ns-3-dev/-/commit/5b130ba365831cf54674828e46cfa6b7b69c9f77
it fixes build with gcc14.
Without it build fails with this and similar errors:
```
/build/source/src/core/model/val-array.h:83:16: error: template-id not
allowed for constructor in C++20 []
   83 |     ValArray<T>() = default;
      |                ^
```

Diff: https://gitlab.com/nsnam/ns-3-dev/-/compare/ns-3.39...ns-3.44

Changelog: https://gitlab.com/nsnam/ns-3-dev/-/blob/ns-3.44/CHANGES.md
2025-03-31 03:40:20 +02:00
Adam C. StephensandGitHub 11e4741be7 incus: 6.10.1 -> 6.11.0 (#394108) 2025-03-30 21:20:03 -04:00
Lin JianandGitHub 1e5c9a1262 emacs: make trivialBuild respect error tunables at bytecompile time (#394546) 2025-03-31 09:07:19 +08:00
c72eef1a2f civo: 1.1.98 -> 1.1.99 (#394660)
Co-authored-by: techknowlogick <hello@techknowlogick.com>
2025-03-31 01:05:22 +00:00
R. Ryantm 2e07c7e2f6 vscode-extensions.anweber.vscode-httpyac: 6.16.6 -> 6.16.7 2025-03-31 00:46:29 +00:00
Olivér Falvaiandzowoq da3e9fb555 lsd: re-enable tests 2025-03-31 10:33:23 +10:00
Mauricio CollaresandGitHub 3e78aad351 singular: 4.4.0p6 -> 4.4.1 (#394732) 2025-03-30 19:36:53 -03:00
Mauricio CollaresandGitHub 5febfb3e1a primecount: 7.14 -> 7.15 (#390697) 2025-03-30 19:29:42 -03:00
Gaétan LepageandGitHub eb93bdcd2c python313Packages.normality: 2.5.0 -> 2.6.1 (#388015) 2025-03-31 00:25:04 +02:00
Weijia WangandGitHub 469e555477 radarr: 5.19.3.9730 -> 5.21.1.9799 (#392894) 2025-03-31 00:16:48 +02:00
Nick CaoandGitHub c2128634cc ada: 3.2.1 -> 3.2.2 (#394737) 2025-03-30 18:10:29 -04:00
Nick CaoandGitHub 2f47a1f834 python312Packages.extractcode: cleanup and skip failing test (#394733) 2025-03-30 18:09:31 -04:00
Gaétan LepageandGitHub 10c515901f python312Packages.nemosis: 3.8.0 -> 3.8.1 (#387973) 2025-03-31 00:08:06 +02:00
Vincenzo MantovaandGitHub 7ace45436b texlive: use historic mirrors only for final releases (#394567) 2025-03-30 17:54:30 -04:00
TomaandGitHub e2f504bbc2 ldc: remove references to ldcBootstrap (#393645) 2025-03-30 23:47:07 +02:00
Weijia WangandGitHub a65e4598fb guile-reader: fix the build with GCC14 (#394687) 2025-03-30 23:40:48 +02:00
Nikolay KorotkiyandGitHub f706ef4c71 tilemaker: fix build with Boost 1.86+ (#394450) 2025-03-31 01:30:57 +04:00
Gaetan Lepage 6b691fac47 python312Packages.extractcode: cleanup and skip failing test 2025-03-30 23:27:44 +02:00
Fabian AffolterandMatthieu Coudron d889b908e8 termscp: 0.16.1 -> 0.17.0
Diff: https://github.com/veeso/termscp/compare/refs/tags/v0.16.1...v0.17.0

Changelog: https://github.com/veeso/termscp/blob/v0.17.0/CHANGELOG.md
2025-03-30 23:21:21 +02:00
Weijia WangandGitHub d105e65508 python312Packages.klayout: 0.29.12 -> 0.30.0 (#392966) 2025-03-30 23:14:18 +02:00
Gaétan LepageandGitHub ef64e3a265 python312Packages.raylib-python-cffi: fix build, add passthru tests (#387993) 2025-03-30 23:11:12 +02:00
Mauricio Collares 724e120835 singular: 4.4.0p6 -> 4.4.1 2025-03-30 18:06:58 -03:00
Weijia WangandGitHub be0cf1b894 oneDNN: Migrate to by-name (#394663) 2025-03-30 23:01:10 +02:00
a179e55fc8 obelisk: 0.8.0 -> 0.8.1 (#392661)
* obelisk: 0.8.0 -> 0.8.1

---------

Co-authored-by: Vincent Laporte <vbgl@users.noreply.github.com>
2025-03-30 23:00:37 +02:00
Weijia WangandGitHub 519852440f ocamlPackages.ocaml-version: 3.7.3 -> 4.0.0 (#392833) 2025-03-30 22:58:05 +02:00
Gaétan LepageandGitHub 59ba0d2f76 antlr4_13: fix Issue #379757 (#391183) 2025-03-30 22:57:43 +02:00
Gaétan LepageandGitHub cbc2a53c6b cliflux: init at 1.8.0 (#391697) 2025-03-30 22:55:26 +02:00
Maximilian BoschandGitHub 97d215cf17 Merge: php: 8.3 -> 8.4 (#394112) 2025-03-30 22:54:31 +02:00
Guy ChronisterandWeijia Wang 995536e6ce oneDNN, oneDNN_2: migrate to by-name 2025-03-30 22:47:33 +02:00
arthsmn b4eaaeeef8 cliflux: init at 1.8.0 2025-03-30 17:37:28 -03:00
R. Ryantm 0e4f869de6 ada: 3.2.1 -> 3.2.2 2025-03-30 20:36:44 +00:00
Gaétan LepageandGitHub 9ccb4b4245 python3Packages.ultralytics; 8.3.94 -> 8.3.99 (#393958) 2025-03-30 22:33:37 +02:00
h7x4andGitHub dca60f2b2a pkgs-lib/hocon: fix type for _includes (#392854) 2025-03-30 22:33:22 +02:00
Weijia WangandGitHub 7c1d71fd3f hyprlandPlugins.hyprsplit: 0.47.2 -> 0.48.0 (#392597) 2025-03-30 22:31:33 +02:00
Florian KlinkandGitHub 3a5d27655d qdigidoc: 4.6.0 -> 4.7.0 (#394662) 2025-03-30 21:31:09 +01:00
Pol DellaieraandGitHub 35bb79372d prometheus-chrony-exporter: init chrony nixos module (#394575) 2025-03-30 22:30:21 +02:00
Weijia WangandGitHub 025a50c2d1 gaugePlugins.java: 0.11.2 -> 0.11.3 (#392782) 2025-03-30 22:27:50 +02:00
Weijia WangandGitHub 53e59d8d97 clementine: 1.4.1-36-geea564c94 -> 1.4.1-37-g3369f3085 (#392642) 2025-03-30 22:26:04 +02:00
Nikolay KorotkiyandGitHub 1d0476eb0a pmtiles: 1.26.0 -> 1.27.0 (#394569) 2025-03-31 00:22:06 +04:00
Gaétan LepageandGitHub 33dbb88809 python3Packages.albumentations: disable test (#394040) 2025-03-30 22:19:38 +02:00
Arne KellerandGitHub fd9f17ef49 nixos/filesystems: init bindfs (#337697) 2025-03-30 22:10:57 +02:00
Seth FlynnandGitHub 53b589567a nixos/wayland-session: fix conflicts between users (#390168) 2025-03-30 16:09:54 -04:00
Gaétan LepageandGitHub eefc32f2c8 nixosTests.invoiceplane: migrate to runTest (#394694) 2025-03-30 22:08:56 +02:00
Gaétan LepageandGitHub e5a816a541 python312Packages.kopf: init at 1.37.5 (#393742) 2025-03-30 22:02:26 +02:00
José Romildo MalaquiasandGitHub 1661866133 nordic: 2.2.0-unstable-2024-06-25 -> 2.2.0-unstable-2025-03-21 (#394091) 2025-03-30 16:52:23 -03:00
José Romildo MalaquiasandGitHub dfacb14561 latexminted: 0.5.0 -> 0.5.1 (#394018) 2025-03-30 16:51:37 -03:00