Terje Larsen
7a99d1e392
awscli: pin colorama to 0.4.1
...
This is pinned to 0.4.1 in the upstream awscli package.
2019-12-20 14:23:12 +01:00
Ben Darwin
2ea7b81750
netcdf: 4.6.1 -> 4.7.3
...
and enable tests as per unmerged #56830
2019-12-20 13:56:53 +01:00
Silvan Mosberger
d475361ba7
Merge pull request #71473 from rnhmjoj/console
...
nixos: unify virtual console options
2019-12-20 13:40:05 +01:00
markuskowa
ec6240c5a5
Merge pull request #75816 from lsix/qgis-3.10.1
...
qgis: 3.10.0 -> 3.10.1
2019-12-20 13:37:16 +01:00
John Children
666e58da47
rust-bindgen: 0.51.1 -> 0.52.0
...
Update for latest point release from a month ago: https://github.com/rust-lang/rust-bindgen/releases/tag/v0.52.0
2019-12-20 13:36:27 +01:00
Oleksii Filonenko
2149652a47
starship: 0.30.1 -> 0.31.0
2019-12-20 13:35:47 +01:00
Rakesh Gupta
be98fd4c6b
flyway: 6.1.0 -> 6.1.2
2019-12-20 13:34:49 +01:00
Rakesh Gupta
c1717a13c4
flyway: 6.1.0 -> 6.1.2
2019-12-20 13:34:49 +01:00
Dennis Gosnell
b9a83f7442
Merge pull request #74727 from cdepillabout/purescript-psa-node-packages
...
nodePackages.purescript-psa: init at 0.7.3
2019-12-20 20:35:15 +09:00
markuskowa
aef959ed93
Merge pull request #75292 from r-ryantm/auto-update/powerdns
...
powerdns: 4.2.0 -> 4.2.1
2019-12-20 12:18:16 +01:00
(cdep)illabout
5a6165f5c4
pulp: add top-level alias for nodePackages.pulp
2019-12-20 20:07:01 +09:00
(cdep)illabout
2b63a423c8
purescript-psa: init at 0.7.3
2019-12-20 20:03:37 +09:00
Vincent Laporte
69a40eda5f
Merge pull request #75376 from vbgl/ocaml-irmin-2.0.0
...
ocamlPackages.irmin: init at 2.0.0
2019-12-20 10:57:07 +01:00
Pamplemousse
b76720f893
gobuster: init at 3.0.1 ( #75902 )
2019-12-20 10:28:15 +01:00
fuwa
4303aa9fb6
scrcpy: 1.10 -> 1.12.1
2019-12-20 09:55:14 +01:00
Lassulus
5361b333b8
Merge pull request #63882 from solson/syncplay-1.6.4a
...
syncplay: 1.6.4 -> 1.6.4a, and upgrade dependency from Qt4 to Qt5
2019-12-20 08:07:58 +01:00
lassulus
cdcb4ba4b0
bitcoin-abc: 0.20.7 -> 0.20.8
2019-12-20 08:06:42 +01:00
skykanin
2fd95ac349
Add mimeType to discord package ( #76057 )
...
* Add mimeType to discord package
* Fix spacing
2019-12-20 07:50:19 +02:00
David McFarland
2197fed076
chicken: add corngood as maintainer ( #76076 )
2019-12-19 23:48:25 -05:00
Dmitry Kalinkin
3e5849adbb
Merge pull request #76075 from eadwu/nvidia_x11/2019-12.1
...
nvidia_x11: 440.36 -> 440.44
2019-12-19 23:41:15 -05:00
Alexander Rodin
c0628397e1
vector: link rdkafka dynamically
2019-12-19 20:08:51 -06:00
Alexander Rodin
db3fdd01b0
vector: enable rdkafka feature
2019-12-19 20:08:51 -06:00
Mario Rodas
aa54998817
buildpack: 0.5.0 -> 0.6.0
...
Changelog: https://github.com/buildpacks/pack/releases/tag/v0.6.0
2019-12-20 01:54:57 +00:00
Florian Klink
e46abc6b8d
Merge pull request #76069 from misuzu/package-3proxy
...
nixos/3proxy: manual validation fix
2019-12-20 02:15:45 +01:00
Mario Rodas
a85c8d87c2
Merge pull request #75728 from marsam/add-docker-credential-helpers
...
docker-credential-helpers: init at 0.6.3
2019-12-19 19:18:48 -05:00
Mario Rodas
90b0708128
Merge pull request #76044 from sondr3/miniflux/2.0.19
...
miniflux: 2.0.18 -> 2.0.19
2019-12-19 19:15:10 -05:00
Jan Tojnar
76c526a4fb
Merge pull request #75909 from jtojnar/gtkglext-fix
...
Do not depend on pangox_compat
2019-12-20 01:14:08 +01:00
Graham Christensen
b0a78e25bf
Merge pull request #75719 from manveru/crystal-compiled-closure-size
...
crystal: reduce closure size of compiled exes by splitting outputs
2019-12-19 19:11:58 -05:00
rnhmjoj
a35b12ed21
nixos/console: set colors using kernel parameters
...
This commit changes the console colors implementation
to use the kernel parameters instead of relying on terminal
escape sequences. This means the palette is applied by the
kernel itself with no custom code running in the initrd
and works for all virtual terminals (not only tty0).
2019-12-20 00:27:35 +01:00
rnhmjoj
9802bc5b32
docs/release-notes: fix indentation
2019-12-20 00:27:35 +01:00
rnhmjoj
bce1437493
docs/release-notes: document console related changes
2019-12-20 00:27:34 +01:00
rnhmjoj
c9276c1b52
nixos: unify virtual console options
...
This commit moves all the virtual console related options
to a dedicated config/console.nix NixOS module.
Currently most of these are defined in config/i18n.nix
with a "console" prefix like `i18n.consoleFont`,
`i18n.consoleColors` or under `boot` and are implemented
in tasks/kbd.nix.
Since they have little to do with actual internationalisation
and are (informally) in an attrset already, it makes sense to
move them to a specific module.
2019-12-20 00:27:34 +01:00
worldofpeace
83bfedb38b
Merge pull request #75494 from Elyhaka/pop_gtk_theme
...
pop-gtk-theme: init at 2019-11-13
2019-12-19 18:24:08 -05:00
Elyhaka
79850f5df8
pop-gtk-theme: init at 2019-12-17
2019-12-20 00:19:06 +01:00
markuskowa
2783a1025a
Merge pull request #76050 from robertodr/arrayfire
...
arrayfire: build with current gcc version
2019-12-19 23:43:11 +01:00
Niklas Hambüchen
8944ecb997
Merge pull request #75944 from filalex77/scc-2.10.1
...
scc: 2.8.0 -> 2.10.1
2019-12-19 22:23:34 +00:00
misuzu
b6f87c688b
nixos/3proxy: manual validation fix
2019-12-20 00:17:49 +02:00
Niklas Hambüchen
b9613385bc
Merge pull request #75853 from ivan/chromium-79.0.3945.88
...
chromium: 79.0.3945.79 -> 79.0.3945.88
2019-12-19 22:17:44 +00:00
Niklas Hambüchen
12dbb5a2f9
Merge pull request #76062 from koppor/patch-1
...
Fix homepage of JabRef
2019-12-19 22:02:17 +00:00
Robert Helgesson
6003e2f765
pythonPackages.txtorcon: mark broken for Python 2.7
2019-12-19 13:51:47 -08:00
Robert Helgesson
9a30a244e0
pythonPackages.magic-wormhole: mark broken for Python 2.7
2019-12-19 13:51:47 -08:00
Robert Helgesson
9772a585c0
pythonPackages.nevow: fix build
2019-12-19 13:51:47 -08:00
Robert Helgesson
00b09b4154
pythonPackages.magic-wormhole-mailbox-server: fix build
2019-12-19 13:51:47 -08:00
Renaud
3a30486bea
Merge pull request #75301 from dasj19/upgrade-bash-50-p11
...
bash 5.0p9 -> 5.0p11
2019-12-19 22:50:36 +01:00
Lancelot SIX
b7e6b417f5
python3Packages.django_2_2: 2.2.8 -> 2.2.9
...
See https://docs.djangoproject.com/en/2.2/releases/2.2.9/ fer release
information.
2019-12-19 13:37:49 -08:00
Danielle
b8afcb742a
packer: 1.4.4 -> 1.5.0 ( #75948 )
2019-12-19 21:00:09 +00:00
Scott Olson
487759d1b0
syncplay: apply wrapQtAppsHook fix
2019-12-19 14:52:32 -06:00
Oliver Kopp
eb112c8bc3
Fix homepage of JabRef
2019-12-19 21:17:26 +01:00
Florian Klink
1c15955340
Merge pull request #75834 from talyz/gitlab-12.5.5
...
gitlab: 12.5.4 -> 12.5.5
2019-12-19 21:15:23 +01:00
Florian Klink
dee7a7f301
Merge pull request #75721 from kampka/port-tests-networking
...
nixosTests.networking: Port tests to python
2019-12-19 21:10:37 +01:00