Commit Graph

367447 Commits

Author SHA1 Message Date
Matthieu Coudron
d396c7d316
Merge pull request #166941 from teto/vim-plugins-toml 2022-04-05 09:33:40 +02:00
Fabian Affolter
583cc3a3a0
Merge pull request #167256 from r-ryantm/auto-update/python310Packages.sqlmap
python310Packages.sqlmap: 1.6.3 -> 1.6.4
2022-04-05 09:30:46 +02:00
Fabian Affolter
6e27efa7d3
Merge pull request #167262 from r-ryantm/auto-update/python310Packages.typed-settings
python310Packages.typed-settings: 1.0.0 -> 1.0.1
2022-04-05 09:29:51 +02:00
Artturin
27d3a6e649 xvfb-run: refactor && add update script 2022-04-05 10:29:33 +03:00
Fabian Affolter
f684b3f5af
Merge pull request #167268 from r-ryantm/auto-update/python310Packages.weasyprint
python310Packages.weasyprint: 54.2 -> 54.3
2022-04-05 09:28:55 +02:00
Fabian Affolter
e2e35b4450
Merge pull request #167271 from r-ryantm/auto-update/python3.10-pex
python310Packages.pex: 2.1.75 -> 2.1.76
2022-04-05 09:28:18 +02:00
R. Ryantm
e149ce8eb5 babashka: 0.7.8 -> 0.8.0 2022-04-05 07:27:47 +00:00
zowoq
e65aba25f8 dockerTools: misc fixes
- add nixosTests to `dockerTools.tests`
- don't use `pkgs` or `lib.singleton`
2022-04-05 17:04:59 +10:00
Artturin
c450b79b1a nixVersions.nix_2_7: add patch to fix #163374
https://github.com/NixOS/nixpkgs/issues/163374
2022-04-05 10:01:53 +03:00
Janne Heß
8318d8b032
systemdStage1: Fix building with 250 2022-04-05 07:53:21 +01:00
R. Ryantm
ed3074e07b skaffold: 1.37.0 -> 1.37.1 2022-04-05 16:31:29 +10:00
github-actions[bot]
444daea093
Merge master into staging-next 2022-04-05 06:01:45 +00:00
Vladimír Čunát
937c866530
systemdStage1: drop passing the removed parameter
Dropped in 0c852e1fa6 (syntax error).  If I looked at history right,
it has never been used (but indirectly through cryptsetup).
I expect it's a remnant of different attempts at breaking depenency
cycle which we now solve through systemdMinimal.
2022-04-05 07:55:54 +02:00
Artturi
996a9c24d5
Merge pull request #167078 from r-ryantm/auto-update/smartdns
smartdns: 35 -> 36
2022-04-05 08:55:38 +03:00
R. Ryantm
75dd95bdd7 shotwell: 0.30.14 -> 0.30.15 2022-04-05 05:24:57 +00:00
Bobby Rong
916017997c
Merge pull request #167173 from welteki/bump-arkade
arkade: 0.8.18 -> 0.8.19
2022-04-05 13:20:57 +08:00
Bobby Rong
e133ae2ecc
gnome-solanum: fix build with meson 0.61 2022-04-05 12:29:16 +08:00
Ben Siraphob
ee834e2efd
Merge pull request #167251 from siraben/py-graphviz-darwin 2022-04-04 23:14:30 -05:00
R. Ryantm
eeb7d77615 python310Packages.pex: 2.1.75 -> 2.1.76 2022-04-05 03:29:11 +00:00
Ryan Mulligan
0555c738b5 nixos/vaultwarden: fix test
The accept policies checkbox is no longer present on the user creation
screen.
2022-04-04 20:29:09 -07:00
R. Ryantm
5940030125 python310Packages.weasyprint: 54.2 -> 54.3 2022-04-05 03:16:17 +00:00
R. Ryantm
ef5d2ce251 grcov: 0.8.8 -> 0.8.9 2022-04-04 22:20:47 -04:00
R. Ryantm
fb968e0869 sentry-cli: 1.74.2 -> 1.74.3 2022-04-04 22:19:30 -04:00
R. Ryantm
19dcc9f175 cargo-flash: 0.12.0 -> 0.12.1 2022-04-04 22:19:20 -04:00
Bobby Rong
c1732444bf
pantheon.elementary-code: 6.1.0 -> 6.2.0 2022-04-05 10:18:15 +08:00
R. Ryantm
7dcdf4082b python310Packages.typed-settings: 1.0.0 -> 1.0.1 2022-04-05 02:10:51 +00:00
Bernardo Meurer
4dddff0976
Merge pull request #167254 from lovesegfault/fix-mosh
mosh: fix build on x86_64-linux
2022-04-04 18:36:31 -07:00
R. Ryantm
4561be3064 janet: 1.21.1 -> 1.21.2 2022-04-05 08:57:08 +08:00
Anderson Torres
75ae1f3e11
Merge pull request #167112 from r-ryantm/auto-update/poke
poke: 2.2 -> 2.3
2022-04-04 21:56:48 -03:00
Ben Siraphob
6e4bac759c
Merge pull request #167244 from siraben/nlopt-darwin 2022-04-04 19:34:30 -05:00
R. Ryantm
a409f0b61e python310Packages.sqlmap: 1.6.3 -> 1.6.4 2022-04-05 00:27:50 +00:00
Robert Schütz
70b2abc3ff igraph: random improvements
* remove outdated comment
* use plfit from Nixpkgs
* unconditionally enable OpenMP
2022-04-05 00:25:22 +00:00
Robert Schütz
a0a955ba45 plfit: init at 0.9.3 2022-04-05 00:25:22 +00:00
Bernardo Meurer
2817885f01
mosh: fix build on x86_64-linux 2022-04-04 17:23:56 -07:00
zowoq
76636e0099 dockerTools: pkgs.system -> pkgs.stdenv.hostPlatform.system
`pkgs.system` is an alias
2022-04-05 10:19:40 +10:00
zowoq
1b9fa5ade6 .github/CODEOWNERS: update dockerTools paths 2022-04-05 10:17:43 +10:00
Fabian Affolter
97ed9effd2 python3Packages.adafruit-platformdetect: 3.22.0 -> 3.22.1 2022-04-04 17:06:48 -07:00
R. Ryantm
824de3c967 python310Packages.pypandoc: 1.7.4 -> 1.7.5 2022-04-04 17:06:40 -07:00
Artturin
d90f4d5030 pre-commit: enable tests
used arch and openSUSE packages for reference
2022-04-04 17:06:19 -07:00
Artturin
6edf36f81c python39Packages.nodeenv: hardcode which path 2022-04-04 17:06:19 -07:00
R. Ryantm
b393b879e0 pre-commit: 2.17.0 -> 2.18.1 2022-04-04 17:06:19 -07:00
github-actions[bot]
120925b5cb
Merge master into staging-next 2022-04-05 00:02:06 +00:00
Ryan Mulligan
c7212b35a5
Merge pull request #167073 from r-ryantm/auto-update/bottles
bottles: 2022.3.14-trento-3 -> 2022.3.28-trento-1
2022-04-04 16:52:24 -07:00
Vincenzo Mantova
0e319a3324
texlive: 2021.20211227 -> 2021-final (#167229) 2022-04-04 19:09:02 -04:00
Ben Siraphob
1a1f78dc02
python3Packages.graphviz: disable tests on darwin 2022-04-04 18:08:50 -05:00
Ben Siraphob
e121b4b732
Merge pull request #167193 from vbgl/coq-coqprime-8.15 2022-04-04 17:36:54 -05:00
Ben Siraphob
0aed02886e
Merge pull request #167187 from qowoz/fzf 2022-04-04 17:36:36 -05:00
R. Ryantm
1f032adb49 jmol: 14.32.39 -> 14.32.45 2022-04-04 22:28:33 +00:00
Ben Siraphob
a3a55b732e
nlopt: fix darwin build 2022-04-04 17:13:42 -05:00
Ben Siraphob
0d95d03c98
Merge pull request #165765 from ConnorBaker/patch-1 2022-04-04 16:56:52 -05:00