Commit Graph
300240 Commits
Author SHA1 Message Date
Martin Weinelt 50140f70d5 python3Packages.resolvelib: 0.7.0 -> 0.7.1 2021-06-22 20:06:11 +02:00
Git Machete Release Bot 9c9f7cc27b gitAndTools.git-machete: 3.2.0 -> 3.2.1
###### Motivation for this change
Update to latest upstream version

###### Things done
 * [ ]  Tested using sandboxing ([nix.useSandbox](http://nixos.org/nixos/manual/options.html#opt-nix.useSandbox) on NixOS, or option `sandbox` in [`nix.conf`](http://nixos.org/nix/manual/#sec-conf-file) on non-NixOS linux)
 * Built on platform(s)

   * [x]  NixOS
   * [ ]  macOS
   * [ ]  other Linux distributions
 * [ ]  Tested via one or more NixOS test(s) if existing and applicable for the change (look inside [nixos/tests](https://github.com/NixOS/nixpkgs/blob/master/nixos/tests))
 * [ ]  Tested compilation of all pkgs that depend on this change using `nix-shell -p nix-review --run "nix-review wip"`
 * [x]  Tested execution of all binary files (usually in `./result/bin/`)
 * [ ]  Determined the impact on package closure size (by running `nix path-info -S` before and after)
 * [ ]  Ensured that relevant documentation is up to date
 * [x]  Fits [CONTRIBUTING.md](https://github.com/NixOS/nixpkgs/blob/master/.github/CONTRIBUTING.md).
2021-06-22 17:29:34 +00:00
Graham FawcettandGitHub d26902aef9 Refresh the Ocaml package examples; document useDune2 (#127520)
The current example in the manual no longer builds, mainly because
`useDune2 = true` is required, but also because the inputs have changed.
The new examples are copied verbatim from nixpkgs.
2021-06-22 18:53:27 +02:00
SandroandGitHub b4b3372763 Merge pull request #127677 from NixOS/revert-125405-patch-1 2021-06-22 18:46:44 +02:00
SandroandGitHub bb8c2116dd Merge pull request #127599 from Ma27/bump-privacyidea 2021-06-22 18:26:45 +02:00
sternenseemann 5a1ff51ed3 haskellPackages.git-annex: fix hash mismatch on darwin 2021-06-22 18:11:25 +02:00
Martin Weinelt ca618d6401 ansible, ansible_2_10: internalize collections package
This drops the python3Packages.ansible-collections attribute in favor of
a local callPackage that overwrites the collections package per ansible
version.
2021-06-22 18:04:59 +02:00
SandroandGitHub c601d56e19 Merge pull request #127804 from ronthecookie/tor-upd
tor-browser-bundle-bin: 10.0.17 -> 10.0.18
2021-06-22 18:01:11 +02:00
Antoine Martin cf00d36e5a add clang12Stdenv alias 2021-06-22 18:00:58 +02:00
SandroandGitHub 1fa3656c9d Merge pull request #127186 from r-ryantm/auto-update/fly
fly: 7.3.1 -> 7.3.2
2021-06-22 18:00:55 +02:00
SandroandGitHub 565a0d3b9d Merge pull request #127604 from urlordjames/drogon_options 2021-06-22 17:59:00 +02:00
SandroandGitHub c1e686d51a Merge pull request #127805 from endocrimes/dani/nomad 2021-06-22 17:58:33 +02:00
SandroandGitHub 52a64db282 Merge pull request #127768 from deliciouslytyped/wxpython
python3Packages.wxPython_4_0, python3Packages.wxPython_4_1: add numpy…
2021-06-22 17:56:49 +02:00
Riley Inman 88901d789a koreader: Add gnutar and sdvc dependencies 2021-06-22 11:53:15 -04:00
Maxine Aubrey 0fdfa3172d consul: 1.9.6 -> 1.9.7 2021-06-22 17:44:59 +02:00
Sean Buckley 4045acdcee vmware-horizon-client: 2012 -> 2103 2021-06-22 11:43:35 -04:00
Charles Duffy bb1e579d74 nwipe: 0.30 -> 0.31
Miscellaneous upstream bugfixes, notably including musl support.
2021-06-22 10:41:46 -05:00
urlordjames 6e44a67726 drogon: add options for optional dependencies 2021-06-22 11:37:39 -04:00
Ryan MulliganandGitHub 5fa785a60a Merge pull request #127134 from blaggacao/da/convert-rel-notes-md
doc: convert rel notes to CommonMark
2021-06-22 08:15:26 -07:00
SandroandGitHub b6c99a1986 Merge pull request #127802 from fortuneteller2k/elfcat
elfcat: init at 0.1.3
2021-06-22 17:14:00 +02:00
SandroandGitHub b2a93084f0 Merge pull request #127355 from cjab/programmer-calculator 2021-06-22 17:12:33 +02:00
Danielle Lancashire d4655879fb nomad_1_0: 1.0.7 -> 1.0.8 2021-06-22 17:03:31 +02:00
Danielle Lancashire 834cfd9041 nomad_1_1: 1.1.1 -> 1.1.2 2021-06-22 17:03:31 +02:00
Martin WeineltandGitHub ec12eaec34 Merge pull request #127735 from mweinelt/esphome 2021-06-22 16:59:24 +02:00
David Arnold 1f6969dd5e docs: nixos release notes (w/o 2105 - separate PR)
docs: nixos release notes (revise code blocks)

docs: nixos release notes (fix opt links outside of code blocks)

docs: nixos release notes (fix opt links inside of code blocks)

went fishing with:

```console
rg -A1 \
   --multiline \
   --multiline-dotall \
   '<programlisting>[^</programlisting>]+' \
| rg linkend
```

docs: nixos release notes (prettier)

docs: nixos release notes (fix zonefile codeblocks)

docs: nixos release notes (restore admonition from prettier destriction)

docs: nixos release notes (recreate xml files)

docs: nixos release notes (fix trnslation error md -> xml)

admonition with a title seem not to work

docs: nixos release notes (fix code block indentation)

docs: nixos release notes (diff after converting with https://github.com/NixOS/nixpkgs/pull/127270)

docs: nixos release notes (fix remaingin '???')

Those where not catched i a previous iteration since they didn't satisfy
the then presumed search regex `#opt-.*`

doc: nixos release notes make docbook/md conversion consistent
2021-06-22 09:52:13 -05:00
Martin Weinelt c8db4ba116 esphome: 1.19.0 -> 1.19.2 2021-06-22 16:29:26 +02:00
ckie 4539cc164d tor-browser-bundle-bin: 10.0.17 -> 10.0.18 2021-06-22 17:19:50 +03:00
fortuneteller2k dc24124ec6 elfcat: init at 0.1.3 2021-06-22 22:19:17 +08:00
SandroandGitHub ab8167cc22 Merge pull request #127801 from bbigras/cloudflared-update
cloudflared: 2021.5.10 -> 2021.6.0
2021-06-22 16:16:06 +02:00
SandroandGitHub 192a85e425 Merge pull request #127759 from peterhoeg/u/widelands
widelands: 21 -> 1.0
2021-06-22 16:15:53 +02:00
SandroandGitHub 88e3da0610 Merge pull request #126657 from fortuneteller2k/open-fonts
open-fonts: init at 0.7.0
2021-06-22 16:15:23 +02:00
SandroandGitHub 04656c62ba Merge pull request #127794 from fgaz/twemoji-color-font/13.1.0
twemoji-color-font: 13.0.1 -> 13.1.0
2021-06-22 16:14:55 +02:00
SandroandGitHub dd2ad5f80f Merge pull request #127800 from Sohalt/dpdk-mods-typo
dpdk: fix typo in error message
2021-06-22 16:11:45 +02:00
SandroandGitHub 9b2cad02f8 Merge pull request #127787 from hlolli/zx-shell-init
zx: init at 1.14.2
2021-06-22 16:11:22 +02:00
Chad Jablonski 11b44aaa11 programmer-calculator: init at 2.1 2021-06-22 10:03:56 -04:00
sternenseemann d7d3eace87 haskellPackages.tmp-postgres: disable tests on darwin
The tests use pgrep which is not packaged for darwin yet as we are
lacking some private / non open source headers for it to compile.

May be resolvable in the future.
2021-06-22 16:00:19 +02:00
Karl HandGitHub 0b0e76080a octavePackages.nan: 3.5.2 -> 3.5.3 (#127757) 2021-06-22 15:45:40 +02:00
Karl HandGitHub 67323a4793 octavePackages.matgeom: 1.2.2 -> 1.2.3 (#127756) 2021-06-22 15:45:27 +02:00
Karl HandGitHub aed8a199de octavePackages.windows: 1.5.0 -> 1.6.1 (#127755) 2021-06-22 15:45:16 +02:00
Karl HandGitHub 2d4660ce76 octavePackages.struct: 1.0.16 -> 1.0.17 (#127754) 2021-06-22 15:45:10 +02:00
Karl HandGitHub b97b0f4a94 octavePackages.splines: 1.3.3 -> 1.3.4 (#127753) 2021-06-22 15:44:52 +02:00
Karl HandGitHub b71f5ce78f octavePackages.optim: 1.6.0 -> 1.6.1 (#127751) 2021-06-22 15:44:41 +02:00
Karl HandGitHub 7e0e1eb9ca octavePackages.parallel: 4.0.0 -> 4.0.1 (#127752) 2021-06-22 15:44:29 +02:00
Karl HandGitHub 7082fe4bc2 octavePackages.instrument-control: 0.6.0 -> 0.7.0 (#127750) 2021-06-22 15:44:11 +02:00
Karl HandGitHub 412a1a4a4f octavePackages.fuzzy-logic-toolkit: 0.4.5 -> 0.4.6 (#127749) 2021-06-22 15:43:46 +02:00
Karl HandGitHub 43ff7710c6 octavePackages.control: 3.2.0 -> 3.3.0 (#127748) 2021-06-22 15:43:37 +02:00
Karl HandGitHub f185694128 octavePackages.communications: 1.2.2 -> 1.2.3 (#127747) 2021-06-22 15:43:23 +02:00
Karl HandGitHub a245e51814 octavePackages.arduino: 0.6.0 -> 0.7.0 (#127746) 2021-06-22 15:43:09 +02:00
SandroandGitHub 2e5873367c Merge pull request #127601 from tfmoraes/python3Package-dask-2021.06.1 2021-06-22 15:42:52 +02:00
SandroandGitHub 10e3457e0e Merge pull request #127791 from ncfavier/xorg-fix
xorg: regenerate default.nix
2021-06-22 15:40:17 +02:00