Commit Graph
603558 Commits
Author SHA1 Message Date
Yueh-Shun Li 9cbe717fc2 python3Packages.gfal2-python: init at 1.12.2 2024-04-03 02:37:06 +08:00
Yueh-Shun Li a68ef24c3b gfal2: Init at 2.22.2 2024-04-03 02:37:06 +08:00
EmilyandGitHub 42eb76d2c4 Merge pull request #299319 from emilylange/chromium
chromedriver,chromium: 123.0.6312.58 -> 123.0.6312.86
2024-03-27 03:59:24 +01:00
StigandGitHub 647a569075 Merge pull request #249831 from meebey/smuxi_pkg
smuxi: init at unstable-2023-07-01
2024-03-27 03:24:04 +01:00
Silvan MosbergerandGitHub 320b59ed0c Merge pull request #299050 from aaronjheng/dust
dust: 0.9.0 -> 1.0.0
2024-03-27 03:06:54 +01:00
Aaron Jheng 319c6583f5 dust: 0.9.0 -> 1.0.0 2024-03-27 09:47:35 +08:00
Mario RodasandGitHub 2d96747851 Merge pull request #270493 from MikaelFangel/init-ugrep-indexer
ugrep-indexer: init at 0.9.6
2024-03-26 20:24:09 -05:00
Mirco Bauer 73da35e350 smuxi: init at unstable-2023-07-01 2024-03-27 08:45:34 +08:00
Mirco Bauer 153f55b947 gtk-sharp-2_0: enable darwin 2024-03-27 08:45:23 +08:00
Mirco Bauer 1f6ff1de06 maintainers: add meebey 2024-03-27 08:44:19 +08:00
a-n-n-a-l-e-eandGitHub 05c97b5ac3 Merge pull request #298581 from stv0g/add-ethercat
ethercat: init at 1.6-alpha
2024-03-26 17:41:50 -07:00
Weijia WangandGitHub d3c4cab394 Merge pull request #299160 from anthonyroussel/maintainer/steampipe
steampipe: enable tests on darwin
2024-03-27 01:18:39 +01:00
Joan MassachsandGitHub e9200ffef2 nvimpager: unbreak on darwin (#299252)
Fixes nvimpager in darwin.
2024-03-27 01:17:13 +01:00
Pavol RusnakandGitHub e80d1b6300 Merge pull request #298083 from Pandapip1/patch-1
monado: Add missing package in `buildInputs` and alphabetize
2024-03-27 00:59:39 +01:00
Gaetan LepageandMatthieu Coudron a20dc76e95 vimPlugins.jupytext-nvim: init at 2024-01-24 2024-03-27 00:50:38 +01:00
Martin WeineltandGitHub aa1257d0d3 Merge pull request #299080 from mweinelt/kanidm-update
kanidm: update to latest rc.16 commit
2024-03-27 00:25:24 +01:00
Mario RodasandGitHub e306414668 Merge pull request #296256 from GaetanLepage/ruff
ruff: 0.3.2 -> 0.3.4
2024-03-26 18:24:10 -05:00
Thiago Kenji OkadaandGitHub 282bea96a8 Merge pull request #299203 from thiagokokada/fix-graalvm-x86_64-darwin
buildGraalvm: fix build in x86_64-darwin
2024-03-26 23:23:09 +00:00
Mario RodasandGitHub 315433842b Merge pull request #299209 from r-ryantm/auto-update/obs-cmd
obs-cmd: 0.17.4 -> 0.17.5
2024-03-26 18:23:01 -05:00
Mario RodasandGitHub 4fd1a2c849 Merge pull request #298600 from anthonyroussel/update/elasticsearch-curator
elasticsearch-curator: 8.0.10 -> 8.0.12
2024-03-26 18:22:18 -05:00
Mario RodasandGitHub 93975548e2 Merge pull request #298596 from anthonyroussel/update/docker-credential-gcr
docker-credential-gcr: 2.1.8 -> 2.1.22
2024-03-26 18:21:31 -05:00
Mario RodasandGitHub 93883e16ec Merge pull request #299094 from marsam/add-pg_roaringbitmap
postgresqlPackages.pg_roaringbitmap: init at 0.5.4
2024-03-26 18:12:39 -05:00
Mario RodasandGitHub a74a22b1ff Merge pull request #299184 from marsam/update-termusic
termusic: 0.7.11 -> 0.9.0
2024-03-26 18:07:54 -05:00
Bjørn Forsman 59daf9b0b6 gnuradioPackages.osmosdr: fix source URL
The current URL doesn't work anymore:

  $ nix-build -A gnuradioPackages.osmosdr.src --check
  checking outputs of '/nix/store/3jmqk57y5214iadfi6ivbgfd1rr9fyib-gr-osmosdr.drv'...
  exporting git://git.osmocom.org/gr-osmosdr (rev v0.2.4) into /nix/store/m1qa9ipmdf4xrc6gl1r0zd0c5r0ns7bk-gr-osmosdr
  Initialized empty Git repository in /nix/store/m1qa9ipmdf4xrc6gl1r0zd0c5r0ns7bk-gr-osmosdr/.git/
  fatal: unable to connect to git.osmocom.org:
  git.osmocom.org[0: 78.46.96.155]: errno=Connection refused
  git.osmocom.org[1: 2a01:4f8:120:8470::2]: errno=Network is unreachable

Fixes https://github.com/NixOS/nixpkgs/issues/298876.
2024-03-26 23:56:35 +01:00
Steffen Vogel 3c31ed9feb ethercat: init at 1.6-alpha 2024-03-26 23:55:30 +01:00
Luke Granger-BrownandBjørn Forsman 3b8cd8ad70 installer/nixos-generate-config: correctly detect bcache
PR #256638 inadvertently introduced a bug in `nixos-generate-config` whereby it
would never put `bcache` into the `availableKernelModules` for the initrd.

This is because the `qr` operator in Perl returns a regex object, rather than
matching it; the regex object evaluates to true, making the filter expression
effectively `grep(!true, @bcacheDevices)`, which will always return an empty
list.
2024-03-26 23:32:09 +01:00
emilylange a7a57b640a chromium: 123.0.6312.58 -> 123.0.6312.86
https://chromereleases.googleblog.com/2024/03/stable-channel-update-for-desktop_26.html

This update includes 7 security fixes.

CVEs:
CVE-2024-2883 CVE-2024-2885 CVE-2024-2886 CVE-2024-2887
2024-03-26 23:16:07 +01:00
emilylange 802746d46b chromedriver: 123.0.6312.58 -> 123.0.6312.86 2024-03-26 23:14:43 +01:00
Will FancherandGitHub c77e28a013 Merge pull request #298201 from philiptaron/fix-initrd-activation-with-gpt-auto
nixos/systemd/initrd: make systemd mount root as `rw` when using gpt-auto to find it
2024-03-26 18:09:33 -04:00
Martin WeineltandGitHub 8ab9a91a1a Merge pull request #299305 from Stunkymonkey/rpyc4-revert-update
Revert "python3Packages.rpyc4: 4.1.5 -> 6.0.0"
2024-03-26 22:43:14 +01:00
Felix Buehler eac815acde Revert "python3Packages.rpyc4: 4.1.5 -> 6.0.0"
This reverts commit 0c41b3fcbf.
2024-03-26 22:18:31 +01:00
Silvan MosbergerandGitHub a4caf2acfa Merge pull request #299301 from tweag/check-by-name-remove
tests.nixpkgs-check-by-name: Remove now that a separate repo is used
2024-03-26 22:03:06 +01:00
Anthony Roussel 21cdff5283 steampipe: disable telemetry and update check by default 2024-03-26 21:58:46 +01:00
Anthony Roussel e13c74e0fa steampipe: fix meta.description 2024-03-26 21:58:46 +01:00
Anthony Roussel 4be9ffcb21 steampipe: remove with lib;, use --replace-fail for substitutions 2024-03-26 21:58:46 +01:00
Anthony Roussel 9cb5bf51e6 steampipe: add anthonyroussel to maintainers 2024-03-26 21:58:45 +01:00
Anthony Roussel 26f5598059 steampipe: enable and skip some tests on darwin 2024-03-26 21:58:45 +01:00
Martin WeineltandGitHub 74518d2bf6 Merge pull request #294315 from mweinelt/openvino-2024.0.0
openvino: 2023.3.0 -> 2024.0.0
2024-03-26 21:55:35 +01:00
Pol DellaieraandGitHub ab14a429cb Merge pull request #296454 from Kropatz/update-tetrio-desktop
tetrio-desktop: 8.0.0 -> 9.0.0
2024-03-26 21:40:39 +01:00
Silvan Mosberger 56837f26e2 tests.nixpkgs-check-by-name: Remove now that a separate repo is used
Since https://github.com/NixOS/nixpkgs/pull/297901, the tool is fetched
from https://github.com/NixOS/nixpkgs-check-by-name, so there's no need
to keep it around in Nixpkgs anymore
2024-03-26 21:37:07 +01:00
Silvan Mosberger b42fbdd7ea check-by-name: Remove now-unnecessary scripts/pinned-tool.json
It was not removed in https://github.com/NixOS/nixpkgs/pull/297901 so
that CI for that PR itself would not fail since CI runs from the base
branch.
2024-03-26 21:36:43 +01:00
Pol DellaieraandGitHub e19e9bceda Merge pull request #299260 from romildo/upd.pdfgrep
pdfgrep: 2.1.2 -> 2.2.0
2024-03-26 21:35:34 +01:00
Silvan MosbergerandGitHub 8a1110b5e6 Merge pull request #297901 from tweag/check-by-name-separate-repo
Switch the `pkgs/by-name` check to a separate repository
2024-03-26 21:33:15 +01:00
Silvan Mosberger f7ea336cb2 workflows/check-by-name.yml: Switch to new separate repo
The nixpkgs-check-by-name tooling is [being moved](https://github.com/NixOS/nixpkgs/issues/286559#issuecomment-2000466124)
to a [separate repo](https://github.com/NixOS/nixpkgs-check-by-name).

This commit updates Nixpkgs CI to use it instead of the tree inside
Nixpkgs

No changes have been made to the tooling locally since it was moved:
- [Exported history](https://github.com/NixOS/nixpkgs/commits/55bf02190ee57fcf83490fd7b6bf7834e28c9c86/pkgs/test/nixpkgs-check-by-name)
- [Imported history](https://github.com/NixOS/nixpkgs-check-by-name/commits/d579e1821d56c79fd90dab34b991cc7bdab7a5c6/)
2024-03-26 21:24:48 +01:00
superherointjandGitHub fd84c1ff89 Merge pull request #298943 from Ramblurr/init-hacompanion
hacompanion: init at 1.0.11
2024-03-26 17:03:48 -03:00
Pol DellaieraandGitHub 52bff70174 Merge pull request #299001 from jlesquembre/jl/jextract
jextract: unstable-2023-11-27 -> unstable-2024-03-13
2024-03-26 21:01:42 +01:00
K900andGitHub 81d35de446 Merge pull request #299288 from drupol/attic/fix-libcxx-stuff
attic-client: remove `env` attribute
2024-03-26 22:51:44 +03:00
AtemuandGitHub f54166d281 Merge pull request #299008 from Atemu/paperless-OMP_NUM_THREADS
nixos/paperless: set OMP_NUM_THREADS=1 by default
2024-03-26 19:45:45 +00:00
Pol Dellaiera 60a6ba968d attic-client: remove env attribute
Related to https://github.com/NixOS/nixpkgs/pull/292043
2024-03-26 20:45:10 +01:00
Pol DellaieraandGitHub 1f704fabb2 Merge pull request #299185 from r-ryantm/auto-update/typos-lsp
typos-lsp: 0.1.15 -> 0.1.16
2024-03-26 20:28:15 +01:00