TredwellGit
445e3ce0e8
element: 1.7.29 -> 1.7.30
...
https://github.com/vector-im/element-web/blob/v1.7.30/CHANGELOG.md
https://github.com/vector-im/element-desktop/blob/v1.7.30/CHANGELOG.md
2021-06-07 17:33:26 +00:00
Ben Siraphob
acc122f401
archivy: 1.1.4 -> 1.3.1
2021-06-07 23:56:43 +07:00
Sandro
12e7af1cfb
Merge pull request #125764 from siraben/twtxt-reinit
2021-06-07 18:42:26 +02:00
Matthieu Coudron
4a2cbcfbb4
neovim: add some tests
...
To test the generated RC is included in the file and that we have the
option not to wrap the RC.
run:
nix-build -A tests.vim
2021-06-07 18:21:21 +02:00
06kellyjac
7407133b80
terragrunt: 0.29.8 -> 0.29.9
2021-06-07 17:07:17 +01:00
Martin Weinelt
602163952d
Merge pull request #125669 from nbp/firefox-file-picker
...
firefox-bin: Avoid including both the wrapped and unwrapped versions.
2021-06-07 18:05:06 +02:00
Ryan Mulligan
5b5933d349
Merge pull request #126084 from tomberek/sourcehut_release
...
nixos/doc: add sourcehut to release notes
2021-06-07 09:02:30 -07:00
Silvan Mosberger
e0b49e5f53
python2Packages.ipdb: Fix build
2021-06-07 17:40:07 +02:00
Tom Bereknyei
9815f9545e
nixos/doc: add sourcehut to release notes
2021-06-07 11:26:29 -04:00
Yurii Rashkovskii
4b4df46bab
clips: 6.31 -> 6.40
2021-06-07 07:44:10 -07:00
Dominique Martinet
254a89e7d5
isync: 1.4.1 -> 1.4.2
...
Fixes CVE-2021-3578: possible remote code execution
https://sourceforge.net/p/isync/mailman/message/37297759/
2021-06-07 23:24:10 +09:00
Ben Siraphob
5e10c9cdf7
twtxt: reinit at 1.2.3
...
This should bring it in line with other package managers:
https://repology.org/project/twtxt/versions
2021-06-07 21:22:38 +07:00
Ben Siraphob
22ab1a4a00
cc65: enable parallel building
2021-06-07 21:13:21 +07:00
Ben Siraphob
1e1e19b6c7
cc65: fix darwin build
2021-06-07 21:10:55 +07:00
John Ericson
65c7bed5d2
Merge pull request #126057 from alyssais/netbsd-bintools
...
wrapBintoolsWith: fix final stage NetBSD
2021-06-07 10:10:35 -04:00
Ben Siraphob
a5afb78b95
acme: unstable-2020-12-27 -> unstable-2021-02-14
2021-06-07 21:03:01 +07:00
rnhmjoj
eba5f5c1e5
Revert "nixos/wireless: make wireless.interfaces mandatory"
...
This reverts commit 030a521adc
.
2021-06-07 15:55:58 +02:00
R. RyanTM
7182afa8e4
i3-balance-workspace: 1.8.3 -> 1.8.4
2021-06-07 13:44:17 +00:00
jakobrs
475c007da0
nixos/libvirtd: add assertion requiring polkit to be enabled
2021-06-07 15:12:21 +02:00
Ryan Mulligan
2f92034d30
Merge pull request #125838 from jtojnar/strict-commonmark
...
doc: Parse as CommonMark
2021-06-07 06:02:29 -07:00
superherointj
1c50387848
ocamlPackages.repr: 0.2.1 -> 0.3.0
2021-06-07 14:07:59 +02:00
Alyssa Ross
1dcba17714
wrapBintoolsWith: fix final stage NetBSD
...
Fixes "bintools" on NetBSD -- without this only the version in stdenv
would work, not the one from the final stage.
Andi tried to warn me about this[1]. Andi, I'm sorry for doubting you.
[1]: https://github.com/NixOS/nixpkgs/pull/124499#discussion_r641949801
2021-06-07 11:49:31 +00:00
superherointj
8788cf16cd
ocamlPackages.csexp: 1.4.0 -> 1.5.1
2021-06-07 13:31:06 +02:00
Sandro
7c11c1b4c0
Merge pull request #126055 from nagy/oidn-140
...
openimagedenoise: 1.3.0 -> 1.4.0
2021-06-07 13:29:16 +02:00
Jonathan Ringer
04bdefc4b8
stdenv/native: fix bintools import
2021-06-07 11:26:15 +00:00
Sandro
67ccc2ef29
Merge pull request #125906 from fortuneteller2k/zls
...
zls: 0.1.0 -> unstable-2021-06-06
2021-06-07 13:25:34 +02:00
Sandro
b729cf55eb
Merge pull request #126054 from r-ryantm/auto-update/dua
...
dua: 2.12.1 -> 2.12.2
2021-06-07 13:24:47 +02:00
Daniel Nagy
4317137dc8
openimagedenoise: 1.3.0 -> 1.4.0
2021-06-07 13:08:27 +02:00
R. RyanTM
6b434d06a8
dua: 2.12.1 -> 2.12.2
2021-06-07 09:47:42 +00:00
Nicolas B. Pierron
efef092ba5
firefox-bin: Avoid including both the wrapped and unwrapped version when using nix run command.
...
In order to make the man pages accessible, the previous code used
nix-support/propagated-user-env-packages. However this file is also used to set
the PATH when the application is executed with `nix run`, thus including the
wrapped and the wrappee in the environment.
Having the wrappee enumerated first in the environment caused `firefox` to
default to the wrappee, and as such not being able to find a proper GTK. This
was a source of failures while opening a file-picker.
This change removes the code to propagate the wrappe in the environment, as the
man pages are already linked in the wrapper output.
2021-06-07 11:42:18 +02:00
talyz
41387135dd
nixos/grafana: Add error handling to service script
...
Without this, the services starts even if files are missing or
prerequisite commands fail, which can lead to incorrect initial
state.
2021-06-07 18:00:13 +09:00
talyz
98f07d6cc5
nixos/grafana: Filter out duplicate plugins
...
If the same plugin appears multiple times in `declarativePlugins`, for
example due to being added both by a module and in user config, the
build fails with an error message similar to
ln: failed to create symbolic link 'grafana-worldmap-panel/glmqcj88zk2bz3mvdr3r7920wxg02qnq-grafana-worldmap-panel-0.3.2': Permission denied
This is solved by removing all duplicates.
2021-06-07 18:00:13 +09:00
Arijit Basu
7fa45ea707
xplr: 0.13.1 -> 0.14.0
2021-06-07 14:12:53 +05:30
Jan Tojnar
99fcca7b6b
nixos/gnome: fix option label
...
It is no longer GNOME 3.
2021-06-07 08:34:38 +02:00
Dmitry Kalinkin
60331927f0
lhapdf: build against python3 by default
2021-06-07 02:05:20 -04:00
Dmitry Kalinkin
489c958e02
pythonPackages.lhapdf: init
2021-06-07 02:04:31 -04:00
tomberek
6d84e50b19
Merge pull request #126037 from r-ryantm/auto-update/gmt
...
gmt: 6.1.1 -> 6.2.0
2021-06-07 01:49:28 -04:00
tomberek
ca51514d95
Merge pull request #126040 from r-ryantm/auto-update/kubie
...
kubie: 0.14.1 -> 0.15.0
2021-06-07 01:48:38 -04:00
tomberek
2a1cbfb7ea
Merge pull request #125531 from r-ryantm/auto-update/fswatch
...
fswatch: 1.15.0 -> 1.16.0
2021-06-07 01:42:12 -04:00
illustris
fc26b9020f
chia: 1.1.5 -> 1.1.7
2021-06-07 11:06:21 +05:30
tomberek
ff3ff0ee7b
Merge pull request #125710 from r-ryantm/auto-update/chafa
...
chafa: 1.6.0 -> 1.6.1
2021-06-07 01:35:06 -04:00
fortuneteller2k
eb09c6f953
navit: remove
2021-06-07 13:32:17 +08:00
Jörg Thalheim
26c487ee99
nixos-rebuild: document override-input
2021-06-07 01:14:09 -04:00
tomberek
3a745b2c2c
Merge pull request #125942 from musfay/rlottie
...
rlottie: 0.1 -> 0.2
2021-06-07 01:08:30 -04:00
tomberek
08ae415432
Merge pull request #126035 from r-ryantm/auto-update/gitui
...
gitui: 0.16.0 -> 0.16.1
2021-06-07 01:03:10 -04:00
R. RyanTM
7d2e8e2043
bslizr: 1.2.14 -> 1.2.16
2021-06-07 01:01:27 -04:00
Fabian Affolter
91fc486606
python3Packages.pyhomematic: 0.1.72 -> 0.1.73
2021-06-06 21:44:15 -07:00
Jan Tojnar
3c78ad2561
doc: Use markdown syntax for xrefs
...
Syntax is taken from MyST:
https://myst-parser.readthedocs.io/en/latest/using/syntax.html#targets-and-cross-referencing
2021-06-07 06:34:59 +02:00
Jan Tojnar
adecb00f5a
doc: Build as CommonMark
...
We were using Pandoc’s Markdown parser. This is non-standard and might cause issues when we finally switch to some other tool.
Since RFC 0072 agreed on CommonMark, let’s switch to that.
We will use some extensions to make the limited syntax bearable but these are official so they should be more portable.
2021-06-07 06:34:59 +02:00
Jan Tojnar
6ecc641d08
doc: prepare for commonmark
...
We are still using Pandoc’s Markdown parser, which differs from CommonMark spec slightly.
Notably:
- Line breaks in lists behave differently.
- Admonitions do not support the simpler syntax https://github.com/jgm/commonmark-hs/issues/75
- The auto_identifiers uses a different algorithm – I made the previous ones explicit.
- Languages (classes) of code blocks cannot contain whitespace so we have to use “pycon” alias instead of Python “console” as GitHub’s linguist
While at it, I also fixed the following issues:
- ShellSesssion was used
- Removed some pointless docbook tags.
2021-06-07 06:34:59 +02:00