Commit Graph

522959 Commits

Author SHA1 Message Date
K900
1ab711e793
Merge pull request #253608 from K900/disable-graphical-iso-grub
nixos/iso-image: disable graphical GRUB on GNOME ISOs too
2023-09-06 14:01:29 +03:00
K900
f387b065b1 nixos/iso-image: disable graphical GRUB on GNOME ISOs too
It's broken for a lot of people.
2023-09-06 13:36:31 +03:00
K900
154dc02a88
Merge pull request #253594 from mirkolenz/update-poetry-plugin-up
poetry-plugin-up: 0.3.0 -> 0.4.0
2023-09-06 12:04:20 +03:00
Silvan Mosberger
4f71826dbe
Merge pull request #248013 from matthiasbeyer/contributing/add-how-to-maintainer 2023-09-06 10:54:57 +02:00
Florian Klink
0a49365db9
Merge pull request #253498 from elohmeier/tpmfix
boot.initrd.systemd: make TPM2 modules optional
2023-09-06 11:49:47 +03:00
Florian Klink
b954375438
Merge pull request #253555 from r-ryantm/auto-update/ls-lint
ls-lint: 2.0.1 -> 2.1.0
2023-09-06 11:46:39 +03:00
Yureka
4e752282c6
hyprland: add libexecinfo on musl (#253472) 2023-09-06 10:42:51 +02:00
Yureka
9810f10ffc net-snmp: update musl patches from alpine
Use fetchurl instead of fetchpatch, since the files are static.
The hashes of the existing patches are verified to be the same.
2023-09-06 10:42:31 +02:00
Yureka
105ba21e08 net-snmp: remove autoreconfHook
Usually we can use the configure scripts included in the release tarball. This
was added in 552143224a almost 10 years ago to
fix the build, but is no longer necessary.
2023-09-06 10:42:31 +02:00
Mirko Lenz
9d41dca193 poetry-plugin-up: 0.3.0 -> 0.4.0 2023-09-06 10:26:17 +02:00
R. Ryantm
0bffda19b8 buildbot: 3.9.0 -> 3.9.2 2023-09-06 09:36:01 +02:00
Adam Stephens
6ab913850d
garage: 0.8.3 -> 0.8.4 (#253542) 2023-09-06 09:31:32 +02:00
Robert Schütz
39cec7b937 gotify-server: add passthru.tests 2023-09-06 09:31:12 +02:00
Robert Schütz
94bce8f014 gotify-server: use fetchYarnDeps 2023-09-06 09:31:12 +02:00
Pavol Rusnak
994fab066e
Merge pull request #253310 from jonasnick/clightning-23.08 2023-09-06 09:22:56 +02:00
happysalada
91ca9989d1 surrealdb: 1.0.0-beta.10 -> 1.0.0-beta.11 2023-09-06 07:21:06 +00:00
happysalada
109efd459d cargo-pgrx: 0.9.8 -> 0.10.0 2023-09-06 07:20:54 +00:00
happysalada
024f043a27 redpanda: mark broken 2023-09-06 07:20:42 +00:00
Doron Behar
64cb1f7cc9
Merge pull request #253554 from r-ryantm/auto-update/mympd
mympd: 11.0.4 -> 11.0.5
2023-09-06 07:20:34 +00:00
happysalada
4917499ea5 unstructured-api: 0.0.39 -> 0.0.41 2023-09-06 07:17:36 +00:00
happysalada
b608b10be4 python310Packages.unstructured: 0.9.1 -> 0.10.12 2023-09-06 07:17:36 +00:00
Vladimír Čunát
6485865ec3
Merge #252332: staging-next 2023-08-30 2023-09-06 08:15:16 +02:00
Vladimír Čunát
750d11f68b
Merge #253339: turbo: 1.10.7 -> 1.10.13
...into staging-next
2023-09-06 08:11:26 +02:00
Vladimír Čunát
401c8ea76f
Merge #253265: wasmtime: fix build due to cargo-auditable issue
...into staging-next
2023-09-06 08:09:08 +02:00
github-actions[bot]
82535bc9c1
Merge master into staging-next 2023-09-06 06:00:55 +00:00
Robert Schütz
8fa0d873d4
Merge pull request #250008 from dotlambda/coffeescript-buildNpmPackage
coffeescript: use buildNpmPackage
2023-09-06 04:34:19 +00:00
jaudiger
36ec0a4aed fix: update helm-s3 package description
Signed-off-by: jaudiger <jeremy.audiger@ioterop.com>
2023-09-05 23:00:23 -05:00
jaudiger
74c029e4c9 chore: update 'sha256' to 'hash'
Signed-off-by: jaudiger <jeremy.audiger@ioterop.com>
2023-09-05 23:00:23 -05:00
Robert Schütz
c1de92d188 coffeescript: use buildNpmPackage 2023-09-05 19:32:19 -07:00
Valter Nazianzeno
05f82739df emilua: init at 0.4.3 2023-09-06 02:25:43 +00:00
Valter Nazianzeno
9814d9d6c9 maintainers: add manipuladordedados 2023-09-06 02:25:43 +00:00
Lin Jian
cae7f23ed8 build-support/emacs: fix name when overrideAttrs is used
Before:

nix-repl> (pkgs.emacs.pkgs.eglot.overrideAttrs { version = "6.0"; }).name
"emacs-eglot-1.15"

After:

nix-repl> (pkgs.emacs.pkgs.eglot.overrideAttrs { version = "6.0"; }).name
"emacs-eglot-6.0"
2023-09-06 02:24:07 +00:00
Lin Jian
35ccb9db3f build-support/emacs: make version non-optional
I do not think there is a good reason for it to be optional.

There were only two packages without a version attr.  The version attr
is added to them in this patch.
2023-09-06 02:24:07 +00:00
R. Ryantm
8ee6301283 ls-lint: 2.0.1 -> 2.1.0 2023-09-06 01:50:19 +00:00
R. Ryantm
15bb8a8e7e mympd: 11.0.4 -> 11.0.5 2023-09-06 01:49:37 +00:00
Nick Cao
62e6823ff1
Merge pull request #253111 from kashw2/focuswriter
focuswriter: 1.7.6 -> 1.8.5
2023-09-05 21:19:00 -04:00
Dane Lipscombe
6921c5014e turbo: 1.10.7 -> 1.10.13 2023-09-06 10:18:00 +10:00
github-actions[bot]
72eff9fe5d
Merge master into staging-next 2023-09-06 00:01:57 +00:00
kashw2
4769537b26 focuswriter: added qtwayland and wrapped application 2023-09-06 09:48:49 +10:00
kashw2
256814f16e focuswriter: switch from fetchurl to fetchFromGitHub 2023-09-06 09:48:48 +10:00
kashw2
7af1857466 focuswriter: added kashw2 maintainer 2023-09-06 09:48:48 +10:00
kashw2
f94a5ef5fa focuswriter: 1.7.6 -> 1.8.5 2023-09-06 09:48:48 +10:00
Artturi
2c9e9de1fe
Merge pull request #244279 from emilytrau/stegsolve-license 2023-09-06 02:45:35 +03:00
Niklas Hambüchen
4a7f846937
Merge pull request #190944 from nh2/ecryptfs-security-wrapper
Add `programs.ecryptfs` for mount wrappers
2023-09-06 01:14:52 +02:00
Weijia Wang
b74282e050
Merge pull request #253390 from r-ryantm/auto-update/python310Packages.pythonnet
python310Packages.pythonnet: 3.0.1 -> 3.0.2
2023-09-06 01:12:45 +02:00
Weijia Wang
6dfd282001
Merge pull request #252178 from tjni/poetry-dynamic-versioning
python310Packages.poetry-dynamic-versioning: 0.21.5 -> 1.0.1
2023-09-06 01:08:17 +02:00
Weijia Wang
95dd3700c9
Merge pull request #252960 from code-supply/utf8-mixRelease
mixRelease: use C.UTF-8 locale
2023-09-06 01:06:22 +02:00
Weijia Wang
8af908bc06
Merge pull request #252267 from tjni/pytest-quickcheck
python310Packages.pytest-quickcheck: unbreak and enable tests
2023-09-06 01:03:15 +02:00
Weijia Wang
a185ff3f58
Merge pull request #252272 from tjni/gixy
gixy: use nose3 for python 3.11 compatibility
2023-09-06 01:01:41 +02:00
Weijia Wang
6861414949
Merge pull request #252273 from tjni/grin
grin: use nose3 for python 3.11 compatibility
2023-09-06 01:01:14 +02:00