Commit Graph
516478 Commits
Author SHA1 Message Date
Pol DellaieraandGitHub 4c3e761eaf Merge pull request #249381 from r-ryantm/auto-update/vengi-tools
vengi-tools: 0.0.25 -> 0.0.26
2023-08-19 17:10:56 +02:00
Tom HallandRobert Schütz a56eebfeea osmscout-server: add patches to support valhalla 3.4.0 2023-08-19 08:10:33 -07:00
TheBrainScramblerandPol Dellaiera b3e3d4037d ioquake3: fix incorrect license gpl2Only -> gpl2Plus 2023-08-19 17:04:04 +02:00
R. Ryantm 7856dba922 urn-timer: unstable-2023-07-31 -> unstable-2023-08-07 2023-08-19 15:02:23 +00:00
Aaron Jheng 6b3dc26f71 iroh: 0.4.1 -> 0.5.1 2023-08-19 22:41:47 +08:00
Pol Dellaiera 105e0258d0 openarena: fix desktop item desktopName attribute 2023-08-19 16:36:21 +02:00
Viktor Kronvall ca072c08a2 dockerTools: replace fakechroot with proot
The command `fakechroot` errored with buffer overflows. The `proot`
command doesn't seem to suffer from the same problem. The tar command
creating the layer errors with "permission denied" on a bunch of paths
in /proc but the layer seems to get built anyway.
2023-08-19 23:34:21 +09:00
R. Ryantm 34b92315b5 numix-icon-theme-square: 23.07.21 -> 23.08.16 2023-08-19 14:24:33 +00:00
Erno HopearuohoandDoron Behar 3748c8b483 goxlr-utility: init module 2023-08-19 17:16:41 +03:00
Erno HopearuohoandDoron Behar a9365b9c09 goxlr-utility: init at 0.12.6 2023-08-19 17:16:41 +03:00
Ludovico Piero a8eb469543 waypaper: 1.2 -> 1.5 2023-08-20 00:00:48 +10:00
Mario RodasandGitHub 9949be2f80 Merge pull request #250145 from marsam/update-vale
vale: 2.28.1 -> 2.28.2
2023-08-19 08:38:45 -05:00
figsodaandGitHub 46a9d1a568 Merge pull request #250113 from aaronjheng/packer
packer: 1.9.3 -> 1.9.4
2023-08-19 09:33:50 -04:00
Aaron Jheng 772915fd04 todiff: use sri hash 2023-08-19 21:31:24 +08:00
R. Ryantm dc5f1313b1 python310Packages.oauthenticator: 16.0.5 -> 16.0.6 2023-08-19 13:31:10 +00:00
Federico Damián SchonbornandAnderson Torres 287354eb81 fastfetch: 1.12.2 -> 2.0.0
Signed-off-by: Federico Damián Schonborn <fdschonborn@gmail.com>
2023-08-19 13:08:17 +00:00
Federico Damián SchonbornandAnderson Torres 7334ff95e0 yyjson: init at 0.7.0
Signed-off-by: Federico Damián Schonborn <fdschonborn@gmail.com>
2023-08-19 13:08:17 +00:00
Fabian Affolter f0918acbaa python311Packages.coinmetrics-api-client: 2023.8.2.13 -> 2023.8.10.19 2023-08-19 15:06:26 +02:00
Alejandro Sanchez MedinaandAnderson Torres cdba0c3cfc wpm: init at 1.51.5 2023-08-19 13:04:18 +00:00
dc56ec16cd rofi-rbw: 1.1.0 -> 1.2.0
Co-authored-by: Bruno BELANYI <bruno@belanyi.fr>
Co-authored-by: Anderson Torres <torres.anderson.85@protonmail.com>
2023-08-19 13:02:18 +00:00
Ilan JoselevichandGitHub 6e3d657482 Merge pull request #247776 from f2k1de/graylog-5.1
graylog-5_1: init at 5.1.4
2023-08-19 16:00:11 +03:00
Ilan JoselevichandGitHub 837267e6bc Merge pull request #249595 from matthiasbeyer/update-talloc
talloc: 2.4.0 -> 2.4.1
2023-08-19 15:58:47 +03:00
Fabian AffolterandGitHub 9ee0672cb2 Merge pull request #250140 from fabaff/caio-bump
python311Packages.caio: 0.9.12 -> 0.9.13
2023-08-19 14:36:26 +02:00
Fabian Affolter b616862675 python311Packages.mkdocs-mermaid2-plugin: 1.0.1 -> 1.0.8
Diff: https://github.com/fralau/mkdocs-mermaid2-plugin/compare/refs/tags/v1.0.1...v1.0.8

Changelog: https://github.com/fralau/mkdocs-mermaid2-plugin/blob/v1.0.8/CHANGELOG.md
2023-08-19 14:33:51 +02:00
Bobby RongandGitHub be9afcd6ef Merge pull request #250088 from bobby285271/upd/pantheon
pantheon.elementary-default-settings: 7.0.2 -> 7.1.0
2023-08-19 20:31:19 +08:00
Nikolay KorotkiyandGitHub d680ded26d Merge pull request #250044 from sikmir/osm2pgsql
osm2pgsql: 1.8.1 → 1.9.0
2023-08-19 16:25:44 +04:00
OTABI TomoyaandGitHub b107015d47 Merge pull request #249755 from natsukium/bamtools/init
bamtools: init at 2.5.2
2023-08-19 21:14:25 +09:00
Maximilian Bosch ccf0c5bd42 linux: make main update script slightly more robust
On #249636 I had to manually run the updaters for hardened & libre kernels.
The cause was that `update-rt.sh` suddenly broke. Because I didn't want to
inhibit other kernel updates because of a rather niche variant, I decided to
move forward temporarily and take care of it later.

One issue was that the script failed silently, i.e. I only saw that the
script terminated early from my prompt. This is fixed now by making each
niche kernel updater print its exit code code if it failed. Also, errors
are allowed, i.e. a broken `update-rt.sh` doesn't block
`hardened/update.py` etc..

The issue itself is rather simple. When I updated the kernels in #249636,
the sha256sums.asc for rt kernels[1] looked like this:

    199bbb0cdb97ead22732473b95c8b2e8da62dfd71bde2339163119fb537a2b7c  patch-6.1.38-rt13-rc1.patch.gz
    a1af54f6987e96de06cad0a3226c5b5a992b60df084a904b6b94ea247fb46027  patch-6.1.38-rt13-rc1.patch.xz
    7bb68561787e46e3c433d9b514373ce368d587ac459b91df41934e70280d008f  patches-6.1.38-rt13-rc1.tar.gz
    ee65336dd6ae0be398796e7b75291918811a23e10121dc09bd84b244b12402fa  patches-6.1.38-rt13-rc1.tar.xz

However, the script itself skips any RC versions of the realtime
patches, so no releases were usable and the script failed. It's probably
possible to use the overview over all releases instead[2], however
that'd complicate the script notably. Anyways, since RT kernels don't
bump to each patch-level release, I don't think it hurts too much if
such an update is slightly more delayed. However if we want to fix this, I'd prefer
this to be fixed by folks who care more about rt kernels than I do.

[1] https://kernel.org/pub/linux/kernel/projects/rt/6.1/sha256sums.asc
[2] https://mirrors.edge.kernel.org/pub/linux/kernel/projects/rt/6.1/older/sha256sums.asc
2023-08-19 14:03:08 +02:00
OTABI TomoyaandGitHub 424040f784 Merge pull request #250162 from tjni/pyprusalink
python3.pkgs.pyprusalink: unpin setuptools dependency
2023-08-19 20:59:32 +09:00
Pol DellaieraandGitHub b8d1cd6e50 Merge pull request #250132 from NixOS/honk-bump
honk: 0.9.91 -> 1.0.0
2023-08-19 13:57:18 +02:00
OTABI TomoyaandGitHub 4b4c04c7bb Merge pull request #250158 from tjni/compreffor
python3.pkgs.compreffor: fix up build dependencies
2023-08-19 20:57:07 +09:00
OTABI TomoyaandGitHub 98c80de1f5 Merge pull request #250157 from tjni/cffsubr
python3.pkgs.cffsubr: fix up build dependencies
2023-08-19 20:55:34 +09:00
Marek FajkusandGitHub 338decd50f Merge pull request #250068 from dotlambda/elm-test-buildNpmPackage
elmPackages.elm-test: use buildNpmPackage
2023-08-19 13:47:31 +02:00
Maximilian Bosch ef82011918 linux-rt_6_1: 6.1.33-rt11 -> 6.1.46-rt13 2023-08-19 13:44:09 +02:00
Franz PletzandGitHub 4fe4a74fe5 Merge pull request #246713 from n0emis/grocy-4.0.0
grocy: 3.3.0 -> 4.0.0
2023-08-19 13:41:22 +02:00
Keegan Carruthers-Smith 28281b5914 qutebrowser: update pdfjs to 3.9.179 2023-08-19 13:40:11 +02:00
rnhmjoj 180f7932cd qutebrowser: 2.5.4 -> 3.0.0 2023-08-19 13:08:57 +02:00
Theodore NiandGitHub 4ed77bebec Merge pull request #247868 from doronbehar/pkg/python-tk-test
python.tests.tkinter: init
2023-08-19 04:04:24 -07:00
Ember Keske 66ee520289 grocy: replace @ma27 with @n0emis as maintainer 2023-08-19 13:02:04 +02:00
Doron Behar ca499f6965 python.tests.tkinter: init 2023-08-19 14:00:56 +03:00
Erno Hopearuoho c75a68d030 maintainers: add errnoh 2023-08-19 13:58:37 +03:00
OTABI TomoyaandGitHub d95075a378 Merge pull request #250155 from tjni/blosc2
python3.pkgs.blosc2: add missing build dependencies
2023-08-19 19:55:51 +09:00
Theodore Ni 0b3d65e830 python3.pkgs.pyprusalink: unpin setuptools dependency 2023-08-19 03:42:06 -07:00
Pol Dellaiera 51653037ae honk: update formatting 2023-08-19 12:37:00 +02:00
Pol Dellaiera 7e0f47ff11 honk: fix filename in postPatch 2023-08-19 12:37:00 +02:00
Pol Dellaiera 57486d0e5e honk: add meta.changelog attribute 2023-08-19 12:37:00 +02:00
Pol Dellaiera 41b5ccc774 honk: add meta.mainProgram attribute 2023-08-19 12:37:00 +02:00
Pol Dellaiera a98ed1813a honk: 0.9.91 -> 1.0.0 2023-08-19 12:37:00 +02:00
Pol DellaieraandGitHub cac8909c85 Merge pull request #250100 from NixOS/ioquake3/update
ioquake3: fix missing `.so` files at startup and clean-up
2023-08-19 12:31:33 +02:00
OTABI TomoyaandGitHub 24c5103ba3 Merge pull request #250139 from fabaff/pyswitchbot-bump
python311Packages.pyswitchbot: 0.38.0 -> 0.39.0
2023-08-19 19:31:20 +09:00