Commit Graph
682133 Commits
Author SHA1 Message Date
Fabian AffolterandGitHub 3e79e22247 python312Packages.htmldate: 1.8.1 -> 1.9.0 (#341567) 2024-09-14 10:07:25 +02:00
Fabian AffolterandGitHub 2bf9476c99 auth0-cli: 1.4.0 -> 1.5.0 (#341593) 2024-09-14 10:07:16 +02:00
K900andGitHub 8b691eaf01 kdePackages: Frameworks 6.5 -> 6.6 (#341755) 2024-09-14 11:04:11 +03:00
K900 88035c347d kdePackages: Frameworks 6.5 -> 6.6 2024-09-14 11:03:43 +03:00
Fabian AffolterandGitHub b82fe28a4d python312Packages.mypy-boto3-*: updates (#341574) 2024-09-14 10:03:26 +02:00
Alyssa Ross 9030f18586 libieee1284: fix building for musl with GCC 14
The Void patch changes more than is now necssary for musl, and one of
those things is that it stops including <sys/io.h>, causing the ioperm
function to be implicitly declared.  This will be a hard error with
GCC 14.  The Gentoo patch only changes the one thing currently needed
for musl.
2024-09-14 10:00:14 +02:00
Jon SeagerandGitHub 27593852ce snapcraft: 8.3.2 -> 8.3.3 (#341735) 2024-09-14 08:51:26 +01:00
R. Ryantm 230352c611 python312Packages.blis: 1.0.0 -> 1.0.1 2024-09-14 07:38:40 +00:00
Robert SchützandGitHub 28f8240bb5 python312Packages.epicstore-api: 0.1.8 -> 0.1.9 (#341724) 2024-09-14 00:11:42 -07:00
K900andGitHub cf994738ce home-assistant-custom-lovelace-modules.universal-remote-card: 4.0.3 -> 4.0.5 (#341749) 2024-09-14 09:55:53 +03:00
happysalada 89740afbdf aider-chat: fix build 2024-09-14 02:53:48 -04:00
R. Ryantm 4bf2deea67 vendir: 0.41.1 -> 0.42.0 2024-09-14 06:48:59 +00:00
R. Ryantm 8bbf00d8bd python312Packages.oelint-parser: 4.0.0 -> 4.0.2 2024-09-14 06:47:31 +00:00
R. Ryantm cd6f2eef18 libspiro: 20240902 -> 20240903 2024-09-14 06:33:19 +00:00
Tomodachi94 1e71925b95 doc/packages/lhapdf: add documentation
This documents:
* The existence of the `lhapdf` package (not particularly important)
* The existence of the `lhapdf.pdf_sets` attrset (important)
* The setup hook used in all of the entries in `lhapdf.pdf_sets`
  (slightly important)

Part of #341479.
2024-09-13 23:18:10 -07:00
AleksanaandGitHub 518750b2cb weaver: init at 0.9.2 (#340922) 2024-09-14 14:05:04 +08:00
nixpkgs-merge-bot[bot]andGitHub 2291f19c90 ignite-cli: 28.5.1 -> 28.5.2 (#341534) 2024-09-14 06:04:22 +00:00
nixpkgs-merge-bot[bot]andGitHub dd77cfbfde syft: 1.11.1 -> 1.12.2 (#341618) 2024-09-14 06:03:57 +00:00
K900 50d66fb534 home-assistant-custom-lovelace-modules.universal-remote-card: 4.0.3 -> 4.0.5
Diff: https://github.com/Nerwyn/android-tv-card/compare/4.0.3...4.0.5
2024-09-14 09:00:35 +03:00
Tristan RossandGitHub b16a3cff39 llvmPackages_git: 20.0.0-git-2024-09-01 -> 20.0.0-git-2024-09-09 (#340924) 2024-09-13 22:53:07 -07:00
Lin Jian e2479ad6d8 emacs: factor out common overrides for nongnu packages 2024-09-14 13:49:44 +08:00
Alyssa Ross 4632a73312 mg: 7.3 -> 7.3-unstable-2024-06-04
The only change is a compilation fix for GCC 14.
2024-09-14 07:43:56 +02:00
aleksana 29a684b0a0 hackgregator: init at 0.5.0-unstable-2023-12-05 2024-09-14 13:38:43 +08:00
Alyssa Ross 7d868a7179 intel-gpu-tools: backport fix for musl 1.2.5 2024-09-14 07:29:35 +02:00
Dmitry KalinkinandGitHub be3482bb78 doc/packagaes/geant4: add documentation (#341733) 2024-09-14 01:27:59 -04:00
TomoandGitHub 94eeb71d25 doc/hooks/cernlib: document CERNLIB hook (#341691) 2024-09-14 01:26:40 -04:00
nixpkgs-merge-bot[bot]andGitHub b89077cca1 containerlab: 0.57.0 -> 0.57.1 (#341687) 2024-09-14 05:23:20 +00:00
Lin Jian 9928ed446d emacs: factor out common overrides for elpa packages 2024-09-14 13:04:08 +08:00
nixpkgs-merge-bot[bot]andGitHub 864bb34b78 pyright: 1.1.378 -> 1.1.380 (#341738) 2024-09-14 05:04:00 +00:00
nixpkgs-merge-bot[bot]andGitHub d6793ec18b mountpoint-s3: 1.8.0 -> 1.9.0 (#341620) 2024-09-14 05:03:04 +00:00
Pol DellaieraandGitHub c9bfbd985c vscode-extensions.ms-python.python: 2024.15.2024091001 -> 2024.15.2024091301 (#341661) 2024-09-14 06:53:34 +02:00
Tomodachi94 cfe30e5950 doc/packages/geant4: add documentation
This documents:
* The `geant4.data` attrset introduced in #39514
* The setup hook for geant4
* The setup hook for the geant4.data packages

I also added a brief description of what Geant4 is.

Part of #341479
2024-09-13 21:01:35 -07:00
R. Ryantm 51b23f4d1f pyright: 1.1.378 -> 1.1.380 2024-09-14 03:37:17 +00:00
R. Ryantm 7a533b24be snapcraft: 8.3.2 -> 8.3.3 2024-09-14 03:36:12 +00:00
seth 9e83fb1a0e binary: 4.0 -> 5.0
Diff: https://github.com/fizzyizzy05/binary/compare/refs/tags/4.0...5.0

Changelog: https://github.com/fizzyizzy05/binary/releases/tag/5.0
2024-09-13 23:11:00 -04:00
R. Ryantm c2eab9b5d0 step-cli: 0.27.2 -> 0.27.4 2024-09-14 02:56:20 +00:00
R. Ryantm a41cec79d1 trufflehog: 3.82.1 -> 3.82.2 2024-09-14 02:56:10 +00:00
nixpkgs-merge-bot[bot]andGitHub 602d8ecc45 kulala-fmt: 1.3.1 -> 1.3.2 (#341711) 2024-09-14 02:47:17 +00:00
ArtturinandGitHub 18c0991315 bant: make compile again with latest bazel (#341609) 2024-09-14 05:34:05 +03:00
ArtturinandGitHub 8345adbcdb rpi-imager: migrate to pkgs/by-name, reformat with nixfmt-rfc-style, migrate to qt6 (#341427) 2024-09-14 05:26:43 +03:00
R. Ryantm c09169a21c cloudfoundry-cli: 8.8.0 -> 8.8.1 2024-09-14 02:26:11 +00:00
R. Ryantm ea783a9a19 nuclei-templates: 9.9.4 -> 10.0.0 2024-09-14 02:26:06 +00:00
R. Ryantm b15aca18da python312Packages.epicstore-api: 0.1.8 -> 0.1.9 2024-09-14 02:25:02 +00:00
R. Ryantm 7ff689061e discord-development: 0.0.27 -> 0.0.28 2024-09-14 02:24:45 +00:00
OTABI TomoyaandGitHub d65ed957e4 python312Packages.aiostreammagic: 2.2.5 -> 2.3.0 (#341627) 2024-09-14 11:20:41 +09:00
Peder Bergebakken SundtandGitHub 0ac9e3f7d5 linuxptp: 4.3 -> 4.4 (#341483) 2024-09-14 04:12:57 +02:00
Peder Bergebakken SundtandGitHub 6ad7d15385 ldid-procursus: Fix (possible) memory issues (#338919) 2024-09-14 04:11:32 +02:00
Peder Bergebakken SundtandGitHub bc68d227b1 git-spice: 0.4.0 -> 0.5.2 (#341276) 2024-09-14 04:08:39 +02:00
nixpkgs-merge-bot[bot]andGitHub b8cc483df4 parinfer-rust-emacs: 0.4.6 -> 0.4.7 (#341496) 2024-09-14 02:07:59 +00:00
Peder Bergebakken SundtandGitHub fcac26bce9 picocrypt: 1.42 -> 1.43 (#341419) 2024-09-14 04:04:32 +02:00