Commit Graph
368949 Commits
Author SHA1 Message Date
R. Ryantm ccaec92c27 python310Packages.dunamai: 1.10.0 -> 1.11.1 2022-04-05 18:07:58 +00:00
Frederik RietdijkandFrederik Rietdijk 0e141f0382 nixos tests atop: don't allow unfree packages
We are not supposed to enable the use of unfree packages in Nixpkgs.
2022-04-05 20:06:24 +02:00
Robert HensingandGitHub 559ac3c9e7 Merge pull request #166383 from hercules-ci/always-sanitize-derivation-name
Always sanitize derivation name
2022-04-05 20:05:33 +02:00
github-actions[bot]andGitHub 29bffe5afe Merge staging-next into staging 2022-04-05 18:02:16 +00:00
R. RyantmandJonathan Ringer f1aa084baa python310Packages.dotmap: 1.3.28 -> 1.3.29 2022-04-05 10:55:35 -07:00
ajs124andGitHub fc0c9b5921 Merge pull request #167341 from aaronjheng/aws-okta
Remove unmaintained/archived packages
2022-04-05 19:54:09 +02:00
Jonathan Ringer c2828e8479 nixos/qtile: expose unwrapped package to systemPackages 2022-04-05 10:43:15 -07:00
Artturin e69fd09023 keyutils: inline patch to improve reproducibility
switch to using SOURCE_DATE_EPOCH instead of BUILDDATE
2022-04-05 20:40:18 +03:00
Bernardo MeurerandGitHub 6d6750ad88 Merge pull request #167369 from andrevmatos/vim-plugins/coc-nvim
vimPlugins: update
2022-04-05 10:35:35 -07:00
Luke Granger-BrownandGitHub bf22e68cd6 Merge pull request #167365 from techknowlogick/bump-hg-2
mercurial: 6.1 -> 6.1.1
2022-04-05 18:28:41 +01:00
Kevin CoxandGitHub 2d7c764b78 Merge pull request #167373 from Luflosi/update/apfs
apfs: unstable-2021-09-21 -> unstable-2022-02-03
2022-04-05 13:22:15 -04:00
R. Ryantm 4b5380f30d pianobar: 2020.11.28 -> 2022.04.01 2022-04-05 17:20:50 +00:00
Robert HensingandGitHub 39e0bd705b Merge pull request #165259 from Luflosi/ipfs-recursiveUpdate
nixos/ipfs: use lib.recursiveUpdate instead of // operator
2022-04-05 19:16:39 +02:00
Robert Hensing fffabe7500 lib.sanitizeDerivationName: Simplify regex
`^` and `$` are implicit in `match`.
2022-04-05 19:14:09 +02:00
Bernardo MeurerandGitHub 1b5e91c39b Merge pull request #167279 from r-ryantm/auto-update/shotwell
shotwell: 0.30.14 -> 0.30.15
2022-04-05 10:13:24 -07:00
Ryan MulliganandGitHub cfa3d205fe Merge pull request #167083 from r-ryantm/auto-update/dsq
dsq: 0.11.0 -> 0.12.0
2022-04-05 10:09:44 -07:00
R. Ryantm fd5c6c5cca petsc: 3.16.5 -> 3.17.0 2022-04-05 17:06:10 +00:00
Martin WeineltandGitHub 49a83445c2 Merge pull request #167367 from alyssais/busybox-CVE-2022-28391 2022-04-05 19:03:03 +02:00
Thiago Kenji OkadaandGitHub 3fca13b14c Merge pull request #167293 from r-ryantm/auto-update/babashka
babashka: 0.7.8 -> 0.8.0
2022-04-05 18:02:37 +01:00
Gabriel Fontes bfc562ab9a argononed: init at unstable-2022-03-26 2022-04-05 13:59:50 -03:00
Vladimír Čunát 6427998d85 nixosTests.installer.*: provide a missing dependency
See errors in these three jobs:
https://hydra.nixos.org/eval/1753111#tabs-still-fail
It's a bit unpleasant that a single run of each test takes
almost an hour for me (half an hour on Hydra in some cases).
2022-04-05 18:55:56 +02:00
Thiago Kenji OkadaandGitHub 0c4dbb1e9a Merge pull request #167353 from pimeys/prisma-3.12.0
prisma: 3.11.0 -> 3.12.0
2022-04-05 17:50:13 +01:00
Luflosi 12c54cfaf0 apfs: unstable-2021-09-21 -> unstable-2022-02-03 2022-04-05 18:43:43 +02:00
R. Ryantm 53058f3638 plantuml: 1.2022.2 -> 1.2022.3 2022-04-05 16:32:56 +00:00
Ryan MulliganandGitHub 433a6e3d40 Merge pull request #167131 from r-ryantm/auto-update/ani-cli
ani-cli: 1.9 -> 2.0
2022-04-05 09:29:16 -07:00
Ryan MulliganandGitHub 9f3c6fc5b9 Merge pull request #167089 from r-ryantm/auto-update/lndmanage
lndmanage: 0.14.0 -> 0.14.1
2022-04-05 09:28:05 -07:00
Ryan MulliganandGitHub 412f294634 Merge pull request #167140 from r-ryantm/auto-update/alfaview
alfaview: 8.40.0 -> 8.41.0
2022-04-05 09:26:49 -07:00
25de2935ef lib/modules: Document _module.args
Documents the _module.args option, motivated by many usages in Flakes,
especially with the deprecation of extraArgs
(https://github.com/NixOS/nixpkgs/commit/78ada833615d241ed76463aa5a024b614150eb4d)

The documentation rendering for this option had to be handled a bit
specially, since it's not declared in nixos/modules like all the other
NixOS options.

Co-Authored-By: pennae <github@quasiparticle.net>
Co-Authored-By: Robert Hensing <robert@roberthensing.nl>
2022-04-05 18:26:40 +02:00
John EricsonandGitHub f712cdd62e Merge pull request #166977 from peperunas/clangMultiStdenv-fix
clangMultiStdenv: expose lib64 and lib separately in sysroot
2022-04-05 12:21:33 -04:00
R. Ryantm 972a7a30fe python310Packages.afsapi: 0.2.2 -> 0.2.3 2022-04-05 16:19:44 +00:00
André Vitor de Lima Matos 0a69aa9f8a vimPlugins: update 2022-04-05 13:19:22 -03:00
Alyssa Ross ac60e92b15 busybox: fix CVE-2022-28391 2022-04-05 16:09:18 +00:00
Thiago Kenji OkadaandGitHub 61a69abd14 Merge pull request #167296 from bryanasdev000/mongocompass1310
mongodb-compass: 1.30.1 -> 1.31.0
2022-04-05 17:07:23 +01:00
techknowlogick 3aeaa2755d mercurial: 6.1 -> 6.1.1 2022-04-05 12:06:24 -04:00
Silvan MosbergerandGitHub ce6bb9800d Merge pull request #164800 from pennae/ssh-knownhosts-hostnames
nixos/ssh: undeprecate knownHosts.«name».hostNames
2022-04-05 18:05:26 +02:00
Silvan MosbergerandGitHub 553aa5c27b Merge pull request #165937 from liff/bump/s-tui
s-tui: 1.0.1 -> 1.1.3
2022-04-05 18:02:47 +02:00
R. RyantmandBobby Rong 1d26e3984d kustomize: 4.5.3 -> 4.5.4 2022-04-05 23:44:27 +08:00
Julius de Bruijn 74176d27e3 prisma-engines: 3.11.0 -> 3.12.0 2022-04-05 17:41:56 +02:00
Julius de Bruijn 01bc3d29b5 nodePackages.prisma: 3.11.0 -> 3.12.0 2022-04-05 17:41:49 +02:00
R. RyanTMandGitHub 68ee8e4b77 oh-my-zsh: 2022-03-31 -> 2022-04-04 (#167357) 2022-04-05 11:41:42 -04:00
xrelkd 815721620c gsctl: 1.1.4 -> 1.1.5 2022-04-05 23:22:30 +08:00
xrelkd e8e0ad7dfb xxh: 0.8.9 -> 0.8.10 2022-04-05 23:15:26 +08:00
Ryan MulliganandGitHub 21761f1191 Merge pull request #167107 from r-ryantm/auto-update/vaultwarden-vault
vaultwarden-vault: 2.25.0 -> 2.27.0
2022-04-05 08:06:21 -07:00
xrelkd 29c80c3058 berry: 0.1.10 -> 0.1.11 2022-04-05 22:59:35 +08:00
techknowlogickandGitHub 7041bb5e98 buildkite-agent: 3.35.0 -> 3.35.1 (#167355) 2022-04-05 16:58:07 +02:00
Aaron Jheng 7a935cc6d0 Add aliases for removed packages 2022-04-05 14:45:52 +00:00
ajs124andGitHub 8aa72e549e Merge pull request #167196 from r-ryantm/auto-update/gparted
gparted: 1.3.1 -> 1.4.0
2022-04-05 16:40:35 +02:00
Aaron Jheng 3212b0aad2 kubeless: remove 2022-04-05 14:38:33 +00:00
Aaron Jheng 9e98fe299f kube-aws: remove 2022-04-05 14:38:32 +00:00
Aaron Jheng 6fdd912bd6 container-linux-config-transpiler: remove 2022-04-05 14:38:32 +00:00