Doron Behar
f9dd0f679c
Merge pull request #103955 from xaverdh/aft-4.0
...
android-file-transfer: 3.9 -> 4.0
2020-11-16 19:18:43 +02:00
Doron Behar
b23ac198b7
Merge pull request #103960 from gnidorah/my
2020-11-16 19:15:56 +02:00
Maximilian Bosch
a9a1423377
gitea: 1.12.5 -> 1.12.6
...
https://github.com/go-gitea/gitea/releases/tag/v1.12.6
2020-11-16 17:37:12 +01:00
Jörg Thalheim
d0925412b6
Merge pull request #95675 from erikarvstedt/fix-sdg-utils
...
xdg-utils: add missing dependencies
2020-11-16 16:49:00 +01:00
Florian Klink
474c2d4c09
Merge pull request #103947 from stigtsp/package/firefox-bin-82.0.3
...
firefox-bin: 82.0.2 -> 82.0.3
2020-11-16 16:37:13 +01:00
Florian Klink
462c5b26c5
Merge pull request #103966 from flokli/kernel-enable-ipv6
...
kernel config: explicitly enable CONFIG_IPV6
2020-11-16 16:32:50 +01:00
sternenseemann
bc714f86a5
ocamlPackages.ca-certs: init at 0.1.2
2020-11-16 16:09:18 +01:00
Tim Steinbach
9f9134c754
sbt: 1.4.2 → 1.4.3
2020-11-16 09:25:44 -05:00
Frederik Rietdijk
36b27ccf77
Merge pull request #103462 from NixOS/staging-next
...
Staging next
2020-11-16 15:23:47 +01:00
Ryan Mulligan
e2bde6c14f
Merge pull request #103906 from r-ryantm/auto-update/ptcollab
...
ptcollab: 0.3.4.1 -> 0.3.5
2020-11-16 06:05:13 -08:00
Ryan Mulligan
8d04c0390c
Merge pull request #103773 from r-ryantm/auto-update/vimwiki-markdown
...
vimwiki-markdown: 0.3.1 -> 0.3.2
2020-11-16 06:03:13 -08:00
Daniël de Kok
04768cefa2
Merge pull request #103767 from evanjs/gping/0.1.6
...
gping: 1.1 -> 0.1.6
2020-11-16 14:53:38 +01:00
Maximilian Bosch
654e49be53
documize-community: 3.8.0 -> 3.8.1
...
It seems as it was forgotten to add a git tag (I already reported that)
and the relevant changelogs, however the website and my self-hosted
instance notified about the new release.
It makes sense though to update now since this release fixes the
integration of `drawio` into the wiki.
For the sake of completeness, all changes made since `v3.8.0`
can be viewed in https://github.com/documize/community/compare/v3.8.0...30d12ba756101a3d360e874cc8fad2a53ec558ed
2020-11-16 14:07:22 +01:00
Maximilian Bosch
fe6c692520
Merge pull request #103864 from r-ryantm/auto-update/drawio
...
drawio: 13.7.9 -> 13.9.5
2020-11-16 13:58:23 +01:00
Maximilian Bosch
4c0a1fd555
Merge pull request #103852 from r-ryantm/auto-update/cargo-about
...
cargo-about: 0.2.2 -> 0.2.3
2020-11-16 13:54:48 +01:00
Vincent Demeester
b8065eeaef
youtube-dl: 2020.11.01.1 -> 2020.11.12
...
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
2020-11-16 12:51:22 +00:00
Maximilian Bosch
4ad6e85f75
Merge pull request #103807 from srenatus/bump/wabt/1.0.20
...
wabt: 1.0.19 -> 1.0.20
2020-11-16 13:50:17 +01:00
Maximilian Bosch
9fc484c373
Merge pull request #103717 from WilliButz/codimd/add-package-option
...
nixos/codimd: add package option, refactor prettyJSON
2020-11-16 13:46:17 +01:00
Maximilian Bosch
a728b57d6b
Merge pull request #103689 from r-ryantm/auto-update/filezilla
...
filezilla: 3.50.0 -> 3.51.0
2020-11-16 13:41:38 +01:00
Maximilian Bosch
307d471245
Merge pull request #103655 from sveitser/update-nix-prefetch-github-4.0.2
...
nix-prefetch-github: 4.0.1 -> 4.0.2
2020-11-16 13:33:34 +01:00
Maximilian Bosch
fdeba5ef32
Merge pull request #103873 from r-ryantm/auto-update/git-cola
...
git-cola: 3.5 -> 3.8
2020-11-16 13:30:47 +01:00
Maximilian Bosch
169142f8b5
Merge pull request #103887 from r-ryantm/auto-update/liquibase
...
liquibase: 4.1.1 -> 4.2.0
2020-11-16 13:25:03 +01:00
Bart Brouns
89fae7b7c7
vdirsyncerStable: deprecate
2020-11-16 20:23:49 +08:00
Bart Brouns
452043842a
vdirsyncer: rename stable.nix to default.nix
2020-11-16 20:23:49 +08:00
Bart Brouns
90126c3e48
vdirsyncer: delete default.nix, point vdirsyncer to stable.nix
...
TLDR: default.nix was pointing to an unmaintained code base whereas stable.nix is up-to-date and maintained.
History
1. At first their was one Python version of vdirsyncer that had been working fine for years. Then, maintenance decreased and the package was marked as broken in nixpkgs.
2. The original author (@untitaker on github.com) of vdirsyncer decided to re-implement (part of) vdirsyncer in Rust. Nixpkgs made `vdirsyncer` point to the Rust version and renamed the Python historical version to `vdirsyncerStable`.
3. Eventually, @untitaker gave up on the Rust version.
4. Someone else (@WhyNotHugo on github.com) decided to take over maintenance of the Python version.
5. Mario Rodas (@marsam on github) and Damien Cassou updated the `vdirsyncerStable` to point to the work of @WhyNotHugo and mark the package as working again.
2020-11-16 20:23:49 +08:00
Maximilian Bosch
ba889c781d
Merge pull request #103953 from bbigras/starship
...
starship: 0.46.2 -> 0.47.0
2020-11-16 13:14:23 +01:00
Florian Klink
13be37662d
kernel config: explicitly enable CONFIG_IPV6
...
We currently build CONFIG_IPV6=m.
This seems to be not really well-supported in mainline kernels - see
https://lore.kernel.org/netdev/20201115224509.2020651-1-flokli@flokli.de/T/#u
Compiling it as a module doesn't give too much benefit - even for people
who did explicitly set `enableIPv6` to false, the `ipv6` module was
still loaded, as soon as another module was loaded that requires it
(bridge,br_netfilter,wireguard,ip6table_mangle,sctp,…).
By compiling it in, we only loose the possibility to not add it to
`boot.kernelModules` anymore (as it's part of the kernel directly). The
space savings are negligible.
People wanting to disable IPv6 still get the appropriate sysctls and
options set (while having the kernel code loaded), nothing is really
changing here.
2020-11-16 13:07:49 +01:00
Andreas Rammhold
ad37c2c445
Merge pull request #102916 from andir/nixos-help
...
nixos-help: fixup .desktop file & smaller refactoring
2020-11-16 12:17:28 +01:00
gnidorah
c2acc89018
openmpt123: 0.5.2 -> 0.5.3
2020-11-16 13:42:52 +03:00
gnidorah
41f94c0b72
lazpaint: 7.1.4 -> 7.1.5
2020-11-16 13:42:34 +03:00
gnidorah
30c889090a
pakcs: 2.2.0 -> 2.2.1
2020-11-16 13:42:13 +03:00
Pascal Wittmann
4f3475b113
Merge pull request #103956 from vbgl/pdfpc-4.4.1
...
pdfpc: 4.4.0 → 4.4.1
2020-11-16 11:01:57 +01:00
Marek Mahut
ef60ef42e7
Merge pull request #103659 from r-ryantm/auto-update/exodus
...
exodus: 20.10.23 -> 20.11.10
2020-11-16 10:49:11 +01:00
lewo
f08bfb8637
Merge pull request #103882 from nlewo/hydra-cli-0.3.0
...
hydra-cli: 0.2.0 -> 0.3.0
2020-11-16 09:18:07 +01:00
Frederik Rietdijk
986c2d36da
Merge master into staging-next
2020-11-16 09:01:53 +01:00
Vincent Laporte
89e35b3fd3
pdfpc: 4.4.0 → 4.4.1
2020-11-16 08:47:14 +01:00
Dominik Xaver Hörl
1c682556bb
android-file-transfer: 3.9 -> 4.0
2020-11-16 07:57:59 +01:00
Bruno Bigras
c2a2081d8e
starship: 0.46.2 -> 0.47.0
2020-11-16 00:33:39 -05:00
Stig Palmquist
10712e7b5f
firefox-bin: 82.0.2 -> 82.0.3
2020-11-16 05:12:53 +01:00
Austin Seipp
300846f3c9
Merge pull request #103854 from r-ryantm/auto-update/cloudflared
...
cloudflared: 2020.11.3 -> 2020.11.5
2020-11-15 21:43:15 -06:00
Austin Seipp
a83e5c4245
firecracker: 0.22.0 -> 0.23.0
...
Closes #102789 .
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2020-11-15 21:28:29 -06:00
Austin Seipp
4b21cf786c
Merge pull request #102943 from prusnak/verilog
...
verilog: unstable-2020-08-24 -> 11.0
2020-11-15 21:19:22 -06:00
Austin Seipp
213804cbf9
Merge pull request #88804 from anmonteiro/anmonteiro/cockroachdb-20.1.0
...
cockroachdb: fix license
2020-11-15 20:54:37 -06:00
ajs124
4dfa36fe6d
Merge pull request #103901 from andir/firefox
...
firefox: 82.0.2 -> 82.0.3, firefox-esr: 78.4.0esr -> 78.4.1esr
2020-11-16 01:57:05 +01:00
Antonio Nuno Monteiro
c7b9b3dee5
cockroachdb: fix license information
2020-11-15 16:19:17 -08:00
Anderson Torres
25afd6a3ec
Merge pull request #103768 from AndersonTorres/wip-antiprism
...
antiprism: init at 0.26
2020-11-15 19:43:57 -03:00
StigP
c57e985c06
Merge pull request #103607 from r-ryantm/auto-update/zef
...
zef: 0.8.5 -> 0.9.1
2020-11-15 22:22:04 +00:00
Silvan Mosberger
e3a7f6c6f7
Merge pull request #103664 from danderson/danderson/tailscale-1.2.6
...
tailscale: 1.2.1 -> 1.2.6
2020-11-15 22:35:58 +01:00
Doron Behar
fcbef5bac5
Merge pull request #103916 from r-ryantm/auto-update/rtsp-simple-server
...
rtsp-simple-server: 0.12.0 -> 0.12.1
2020-11-15 23:10:12 +02:00
José Romildo Malaquias
f3a787f948
Merge pull request #103870 from r-ryantm/auto-update/font-manager
...
font-manager: 0.7.8 -> 0.7.9
2020-11-15 15:35:14 -03:00