1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-03-22 03:52:50 +00:00
Commit graph

245537 commits

Author SHA1 Message Date
Klemens Nanni e438d4a04f
nftables: Warn about correct firewall setting
services.networking.firewall might have existed during import of this
module in 2016, but it is unknown as of today.

Point to the proper boolean knob to avoid confusion.
2020-10-02 00:25:57 +02:00
ldesgoui 83edcc15ea mumble-overlay: fix outdated install phase
As it stands, the mumble-overlay install phase attemps to link
`{mumble}/lib/libmumble.so.1.2.*` to its output's `lib/libmumble.so.1`,
this has stopped matching any file ever since mumble has passed
version 1.3.
Instead, we simply link from `{mumble}/lib/libmumble.so.1`
2020-10-02 00:10:30 +02:00
0x4A6F c232d4b587
nixos: Conform with RFC 1123 in networking.hostName
Conform to RFC 1123 [0], specifically to "2.1 Host Names and Numbers",
which allow starting host name with alphanumerical instead of alphabetical characters.
RFC 1123 updates RFC 952 [1], which is referenced in "man 5 hosts".

[0]: https://tools.ietf.org/html/rfc1123
[1]: https://tools.ietf.org/html/rfc952
2020-10-01 22:06:00 +00:00
Florian Ströger d64bcddae4 helmfile: 0.128.0 -> 0.130.0 2020-10-02 00:04:07 +02:00
Sascha Grunert 462a9bf9fb buildah: 1.16.2 -> 1.16.3
Signed-off-by: Sascha Grunert <sgrunert@suse.com>
2020-10-01 22:02:41 +00:00
José Romildo Malaquias 8dc5cbc6f3 iconpack-jade: 1.23 -> 1.24 2020-10-01 22:01:04 +00:00
Martin Weinelt 6cf69de031
Merge pull request #99213 from MetaDark/debugpy
pythonPackages.debugpy: 1.0.0b12 -> 1.0.0
2020-10-01 23:34:17 +02:00
adisbladis 0eeedc732c
poetry2nix: 1.12.0 -> 1.13.0 2020-10-01 23:11:14 +02:00
Alvar Penning 4c3f651965 claws-mail: 3.17.6 -> 3.17.7 2020-10-01 23:06:46 +02:00
Jonathan Ringer e6ec27be98 tabnine: fix build
Co-authored by: @onsails
2020-10-01 14:05:44 -07:00
Timo Kaufmann 1f87da9754
Merge pull request #99199 from AluisioASG/aasg/r128gain-1.0.3
r128gain: 1.0.1 -> 1.0.3
2020-10-01 22:51:20 +02:00
Christian Kampka 0954caa348
wesnoth: 1.14.13 -> 1.14.14 2020-10-01 21:33:34 +02:00
Ben Siraphob 5dc6f363cd mozwire: 0.5.1 -> 0.5.2 2020-10-02 02:26:05 +07:00
Daniël de Kok 10516c253d
Merge pull request #99287 from jansol/renderdoc
renderdoc: 1.9 -> 1.10
2020-10-01 20:46:52 +02:00
Scalavision a6f124f57b kent: init at 404 2020-10-01 19:50:37 +02:00
Maximilian Bosch ebb5b9ab2e
Merge pull request #99282 from fadenb/systemdjournal2gelf_20200813
systemd-journal2gelf: 20190702 -> 20200813
2020-10-01 19:35:34 +02:00
Andrey Kuznetsov f89fcf4d95 vimPlugins.vim-clap: updated cargoSha256 2020-10-01 10:32:22 -07:00
Andrey Kuznetsov fde08171a8 vimPlugins: update 2020-10-01 10:32:22 -07:00
Andrey Kuznetsov 94e7c10c1e vimPlugins.completion-tabnine: link to TabNine binary 2020-10-01 10:32:22 -07:00
Andrey Kuznetsov eac90229f6 vimPlugins.completion-tabnine: init at 2020-10-01 2020-10-01 10:32:22 -07:00
Andrey Kuznetsov 9a54352353 tabnine: init at 3.1.1 2020-10-01 10:32:22 -07:00
Maximilian Bosch 2015a19e4a
Merge pull request #99278 from NeQuissimus/scala_2_12_12
scala: 2.12.10 -> 2.12.12
2020-10-01 19:29:08 +02:00
Pamplemousse af27072f1d python3Packages.pyelftools: 0.26 -> unstable-09-23
And fix the tests.

Signed-off-by: Pamplemousse <xav.maso@gmail.com>
2020-10-01 10:17:00 -07:00
José Romildo Malaquias 32762b808f
Merge pull request #98857 from romildo/upd.marwaita
marwaita: 7.6.1 -> 7.7
2020-10-01 14:12:47 -03:00
Mrinal 1cf738a993
google-cloud-sdk: 306.0.0 -> 312.0.0 (#99262) 2020-10-01 18:12:42 +02:00
Chris Wögi 0253c131e5
erlangR23: 23.0.3 -> 23.1 (#98646)
Co-authored-by: cw <789@webuhu.at>
2020-10-01 18:09:47 +02:00
Doron Behar 60b4b396e5
Merge pull request #98501 from doronbehar/pkg/octave/arpack 2020-10-01 19:04:43 +03:00
Doron Behar 0a7157119d
Merge pull request #98869 from tobim/pkgs/mpd-0.22 2020-10-01 19:01:06 +03:00
Doron Behar ac5e22734c liburing: Fix references between outputs issue
Experienced in:
https://github.com/NixOS/nixpkgs/pull/98869#discussion_r495492213

Set configure flags properly, don't override configurePhase, per:
https://github.com/jtojnar/nixpkgs-hammering/blob/master/explanations/explicit-phases.md

Use different output names - use $bin for examples, and $out for
libraries which expectedly should be referenced by reverse deps.
2020-10-01 19:00:31 +03:00
Tobias Mayer 7c1ce3b1e6 mpd: 0.21.25 -> 0.22 2020-10-01 18:58:22 +03:00
Martin Weinelt d83af32dd6
Merge pull request #99292 from lsix/pyscreenshot-add-missing-dep
pythonPackages.pyscreenshot: add missing pillow dependency
2020-10-01 17:52:43 +02:00
Maximilian Bosch 229343aeb2
Merge pull request #99290 from fadenb/element-1.7.8
element-web, element-desktop: 1.7.7 -> 1.7.8
2020-10-01 17:33:54 +02:00
Michael Weiss 85537bce39
inxi: 3.1.06-1 -> 3.1.07-1 2020-10-01 17:29:51 +02:00
Lancelot SIX 46159bcf20
pythonPackages.pyscreenshot: add missing pillow dependency 2020-10-01 16:29:05 +01:00
Timo Kaufmann cb5a4de2b9
Merge pull request #90172 from AluisioASG/aasg/sox-wv
sox: Add WavPack support
2020-10-01 17:21:06 +02:00
Tristan Helmich (omniIT) f10049cef3 element-web: 1.7.7 -> 1.7.8 2020-10-01 14:52:27 +00:00
Tristan Helmich (omniIT) 0bf368d339 element-desktop: 1.7.7 -> 1.7.8 2020-10-01 14:52:21 +00:00
Jan Solanti 360aded63d renderdoc: 1.9 -> 1.10 2020-10-01 17:49:13 +03:00
Maciej Krüger b3f8d3b80d
Merge pull request #99172 from mkg20001/spidermonkey-38 2020-10-01 16:39:09 +02:00
Stig P 874cf0575b
Merge pull request #99169 from stigtsp/package/perl-text-diff-formattedhtml-init
perlPackages.TextDiffFormattedHTML: init at 0.08
2020-10-01 14:36:35 +00:00
Tristan Helmich (omniIT) d637770ce2 release-notes: Warn about systemd-journal2gelf changes 2020-10-01 14:35:25 +00:00
Tristan Helmich (omniIT) 05d0f38c18 systemd-journal2gelf: 20190702 -> 20200813 2020-10-01 14:22:25 +00:00
Martin Weinelt 730751e731
Merge pull request #99242 from jonringer/bump-obs
obs-studio: 25.0.8 -> 26.0.0
2020-10-01 15:51:14 +02:00
Tim Steinbach b4a0e5f1f8
scala: 2.12.10 -> 2.12.12 2020-10-01 09:44:39 -04:00
Hongchang Wu f12817d400 ocamlPackages.csexp: fix minimum OCaml version 2020-10-01 15:16:51 +02:00
Daniël de Kok 4271a89175
Merge pull request #99254 from Flakebi/amdvlk
amdvlk: 2020.Q3.5 -> 2020.Q3.6
2020-10-01 15:05:00 +02:00
Hongchang Wu d1ad52061e ocamlPackages.dune-configurator: add minimumOCamlVersion 2020-10-01 15:04:01 +02:00
Tim Steinbach de6f754b6e
Merge pull request #99270 from NeQuissimus/linux_5_4_69
linux: 5.4.68 -> 5.4.69
2020-10-01 09:01:48 -04:00
Tim Steinbach ea11b55f44
Merge pull request #99269 from NeQuissimus/linux_4_4_238
linux: 4.4.237 -> 4.4.238
2020-10-01 09:01:36 -04:00
Tim Steinbach b2a80bebe9
Merge pull request #99267 from NeQuissimus/linux_4_19_149
linux: 4.19.148 -> 4.19.149
2020-10-01 09:01:29 -04:00