Commit Graph

601796 Commits

Author SHA1 Message Date
Raito Bezarius
740469524f prometheus-php-fpm-exporter: fix non-spec compliant base64 hash
Some programs respects specifications, some do not.

Nix is one of the latter.

Signed-off-by: Raito Bezarius <masterancpp@gmail.com>
2024-03-22 15:07:08 +01:00
Vladimír Čunát
e90be8418d
Merge #284149: nixos/kernel: add hid_corsair to initrd modules 2024-03-22 14:59:18 +01:00
Martin Weinelt
f5d01c67cf
Merge pull request #298046 from amarshall/python-leather-fix-build
python3Packages.leather: fix build
2024-03-22 14:58:09 +01:00
Nick Cao
c4df2f0397
Merge pull request #298022 from GaetanLepage/rye
rye: 0.30.0 -> 0.31.0
2024-03-22 09:57:58 -04:00
superherointj
23fef6e68e
Merge pull request #297967 from datafoo/vscode-extensions.esbenp.prettier-vscode
vscode-extensions.esbenp.prettier-vscode: 10.3.0 -> 10.4.0
2024-03-22 13:56:50 +00:00
superherointj
fdb0ea883d
Merge pull request #298010 from feschber/update-lan-mouse
lan-mouse: 0.6.0 -> 0.7.3
2024-03-22 13:54:02 +00:00
toonn
46d7754bdb
nss-mdns: Repository moved to the Avahi organisation
The repositories around the Avahi project were moved to the new Avahi
organisation on GitHub, news item 2023-12-04 on [the Avahi
homepage](https://avahi.org/).

[The nss-mdns homepage](https://0pointer.de/lennart/projects/nss-mdns/)
seems to be outdated so we point to the repository instead, which at
least has an up to date README.

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2024-03-22 14:41:07 +01:00
toonn
3b47da6765
nssmdns: Fix configuration location
Nssmdns reads the `mdns.allow` configuration file if it is present. By
default it expects the file at `${sysconfdir}/mdns.allow`, sysconfdir
defaults to `${prefix}/etc` and ends up being a path inside the
package's directory in the store.

This makes it impossible to configure nssmdns through this file.
The `bootstrap.sh` script included in the sources passes the same
`--sysconfdir=/etc` as suggested here.

Maybe we should run the script instead? It runs autoreconf so we might
be able to drop the autoreconfHook.

An alternative would be to set `MDNS_ALLOW_FILE`, but sysconfdir is only
used for this file so I suggest leaving this as a simple way for users
of the package to override the location of the file.

Co-authored-by: flokli <flokli@flokli.de>
2024-03-22 14:40:46 +01:00
Andrew Marshall
956cf5f612 python3Packages.leather: fix build
Broken in 2f4ea0c6df.

Upstream changed from nose to pytest. Previously, the
setuptoolsCheckHook would run and execute the `./test.py` file, but that
is not part of upstream’s build process and doesn’t work. Including
pytestCheckHook means that does not run—just pytest.
2024-03-22 09:38:57 -04:00
Raito Bezarius
8cd4416530 perl536Packages.BerkeleyDB: use spec compliant base64 hash
Specification forbids any char after `=`, but Nix accepts it.

It's not a good reason enough to have non-spec compliant hashes.

Signed-off-by: Raito Bezarius <masterancpp@gmail.com>
2024-03-22 14:20:43 +01:00
Florian Klink
e1ad98971a
Merge pull request #297995 from r-ryantm/auto-update/ls-lint
ls-lint: 2.2.2 -> 2.2.3
2024-03-22 15:12:16 +02:00
Andrew Marshall
198d32f50b python3Packages.dbf: fix build
Broken in 63155af44b. Failed with:

> Traceback (most recent call last):
>   File "/build/dbf-0.99.9/dbf/./test.py", line 15, in <module>
>     from . import *
> ImportError: attempted relative import with no known parent package

Relative imports only work when running as a module, not directly as a
file.
2024-03-22 09:08:28 -04:00
Ferdinand Schober
3861b2a6a3 lan-mouse: 0.6.0 -> 0.7.3
Release: https://github.com/feschber/lan-mouse/releases/tag/v0.7.3
2024-03-22 14:06:24 +01:00
R. Ryantm
3a0e429492 k8sgpt: 0.3.28 -> 0.3.29 2024-03-22 13:05:45 +00:00
R. Ryantm
9f62a4b186 kodiPackages.youtube: 7.0.3.2 -> 7.0.4 2024-03-22 13:05:33 +00:00
superherointj
4cee1db7e8
Merge pull request #297642 from rmgpinto/master
tenv: init 1.2.0
2024-03-22 13:02:29 +00:00
Simon Schoeters
506939e98c
payme: fix version number string (#297480) 2024-03-22 13:55:44 +01:00
Nicolas Goudry
f0e601a435
hugo: fix invalid vendorHash 2024-03-22 13:41:24 +01:00
Stig
b5ff22d5e0
Merge pull request #297573 from anthonyroussel/update-perl-tirex
perlPackages.Tirex: 0.7.0 -> 0.7.1
2024-03-22 13:30:47 +01:00
Domen Kožar
649ccceeca
Merge pull request #297660 from domenkozar/pixman-skip-tests
pixman: skip tests on darwin as they timeout
2024-03-22 19:20:26 +07:00
Ricardo Gândara Pinto
0bbf8e0e9a
tenv: init at 1.2.0
Release: https://github.com/tofuutils/tenv/releases/tag/v1.2.0
2024-03-22 12:17:09 +00:00
Gaetan Lepage
2b43d370b4 rye: 0.30.0 -> 0.31.0
Diff: https://github.com/mitsuhiko/rye/compare/refs/tags/0.30.0...0.31.0

Changelog: https://github.com/mitsuhiko/rye/releases/tag/0.31.0
2024-03-22 13:08:27 +01:00
Fabian Affolter
0cb727d0b5
Merge pull request #297813 from fabaff/uwhoisd
uwhoisd: init at 0.1.0-unstable-2024-02-24
2024-03-22 12:43:31 +01:00
Fabian Affolter
64996ab343
Merge pull request #297821 from fabaff/botocore-stubs-bump
python312Packages.botocore-stubs: 1.34.67 -> 1.34.68
2024-03-22 12:43:23 +01:00
Fabian Affolter
9e3039bfae
Merge pull request #297819 from fabaff/boto3-stubs-bump
python312Packages.boto3-stubs: 1.34.67 -> 1.34.68
2024-03-22 12:42:57 +01:00
Fabian Affolter
fbf3223f3a
Merge pull request #297975 from r-ryantm/auto-update/python312Packages.lmcloud
python312Packages.lmcloud: 1.0.0 -> 1.1.1
2024-03-22 12:41:11 +01:00
Fabian Affolter
e23b9c7823
Merge pull request #297982 from fabaff/metasploit-bump
metasploit: 6.3.60 -> 6.4.0
2024-03-22 12:40:58 +01:00
Florian Klink
a3ed740634
Merge pull request #298000 from r-ryantm/auto-update/tflint-plugins.tflint-ruleset-aws
tflint-plugins.tflint-ruleset-aws: 0.29.0 -> 0.30.0
2024-03-22 13:26:23 +02:00
nixpkgs-merge-bot[bot]
ba1061b5ef
Merge pull request #297900 from r-ryantm/auto-update/folio
folio: 24.07 -> 24.08
2024-03-22 11:11:37 +00:00
Robert Helgesson
b65eea32a4 josm: 18969 -> 19017 2024-03-22 12:06:16 +01:00
Thiago Kenji Okada
07198ee860
Merge pull request #297916 from r-ryantm/auto-update/libretro.beetle-pce
libretro.beetle-pce: unstable-2024-03-15 -> unstable-2024-03-22
2024-03-22 11:04:15 +00:00
Thiago Kenji Okada
bf06f0fc43
Merge pull request #297899 from r-ryantm/auto-update/libretro.play
libretro.play: unstable-2024-03-15 -> unstable-2024-03-21
2024-03-22 11:03:52 +00:00
Thiago Kenji Okada
501191b2aa
Merge pull request #297917 from r-ryantm/auto-update/libretro.pcsx-rearmed
libretro.pcsx-rearmed: unstable-2024-03-10 -> unstable-2024-03-21
2024-03-22 11:03:36 +00:00
Thiago Kenji Okada
b89ea11e92
Merge pull request #297922 from r-ryantm/auto-update/libretro.beetle-supergrafx
libretro.beetle-supergrafx: unstable-2024-03-08 -> unstable-2024-03-22
2024-03-22 11:03:22 +00:00
Thiago Kenji Okada
5188852744
Merge pull request #297925 from r-ryantm/auto-update/libretro.mame2003-plus
libretro.mame2003-plus: unstable-2024-03-10 -> unstable-2024-03-21
2024-03-22 11:02:46 +00:00
Thiago Kenji Okada
8dce8457fd
Merge pull request #297926 from r-ryantm/auto-update/libretro.ppsspp
libretro.ppsspp: unstable-2024-03-17 -> unstable-2024-03-21
2024-03-22 11:02:31 +00:00
Thiago Kenji Okada
4e154ea18f
Merge pull request #297930 from r-ryantm/auto-update/libretro.fbneo
libretro.fbneo: unstable-2024-03-17 -> unstable-2024-03-21
2024-03-22 11:02:11 +00:00
Thiago Kenji Okada
d546c080f3
Merge pull request #297931 from r-ryantm/auto-update/libretro.flycast
libretro.flycast: unstable-2024-03-17 -> unstable-2024-03-19
2024-03-22 11:01:58 +00:00
Sandro Jäckel
f5276917c3
gitea: 1.21.8 -> 1.21.9
Changelog: https://github.com/go-gitea/gitea/releases/tag/v1.21.9
2024-03-22 12:00:28 +01:00
a-n-n-a-l-e-e
c202ecedab
Merge pull request #297988 from a-n-n-a-l-e-e/bootstrap-script
maintainers/scripts/bootstrap-files: fix nar handling on linux and update README
2024-03-22 03:49:08 -07:00
Yureka
58f2ef7717 electron-bin: remove unused insecure versions 2024-03-22 11:44:47 +01:00
R. Ryantm
1bba8f621e python312Packages.albumentations: 1.4.1 -> 1.4.2 2024-03-22 10:22:40 +00:00
Fabian Affolter
fc7c9ffcfa
python312Packages.axis: refactor 2024-03-22 11:21:42 +01:00
lassulus
d44b87d86f
Merge pull request #291647 from ck3d/localai-init
local-ai: init at 2.10.1
2024-03-22 17:07:54 +07:00
Jörg Thalheim
9e8e136c53
Merge pull request #293308 from sdht0/jetbrains-update
jetbrains.*: update versions
2024-03-22 10:49:18 +01:00
R. Ryantm
128d516d8e python312Packages.axis: 56 -> 57 2024-03-22 09:46:35 +00:00
superherointj
bd2542e2c5
Merge pull request #285140 from wackbyte/bump-gitlens
vscode-extensions.eamodio.gitlens: 14.1.1 -> 14.9.0
2024-03-22 09:40:23 +00:00
R. Ryantm
00ecfd9645 tflint-plugins.tflint-ruleset-aws: 0.29.0 -> 0.30.0 2024-03-22 09:29:36 +00:00
kirillrdy
b58ef707f5
Merge pull request #290070 from rafaelrc7/stremio/missing-dependencies
stremio: add ffmpeg as runtime dependency to PATH
2024-03-22 20:29:30 +11:00
Weijia Wang
fb999b259f
Merge pull request #297751 from Guanran928/localsend
localsend: darwin: link binary to $out/bin
2024-03-22 10:14:23 +01:00