1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00
Commit graph

559775 commits

Author SHA1 Message Date
R. Ryantm c93e8f3e62 doublecmd: 1.1.5 -> 1.1.7 2023-12-15 07:02:17 +00:00
José Romildo Malaquias f5c41d4d50
Merge pull request #273319 from JoshuaFern/xfce4-docklike-plugin
xfce.xfce4-docklike-plugin: init at 0.4.1
2023-12-14 20:57:54 -03:00
Peder Bergebakken Sundt f3109e1b72
Merge pull request #263214 from lromor/pkg-libdicom
libdicom: init at 1.0.5
2023-12-15 00:56:59 +01:00
Thomas Gerbet 9a6cfc7179
Merge pull request #245186 from jopejoe1/revanced
revanced-cli: init at 2.22.0
2023-12-15 00:51:42 +01:00
Peder Bergebakken Sundt 69077ede1d
Merge pull request #258130 from pbsds/bump-1696036884-geogram
geogram: 1.8.3 -> 1.8.6
2023-12-15 00:44:37 +01:00
Thomas Gerbet a9da4c2260
Merge pull request #257504 from SuperSandro2000/postgres-doc
nixos/postgresql: point doc link to current like all others
2023-12-15 00:43:13 +01:00
Peder Bergebakken Sundt a1aa81fbc5
Merge pull request #271882 from michaelgrahamevans/grafanalib
python3Packages.grafanalib: init at 0.7.0
2023-12-15 00:41:10 +01:00
Robert Schütz 1fab9e640e
Merge pull request #274309 from hulr/setzer
setzer: 63 -> 65
2023-12-14 15:40:31 -08:00
Thomas Gerbet 442fa5da47
Merge pull request #273377 from GenericNerdyUsername/jetbrains-jdk-manpage-fix
jetbrains.jdk: fix docs
2023-12-15 00:24:17 +01:00
Pierre Bourdon a9134d668e
Merge pull request #274296 from trofi/sudo-update
sudo: 1.9.15p2 -> 1.9.15p3
2023-12-15 00:09:39 +01:00
Rick van Schijndel 139442e7ba
Merge pull request #270933 from veselyn/oh-my-zsh-2023-11-29
oh-my-zsh: 2023-06-26 -> 2023-11-29
2023-12-14 23:42:23 +01:00
Rick van Schijndel 4d508905ce
Merge pull request #271186 from nadir-ishiguro/update-nom
nom: 2.0.5 -> 2.1.0
2023-12-14 23:41:28 +01:00
Christian Kögler edd6e32492
Merge pull request #272941 from Korny666/master
smartgithg: 22.1.5 -> 23.1.1
2023-12-14 23:35:07 +01:00
Rick van Schijndel 5659eb6904
Merge pull request #269024 from LeSuisse/voxelands-use-up-to-date-libpng
voxelands: use up-to-date libpng
2023-12-14 23:34:25 +01:00
Rick van Schijndel 30e20d6ed0
Merge pull request #269022 from LeSuisse/sng-use-up-to-date-libpng
sng: use up-to-date libpng
2023-12-14 23:30:51 +01:00
Rick van Schijndel 64785a0a42
Merge pull request #269020 from LeSuisse/pngtoico-use-up-to-date-libpng
pngtoico: use up-to-date libpng
2023-12-14 23:29:43 +01:00
aszlig 801d8be719
Merge pull request #273562 (add aws-gate package)
This adds aws-gate, an AWS SSM Session manager client and while I'm not
using the program myself, I reviewed the work and did some rudimentary
testing (eg. whether the session-manager-plugin works).

Additionally, it also adds the unix_ar Python package which was used for
the GNU/Linux bootstrap of the aws-gate package but has been patched out
during the review. We decided to keep the unix-ar package nonetheless
since the package seems to be rather low-maintenance and the package
author is willing to keep maintaining the package.

I'm merging this right now because the package is low-impact, meet the
packaging requirements and all builds pass (including the ones for
unix_ar).
2023-12-14 23:25:18 +01:00
Thomas Gerbet 2634f87e40
Merge pull request #273836 from kashw2/supabase-cli
supabase-cli: 1.112.0 -> 1.123.6
2023-12-14 23:20:24 +01:00
Rick van Schijndel 58e9a35d19
Merge pull request #269443 from aanderse/python3Packages.pulp
python3Packages.pulp: add cbc solver
2023-12-14 23:16:49 +01:00
Aaron Andersen 19275d8839
Merge pull request #273726 from r-ryantm/auto-update/kodiPackages.six
kodiPackages.six: 1.15.0+matrix.1 -> 1.16.0+matrix.1
2023-12-14 17:11:08 -05:00
Aaron Andersen c0afcc29aa
Merge pull request #273724 from r-ryantm/auto-update/kodiPackages.future
kodiPackages.future: 0.18.2+matrix.1 -> 0.18.3+matrix.1
2023-12-14 17:10:17 -05:00
André Silva 66dfb4f60f
Merge pull request #273768 from bkchr/bkchr-fx-cast-bridge-nodejs18
fx-cast-bridge: pin nodejs to version 18
2023-12-14 22:00:05 +00:00
hulr 3f31bfcd65 setzer: 63 -> 65 2023-12-14 22:49:48 +01:00
Florian Klink e308c41b3a
Merge pull request #267527 from flokli/reuse-is-a-python-pkg
python3.pkgs.reuse: make a python library
2023-12-14 23:31:22 +02:00
Florian Klink 96c1f0e798 python3.pkgs.reuse: make a python library
reuse actually can also be used as a python library:
https://github.com/fsfe/reuse-tool/blob/main/src/reuse/__init__.py#L11-L12

This change allows composing a python with `reuse` in `PYTHONPATH`:

```
$(nix-build -E "with import ./. {}; (python3.withPackages (ps: [ps.reuse]))")/bin/python
Python 3.11.5 (main, Aug 24 2023, 12:23:19) [GCC 12.3.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import reuse
>>> reuse.__doc__
'reuse is a tool for compliance with the REUSE recommendations.\n\nAlthough the API is documented, it is **NOT** guaranteed stable between minor or\neven patch releases. The semantic versioning of this program pertains\nexclusively to the reuse CLI command. If you want to use reuse as a Python\nlibrary, you should pin reuse to an exact version.\n\nHaving given the above disclaimer, the API has been relatively stable\nnevertheless, and we (the maintainers) do make some efforts to not needlessly\nchange the public API.\n'
```

vs before:
```
❯ $(nix-build -E "with import ./. {}; (python3.withPackages (_: [ reuse]))")/bin/python
Python 3.11.5 (main, Aug 24 2023, 12:23:19) [GCC 12.3.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import reuse
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ModuleNotFoundError: No module named 'reuse'
```
2023-12-14 23:04:43 +02:00
Sergei Trofimovich d3843eed57 sudo: 1.9.15p2 -> 1.9.15p3
Changes: https://www.sudo.ws/releases/stable/#1.9.15p3
2023-12-14 20:38:00 +00:00
Theodor-Alexandru Irimia df7672c36c aws-gate: init at 0.11.3 2023-12-14 21:25:59 +01:00
Maximilian Bosch 5c1d2b0d06
Merge pull request #274279 from liff/signald-gradle-java17
signald: build with jdk17
2023-12-14 21:07:04 +01:00
Silvan Mosberger b57018f623
Merge pull request #274273 from Ma27/include-rl2405
nixos/doc: include section for 24.05
2023-12-14 20:51:41 +01:00
Olli Helenius 5f8f3c1250
signald: build with jdk17 2023-12-14 21:06:17 +02:00
Lassulus fd7914c96f
Merge pull request #274257 from NetaliDev/vbam-update
vbam: 2.1.7 -> 2.1.8
2023-12-14 19:24:44 +01:00
Maximilian Bosch d832b1197b
nixos/doc: include section for 24.05
People are actively writing release notes already and with this it's
ensured that the contents are actually valid.

Also, when writing release notes for something, I'd like to be able to
see a preview.
2023-12-14 19:20:33 +01:00
Colin 24b57708c6 dino: support cross compilation 2023-12-14 19:17:57 +01:00
Luke Granger-Brown 55520e0602
Merge pull request #274028 from ajaxbits/211-bump
paperless-ngx: 2.1.1 -> 2.1.2
2023-12-14 17:39:20 +00:00
Weijia Wang 8e23dec5ac
Merge pull request #274183 from wegank/utm-bump
utm: 4.4.4 -> 4.4.5
2023-12-14 17:24:10 +01:00
Florian Klink 4b9c610ec1
Merge pull request #274236 from flokli/udev-path-default-option
nixos/udev: update defaultText for services.udev.path
2023-12-14 18:14:02 +02:00
Florian Klink cb0fb74a2b nixos/udev: update description for services.udev.path
services.udev.path already contains some defaults, these are however
defined in the module implementation, not options.

Update the description to make this more clear.
2023-12-14 18:09:54 +02:00
netali 82fcf2589b
vbam: 2.1.7 -> 2.1.8 2023-12-14 17:09:02 +01:00
Maximilian Bosch 3a360cf8a1
Merge pull request #274088 from NickCao/synapse
treewide: replace references to matrix-org/synapse with element-hq/synapse
2023-12-14 17:00:58 +01:00
Robert Schütz 706460f2c8
Merge pull request #273861 from amarshall/bitwarden-fix-electron
bitwarden: use Electron 27 instead of 26 to fix bug
2023-12-14 07:48:11 -08:00
Franz Pletz 42628ca6ee
Merge pull request #274067 from philiptaron/batman-update 2023-12-14 16:43:07 +01:00
Pierre Bourdon c37e468727
Merge pull request #272925 from vifino/libnvme-fix-alignment
libnvme: apply ns scan payload alignment patch
2023-12-14 16:22:39 +01:00
Kevin Cox 3841ac3c5f
Merge pull request #274186 from tomhoule/update-backblaze
pythonPackages.b2sdk: 1.24.1 -> 1.29.0
2023-12-14 10:13:14 -05:00
Francesco Gazzetta c5e85c4598 warzone2100: 4.4.1 -> 4.4.2 2023-12-14 15:01:40 +00:00
Nick Cao c55dc76800
Merge pull request #274215 from r-ryantm/auto-update/duckscript
duckscript: 0.9.1 -> 0.9.2
2023-12-14 09:55:34 -05:00
Nick Cao 829fcbbf37
Merge pull request #274229 from r-ryantm/auto-update/eksctl
eksctl: 0.164.0 -> 0.165.0
2023-12-14 09:53:36 -05:00
Nick Cao 67c0dbfc1c
Merge pull request #274200 from r-ryantm/auto-update/diswall
diswall: 0.4.2 -> 0.4.3
2023-12-14 09:50:37 -05:00
Nick Cao 033b01ae61
Merge pull request #274199 from r-ryantm/auto-update/discordo
discordo: unstable-2023-12-11 -> unstable-2023-12-12
2023-12-14 09:49:33 -05:00
Nick Cao 69fe226f16
Merge pull request #274188 from ulrikstrid/ulrikstrid--godot_4_2_1
godot_4: 4.2.0 -> 4.2.1
2023-12-14 09:48:42 -05:00
Nick Cao fa1761850e
Merge pull request #274172 from gaelreyrol/mailpit-update-1.11.0
mailpit: 1.10.4 -> 1.11.0
2023-12-14 09:43:38 -05:00