github-actions[bot]
077faa4635
Merge staging-next into staging
2022-01-25 12:01:49 +00:00
github-actions[bot]
86301be1a5
Merge master into staging-next
2022-01-25 12:01:13 +00:00
Sandro
43fc525d15
Merge pull request #156677 from SuperSandro2000/topgrade
2022-01-25 12:31:39 +01:00
Sandro Jäckel
479a6c4362
topgrade: 8.1.2 -> 8.2.0
2022-01-25 10:46:44 +01:00
Sandro
e855c3cb88
Merge pull request #156634 from helsinki-systems/upd/uutils
2022-01-25 10:22:20 +01:00
Jonathan Ringer
e379e3d4bb
Merge remote-tracking branch 'origin/staging-next' into staging
...
Conflicts:
pkgs/development/python-modules/googleapis-common-protos/default.nix
2022-01-24 23:49:19 -08:00
github-actions[bot]
cfef27f7cf
Merge master into staging-next
2022-01-25 06:01:33 +00:00
legendofmiracles
fa40cd3356
Merge pull request #156579 from r-ryantm/auto-update/mcfly
...
mcfly: 0.5.11 -> 0.5.12
2022-01-24 21:01:56 -06:00
github-actions[bot]
bbbd0a92af
Merge master into staging-next
2022-01-25 00:02:13 +00:00
ajs124
b725c5c3f1
uutils-coreutils: 0.0.8 -> 0.0.12
2022-01-25 00:59:10 +01:00
legendofmiracles
072184c465
Merge pull request #156426 from marsam/fix-gay
2022-01-24 16:31:06 -06:00
Ryan Mulligan
215d4d0fd8
Merge pull request #156557 from r-ryantm/auto-update/steampipe
...
steampipe: 0.12.0 -> 0.12.1
2022-01-24 11:20:45 -08:00
Ryan Mulligan
c927ba4c0b
Merge pull request #156496 from r-ryantm/auto-update/goreleaser
...
goreleaser: 1.2.5 -> 1.3.1
2022-01-24 11:14:09 -08:00
Bernardo Meurer
e84e966bbd
Merge pull request #156418 from lovesegfault/tlp-1.5.0
...
tlp: 1.4.0 -> 1.5.0
2022-01-24 18:59:09 +00:00
R. Ryantm
78561d2f6b
mcfly: 0.5.11 -> 0.5.12
2022-01-24 18:47:22 +00:00
R. Ryantm
af2b1f15b4
steampipe: 0.12.0 -> 0.12.1
2022-01-24 16:51:45 +00:00
Alyssa Ross
1a60dd2adc
Merge remote-tracking branch 'nixpkgs/staging-next' into staging
...
Conflicts:
pkgs/development/python-modules/cupy/default.nix
pkgs/development/python-modules/staticjinja/default.nix
2022-01-24 15:39:34 +00:00
github-actions[bot]
6fee71d339
Merge master into staging-next
2022-01-24 12:01:16 +00:00
R. Ryantm
1abaf88bae
goreleaser: 1.2.5 -> 1.3.1
2022-01-24 12:00:43 +00:00
Emery Hemingway
676b800266
nncp: 8.2.0 -> 8.3.0
2022-01-24 10:20:12 +01:00
Fabian Affolter
228aa1ce16
Merge pull request #156425 from SuperSandro2000/onefetch
...
onefetch: 2.10.2 -> 2.11.0
2022-01-24 10:15:17 +01:00
github-actions[bot]
b261cac75a
Merge master into staging-next
2022-01-24 06:01:18 +00:00
Sandro Jäckel
1316a83f43
onefetch: 2.10.2 -> 2.11.0
2022-01-24 04:13:11 +01:00
Bernardo Meurer
282788713f
tlp: 1.4.0 -> 1.5.0
2022-01-23 18:34:38 -08:00
Mario Rodas
8ea3b591ec
Merge pull request #156405 from r-ryantm/auto-update/chezmoi
...
chezmoi: 2.9.5 -> 2.10.1
2022-01-23 21:23:48 -05:00
legendofmiracles
c277d579ee
Merge pull request #156354 from CodeLongAndProsper90/fix-gay-python
2022-01-23 19:32:28 -06:00
R. Ryantm
a316ed0c20
chezmoi: 2.9.5 -> 2.10.1
2022-01-24 00:59:22 +00:00
github-actions[bot]
11cced7438
Merge master into staging-next
2022-01-24 00:01:45 +00:00
Eirik Nygaard
d53ef8b822
nixos/locate Add support for plocate ( #156185 )
2022-01-24 00:36:51 +01:00
Sandro
7dffbd15cb
Merge pull request #156256 from SuperSandro2000/plocate
2022-01-23 21:37:18 +01:00
Scott Little
8718a35c5f
gay: refactor python packaging method
2022-01-23 13:46:38 -06:00
github-actions[bot]
93a9821309
Merge master into staging-next
2022-01-23 18:01:11 +00:00
Mario Rodas
be05137188
Merge pull request #156007 from r-ryantm/auto-update/broadlink-cli
...
broadlink-cli: 0.17.0 -> 0.18.0
2022-01-23 10:25:19 -05:00
Mario Rodas
2a1d23ac97
Merge pull request #156181 from marsam/update-ytarchive
...
ytarchive: 0.3.0 -> 2021-12-29
2022-01-23 10:17:34 -05:00
sternenseemann
8499ca252a
mandoc: move executableCross assert into meta.broken
...
For splicing to work, callPackage needs to be able to attach extra
attributes (e. g. nativeDrv) to pkgsHostTarget.mandoc. If we have the
assert like before, pkgsHostTarget.mandoc would fail to evaluate,
preventing buildPackages.mandoc (which works as expected) to be attached
to the former. This affected cross compilation of the netbsd package set
in particular.
2022-01-23 15:18:45 +01:00
sternenseemann
3ab8db0ad0
mandoc: fix executableCross condition
...
isCompatible concerns itself with architecture compatibility which does
not constitute executability by itself, since there are other key
factors like the Kernel/syscall interface targeted. As mode switching is
considered compatible (e.g. ppc64le and ppc64), we can't even use
isCompatible to establish the architecture subset of executability.
For the lack of a better alternative, we'll just compare the system
tuples for now which will loose us support for x86_64-linux ->
i686-linux, but this is probably a bearable consequence.
2022-01-23 15:18:45 +01:00
github-actions[bot]
591c66a4e3
Merge master into staging-next
2022-01-23 06:00:56 +00:00
Mario Rodas
75cb365fa2
gay: fix package
2022-01-23 04:20:00 +00:00
Sandro
22eff4f912
Merge pull request #156197 from SuperSandro2000/panicparse
2022-01-23 04:42:27 +01:00
Sandro
5bf92ebbed
plocate: add SuperSandro200 to maintainers
2022-01-23 04:24:41 +01:00
Sandro
d5fada644c
Merge pull request #156154 from ean/update-plocate
2022-01-23 04:24:09 +01:00
Sandro
6b5150ce27
Merge pull request #156116 from dotlambda/ytfzf-2.1
2022-01-23 04:12:57 +01:00
github-actions[bot]
0c2dd9248c
Merge staging-next into staging
2022-01-23 00:02:27 +00:00
github-actions[bot]
429249f120
Merge master into staging-next
2022-01-23 00:01:54 +00:00
Bryan A. S
5de74e978d
mongodb-compass: 1.29.6 -> 1.30.1
2022-01-22 19:30:44 -03:00
Sandro Jäckel
485d0fedc1
panicparse: init at 2.2.0
2022-01-22 20:36:30 +01:00
Sandro
e0f83fdab6
Merge pull request #156182 from r-ryantm/auto-update/diffoscope
2022-01-22 19:49:34 +01:00
github-actions[bot]
f865a2ca89
Merge staging-next into staging
2022-01-22 18:01:38 +00:00
github-actions[bot]
6922792376
Merge master into staging-next
2022-01-22 18:01:07 +00:00
R. Ryantm
958db13790
diffoscope: 200 -> 201
2022-01-22 17:28:31 +00:00