214007 Commits

Author SHA1 Message Date
José Romildo Malaquias
97fec8cfbb mate.mate-control-center: 1.22.2 -> 1.24.0
Also the patches have been integrated upstream.
2020-02-12 14:57:38 -03:00
Marek Mahut
b4749d221a eggdrop: 1.6.21-nix1 -> 1.8.4 2020-02-12 18:52:32 +01:00
José Romildo Malaquias
6ba2a2c04f mate.mate-common: 1.22.2 -> 1.24.0 2020-02-12 14:51:20 -03:00
José Romildo Malaquias
9b60f99c1f mate.mate-calc: 1.22.2 -> 1.24.0 2020-02-12 14:51:20 -03:00
José Romildo Malaquias
e812e5053b mate.mate-backgrounds: 1.22.0 -> 1.24.0 2020-02-12 14:51:20 -03:00
José Romildo Malaquias
10e1405b16 mate.mate-applets: 1.22.2 -> 1.24.0 2020-02-12 14:51:19 -03:00
José Romildo Malaquias
bd9bee5fd4 mate.marco: 1.22.4 -> 1.24.0 2020-02-12 14:51:19 -03:00
José Romildo Malaquias
e1cc75eaa3 mate.libmateweather: 1.22.1 -> 1.24.0 2020-02-12 14:51:19 -03:00
José Romildo Malaquias
b143f1867d mate.libmatemixer: 1.22.0 -> 1.24.0 2020-02-12 14:51:19 -03:00
José Romildo Malaquias
fc1a17d0f1 mate.libmatekbd: 1.22.0 -> 1.24.0 2020-02-12 14:51:19 -03:00
José Romildo Malaquias
0841600674 mate.eom: 1.22.2 -> 1.24.0 2020-02-12 14:51:19 -03:00
José Romildo Malaquias
c8d4d775d0 mate.engrampa: 1.22.3 -> 1.24.0 2020-02-12 14:51:19 -03:00
José Romildo Malaquias
97631fe8b3 mate.caja-extensions: 1.22.1 -> 1.24.0 2020-02-12 14:51:18 -03:00
José Romildo Malaquias
d5f9737d1a mate.caja-dropbox: 1.22.1 -> 1.24.0 2020-02-12 14:51:18 -03:00
José Romildo Malaquias
c17f188de0 mate.caja: 1.22.3 -> 1.24.0 2020-02-12 14:51:18 -03:00
José Romildo Malaquias
21fceb367f mate.atril: 1.22.3 -> 1.24.0 2020-02-12 14:51:18 -03:00
R. RyanTM
7b61246b95 gitAndTools.gh: 0.5.3 -> 0.5.4 2020-02-12 09:40:46 -08:00
Marek Mahut
e0efe0d77f ezquake: 3.0.1 -> 3.1 2020-02-12 18:36:31 +01:00
worldofpeace
3cd893521c
Merge pull request #79890 from jonringer/add-discord
readme: add link to community chat options
2020-02-12 12:15:26 -05:00
Alyssa Ross
e1ed62abc2 cargo: install man pages
I thought about doing a seperate output for these, but they're tiny
compared to the size of the binary, so there's no point.

(cherry picked from commit 0489c1b4b20d13fa04e6460ead73893889ff2529)
2020-02-12 17:56:01 +01:00
Florian Klink
b2c2eaea6d
Merge pull request #79862 from flokli/fix-run-keys
nixos/filesystems: don't chown /run/keys recursively
2020-02-12 17:52:23 +01:00
Sam Doshi
8bccdc4b81 squeezelite: git -> 1.9.1196
Fix mp3, aac and ogg support, add extra codecs.
2020-02-12 08:45:55 -08:00
Sam Doshi
3be3ba4519 maintainers: add samdoshi 2020-02-12 08:45:55 -08:00
Drew Risinger
f87157e0d3 pythonPackages.marshmallow-polyfield: init at 5.7
This python package allows polymorphic data fields in marshmallow
serialization/deserialization schema.

This is a requirement for qiskit.
2020-02-12 08:40:31 -08:00
Jörg Thalheim
e2ef8b439f
knot: add keyFiles option
This useful to include tsig keys using nixops without adding those
world-readable to the nix store.
2020-02-12 16:36:42 +00:00
Jörg Thalheim
88029bce39
knot: drop dynamic user
This makes it hard to include secret files.
Also using tools like keymgr becomes harder.
2020-02-12 16:34:10 +00:00
Jeff Labonte
b67006fae1 pythonPackages.digi-xbee: init at 1.3.0 2020-02-12 08:32:56 -08:00
Jeff Labonte
843a8481cd pythonPackages.srp: init at 1.0.15 2020-02-12 08:32:56 -08:00
Jeff Labonte
2f0614bdcb maintainers: add jefflabonte 2020-02-12 08:32:56 -08:00
Jörg Thalheim
6adc09ed30
knot: put runtime paths outside the nix store
Otherwise knot tries to write to non-writable directories.
This for example breaks dnssec signing.
While it's possible to overwrite these path in the configuration,
having a sane defaults is nicer.
2020-02-12 16:27:38 +00:00
Farkas, Arnold
ebf837e07f pythonPackages.sanic-auth: init at 0.2.0 2020-02-12 08:22:56 -08:00
Andreas Rammhold
5c8612d90c
cargo: use bundled libgit2
Cargo uses git-rs which is made to be built against the bundled libgit2
version that hasn't been part of a stable release yet. Using our libgit2
instead of the master version fails during runtime as they are not
compatible anymore.

After the next libgit2 update we can try again but it is likely that
there will also be yet another cargo release at that point in time…
2020-02-12 17:16:32 +01:00
Michele Guerini Rocco
c6ec7b613a
Merge pull request #79478 from stefano-m/aws-sam-cli-no-telemetry
aws-sam-cli: disable telemetry
2020-02-12 16:56:47 +01:00
David Terry
3e7ce1e07d vimPlugins.jellybeans-vim: init at 2019-06-22 2020-02-12 07:47:32 -08:00
David Terry
ca80fbd08a vimPlugins: update 2020-02-12 07:47:32 -08:00
Drew Risinger
0a5108d002 pythonPackages.dlx: init at 1.0.4
Python implementation of Donald Knuth's Dancing Links (exact cover)
algorithm.

Requirement of qiskit-aqua.
2020-02-12 07:24:51 -08:00
Sarah Zhang
a279b68571 Fixed typo 2020-02-12 16:22:47 +01:00
Edmund Wu
3480dd63d6 widevine: 4.10.1196.0 -> 4.10.1582.1 2020-02-12 07:10:52 -08:00
Edmund Wu
c8311920a0 vivaldi-codecs-ffmpeg: 74.0.3729.169 -> 78.0.3904.70 2020-02-12 07:10:52 -08:00
Edmund Wu
ef086b6c17 vivaldi: fix patched paths 2020-02-12 07:10:52 -08:00
Alma Cemerlic
efc75b3eb3 pythonPackages.pysnow: init at 0.7.14 2020-02-12 06:49:28 -08:00
Alma Cemerlic
0795e60e23 maintainers: add almac 2020-02-12 06:49:28 -08:00
R. RyanTM
ef38093b13 mawk: 1.3.4-20200106 -> 1.3.4-20200120 2020-02-12 15:42:02 +01:00
Ryan Mulligan
bd9cbc685a
Merge pull request #79697 from r-ryantm/auto-update/rust-bindgen
rust-bindgen: 0.52.0 -> 0.53.1
2020-02-12 06:21:19 -08:00
ffinkdevs
c384edd32e duplicacy: 2.1.2 -> 2.3.0 2020-02-12 09:15:11 -05:00
Tim Steinbach
c3b1bb31cb
vivaldi: 2.10.1745.27-1 -> 2.11.1811.33-1 2020-02-12 09:11:06 -05:00
Tim Steinbach
0b3dd6026e
linux_latest-libre: 17318 -> 17322 2020-02-12 09:11:05 -05:00
Mario Rodas
047c2bfc11
Merge pull request #79923 from cohei/update-chromedriver
chromedriver: 78.0.3904.70 -> 80.0.3987.16
2020-02-12 09:06:36 -05:00
Marek Mahut
6709eabe51
Merge pull request #79901 from sikmir/nnn
nnn: 2.9 -> 3.0
2020-02-12 14:32:46 +01:00
Mario Rodas
802ad5fbbe
Merge pull request #77738 from alerque/sile-v0.10.0
sile: v0.9.5.1 -> v0.10.3; adjust build process
2020-02-12 08:30:48 -05:00