Mario Rodas and GitHub
df6565e29a
Merge pull request #222277 from anthonyroussel/bundler_2_4_9
...
bundler: 2.4.8 -> 2.4.9
2023-03-21 05:12:16 -05:00
figsoda and GitHub
9d5ebe4207
Merge pull request #222238 from lbpdt/feature/import-cargo-lock-extra-registries
2023-03-20 22:49:18 -04:00
Anthony Roussel
c0bb90b440
bundler: 2.4.8 -> 2.4.9
2023-03-21 02:59:56 +01:00
Sandro and GitHub
de80fd06c5
Merge pull request #221184 from NixOS/sndfile-1.2.0
2023-03-21 01:37:10 +01:00
Nguyễn Gia Phong and Sandro Jäckel
6477516d6d
libsndfile: link sndfile-play with ALSA on GNU/Linux
...
It otherwise falls back to OSS which no longer presents
on most installations.
2023-03-20 22:05:15 +01:00
Nguyễn Gia Phong and Sandro Jäckel
1b80b55648
libsndfile: 1.1.0 -> 1.2.0
2023-03-20 22:05:14 +01:00
Nguyễn Gia Phong and Sandro Jäckel
9f6d48ae2e
libsndfile: enable MP3 support
2023-03-20 22:05:14 +01:00
Nguyễn Gia Phong and Sandro Jäckel
dd922563af
mpg123: add lib-only derivation not depending on sound servers
2023-03-20 22:05:04 +01:00
Louis Blin
e2825fb1b5
rustPlatform.importCargoLock: improved semantics for 'extraRegistries' option
...
Clearer API following the recommendation on the pull request that
introduced this option a few days ago:
https://github.com/NixOS/nixpkgs/pull/221381#discussion_r1141226293
2023-03-20 14:40:04 -04:00
Sandro and GitHub
686718dd79
Merge pull request #222061 from SuperSandro2000/ed-cleanup
...
ed: cleanup, format
2023-03-20 16:01:01 +01:00
Alyssa Ross
1d9429faa0
polkit: move test-only deps to nativeCheckInputs
2023-03-20 14:08:35 +00:00
Sandro Jäckel and Sandro Jäckel
b4523c9101
ed: cleanup, format
2023-03-20 13:26:19 +01:00
Tungsten842 and Matthieu Coudron
8f45423217
libpcap: build with libnl
2023-03-19 15:51:01 +01:00
Alyssa Ross
916dba8790
bpftools: 5.19.12 -> 6.2; sync with linuxHeaders
...
bpftools used to use the same version and sources as linux_latest, but
this was changed in f12d2f016b ("bpftools: decouple version from
linux_latest"), because it caused too many rebuilds.
Since then, it has languished. It came to my attention because
bpftool btf dump seems to be completely broken on recent kernels.
So, since it's a package that really needs to be kept up to date to be
compatible with the latest kernels, let's couple it to linuxHeaders
instead. linuxHeaders updates already have to go through staging, so
we won't suffer from extra rebuilds like we did when it was coupled to
the latest kernel directly, which goes straight to master.
2023-03-19 09:57:57 +00:00
Sergei Trofimovich and GitHub
25610316d9
Merge pull request #221870 from trofi/tensorflow-default-patchelf
...
python3Packages.tensorflow: use default patchelf as it got the fixes
2023-03-18 21:55:58 +00:00
github-actions[bot] and GitHub
4742d1b3d6
Merge staging-next into staging
2023-03-18 18:01:35 +00:00
github-actions[bot] and GitHub
403b148aa5
Merge master into staging-next
2023-03-18 18:01:02 +00:00
Luke Granger-Brown and GitHub
d384095645
Merge pull request #221838 from devusb/pomerium
...
pomerium: 0.20.0 -> 0.21.2
2023-03-18 17:49:01 +00:00
Mario Rodas and GitHub
8db72e3b7e
Merge pull request #221594 from ken-matsui/patch-1
...
maintainers: update my information
2023-03-18 12:45:50 -05:00
Weijia Wang and GitHub
23fff891b7
Merge pull request #220887 from stehessel/buf-darwin-fix-tests
...
buf: allow local networking in darwin tests
2023-03-18 19:28:23 +02:00
Weijia Wang and GitHub
de7f43e787
Merge pull request #220893 from mrene/fix-sdrangel-darwin
...
sdrangel: fix darwin build
2023-03-18 19:26:49 +02:00
Sandro and GitHub
ba4585ffb7
Merge pull request #221552 from BKSalman/master
...
chatterino2: 2.4.0 -> 2.4.2
2023-03-18 18:14:16 +01:00
Mario Rodas and GitHub
fde991e180
Merge pull request #221663 from fgaz/itchiodl/2.3
...
itchiodl: 2.2.0 -> 2.3.0
2023-03-18 12:07:35 -05:00
David H and GitHub
69b0f3dc3e
python310Packages.python-lsp-server: Add meta.mainProgram ( #221728 )
...
The `python-lsp-server` package has its main binary as `pylsp`. The
`mainProgram` meta attribute should reflect such to enable use of
`lib.getExe`.
2023-03-18 12:05:20 -05:00
Mario Rodas and GitHub
53f650a8fb
Merge pull request #221810 from fabaff/peaqevcore-bump
...
python310Packages.peaqevcore: 13.2.0 -> 13.2.2
2023-03-18 12:02:50 -05:00
Mario Rodas and GitHub
4378719430
Merge pull request #221811 from fabaff/pyobihai-bump
...
python310Packages.pyobihai: 1.4.0 -> 1.4.1
2023-03-18 12:02:05 -05:00
Mario Rodas and GitHub
f609594f6d
Merge pull request #221847 from aaronjheng/golangci-lint
...
golangci-lint: 1.51.2 -> 1.52.0
2023-03-18 11:59:41 -05:00
superherointj and GitHub
31750b4fce
Merge pull request #221289 from markbeep/ramfetch
...
ramfetch: init at 1.1.0
2023-03-18 13:57:58 -03:00
Sergei Trofimovich
9f43a5273f
python3Packages.tensorflow: use default patchelf as it got the fixes
2023-03-18 16:29:58 +00:00
Weijia Wang and GitHub
d4cc015bff
Merge pull request #221197 from r-ryantm/auto-update/codeql
...
codeql: 2.12.3 -> 2.12.4
2023-03-18 17:31:59 +02:00
Weijia Wang and GitHub
d0781217d2
Merge pull request #221151 from wegank/bossa-wxgtk
...
bossa: migrate to wxGTK32
2023-03-18 17:29:50 +02:00
Weijia Wang and GitHub
576648a75b
Merge pull request #221801 from kilianar/orchis-theme_2023-03-18
...
orchis-theme: 2023-02-26 -> 2023-03-18
2023-03-18 17:24:13 +02:00
Weijia Wang and GitHub
f15cf7e6af
Merge pull request #221809 from wegank/nest-bump
...
nest: 3.3 -> 3.4
2023-03-18 17:17:18 +02:00
Artturi and GitHub
9a4f4b92f7
Merge pull request #190862 from zhaofengli/xpra-uinput-conf
2023-03-18 16:47:20 +02:00
Mario Rodas and GitHub
b9c548a4c7
Merge pull request #221778 from marsam/update-esbuild
...
esbuild: 0.17.11 -> 0.17.12
2023-03-18 09:29:02 -05:00
Robert Hensing and GitHub
1dd6d307f7
Merge pull request #221766 from amjoseph-nixpkgs/pr/trivial-builders/test/fix-eval
...
trivial-builders/test/references.nix: fix eval
2023-03-18 15:20:53 +01:00
Robert Hensing and GitHub
adf15c3bc2
Merge pull request #221763 from amjoseph-nixpkgs/pr/pkg-config/fix-eval
...
test-defaultPkgConfigPackages.nix: filter out recurseForDerivations
2023-03-18 15:14:10 +01:00
Mark
184dd6c698
maintainers: add markbeep
2023-03-18 15:07:48 +01:00
Mark
00b01da53b
ramfetch: init at 1.1.0
2023-03-18 15:07:35 +01:00
Sergei Trofimovich and GitHub
18b5619d86
Merge pull request #221614 from trofi/xorg.libXvMC-update
...
xorg.libXvMC: 1.0.12 -> 1.0.13
2023-03-18 14:02:05 +00:00
github-actions[bot] and GitHub
00623e191a
Merge staging-next into staging
2023-03-18 14:01:22 +00:00
github-actions[bot] and GitHub
7f0b38bc9a
Merge master into staging-next
2023-03-18 14:00:45 +00:00
Sergei Trofimovich and GitHub
72b4a4f8cb
Merge pull request #221615 from trofi/xorg.fontalias-update
...
xorg.fontalias: 1.0.4 -> 1.0.5
2023-03-18 13:58:33 +00:00
Martin Weinelt and GitHub
c5b33803cd
Merge pull request #221829 from LeSuisse/jpegoptim-CVE-2023-27781
...
jpegoptim: apply patch for CVE-2023-27781
2023-03-18 13:57:50 +00:00
maxine and GitHub
388d764544
Merge pull request #221450 from kouyk/fix/slack-window-decoration
...
slack: fix feature flags
2023-03-18 14:44:28 +01:00
maxine and GitHub
b3832b2836
Merge pull request #221752 from r-ryantm/auto-update/aws-vault
...
aws-vault: 7.0.2 -> 7.1.1
2023-03-18 14:31:27 +01:00
maxine and GitHub
0f45f4ab3d
Merge pull request #221835 from LeSuisse/vault-bin-1.13.0
...
vault-bin: 1.12.2 -> 1.13.0
2023-03-18 14:30:35 +01:00
maxine and GitHub
d2754be1d8
Merge pull request #221833 from LeSuisse/nomad-1.4.6
...
nomad_1_4: 1.4.4 -> 1.4.6
2023-03-18 14:29:40 +01:00
Franz Pletz and GitHub
21bec028ba
Merge pull request #221689 from fpletz/pkg/usbguard-notifier-0.1.0
2023-03-18 14:22:09 +01:00
Azat Bahawi and GitHub
fc6ee503d9
Merge pull request #221764 from r-ryantm/auto-update/tbls
...
tbls: 1.62.1 -> 1.63.0
2023-03-18 16:13:37 +03:00