Commit Graph

188129 Commits

Author SHA1 Message Date
Michael Weiss
434ff94e73
pijul: Fix the build (broke due to a more recent Rust version)
This uses an upstream patch [0] to fix a compatibility error with a new
version of Rust. Fix #79150.

Unfortunately patching Rust dependencies in Nixpkgs turned out to be way
more hacky than I expected (maybe there is a nicer way?), but it should
be fine for now.

A new release might follow soonish [1] so that we can drop the patches.

References:
- https://nest.pijul.com/pijul_org/pijul/discussions/401
- https://nest.pijul.com/pijul_org/thrussh/discussions/31

[0]: https://nest.pijul.com/pijul_org/thrussh:master/patches/AsyuWkJg4jAwNaG3H1yv1kbECx5E3GQAtjzXWBDB8yEGMswyfKbxKvYmAGWCohTVaTipdvF8mHh63yU5PTr5F9py
[1]: https://discourse.pijul.org/t/is-this-project-still-active-yes-it-is/451
2020-02-04 14:05:02 +01:00
Aaron Andersen
0285cbcbe2
Merge pull request #79159 from jojosch/mytop-clear
mariadb: mytop add "clear" to PATH
2020-02-04 08:00:55 -05:00
Maximilian Bosch
294f667121
sqldeveloper: {17.4.1.054.0712,18.2.0.183.1748} -> 19.4.0.354.1759
There are no new releases of sqldeveloper v17/v18 and I don't think that
we should keep obviously unmaintained software that interacts with
database systems.

I removed `sqldeveloper_18` and `pkgs.sqldeveloper` now points to
version 19.4. Unfortunately I had to drop darwin support as JavaFX is
required for 19.4 which is part of the `oraclejdk` which isn't packaged
for darwin yet.

For further information please refer to the release notes:

https://www.oracle.com/technetwork/developer-tools/sql-developer/downloads/sqldev-relnotes-194-5908846.html
2020-02-04 13:51:52 +01:00
Marek Mahut
65a1a68614 dat: move from all-packages to aliases 2020-02-04 12:52:54 +01:00
Michael Weiss
0d1eeb7dbb
dmenu2, tdesktopPackages: Remove the deprecation messages
These aren't required anymore by now :)
2020-02-04 12:32:50 +01:00
Jörg Thalheim
4d676594ac
radare2-cutter: 1.9.0 -> 1.10.1 2020-02-04 11:31:06 +00:00
Jörg Thalheim
0bb7b8a72d
radare2: 4.0.0 -> 4.2.0 2020-02-04 11:31:04 +00:00
Maximilian Bosch
f32e921ca9
Merge pull request #79206 from Frostman/hugo-0.64.0
hugo: 0.63.2 -> 0.64.0
2020-02-04 11:53:41 +01:00
Michele Guerini Rocco
96358710f7
qutebrowser: 1.9.0 -> 1.10.0 (#79172) 2020-02-04 11:24:07 +01:00
wucke13
b020b0153d paraview: add wrapQtAppsHook
Also reformatted meta and arguments
2020-02-04 11:14:20 +01:00
Sergey Lukjanov
8447c84d48 hugo: 0.63.2 -> 0.64.0 2020-02-04 01:49:01 -08:00
Mario Rodas
bb769908f9
Merge pull request #79103 from marsam/init-pueue
pueue: init at 0.1.4
2020-02-04 04:04:36 -05:00
Vincent Laporte
21b4edc6a0 ocamlPackages.lwt4: 4.4.0 → 4.5.0 2020-02-04 09:48:28 +01:00
Mario Rodas
7596dfeb9a
Merge pull request #79201 from marsam/update-syncthing
syncthing: 1.3.3 -> 1.3.4
2020-02-04 03:19:48 -05:00
Mario Rodas
3267ed0853
Merge pull request #79200 from marsam/update-flexget
flexget: 3.1.13 -> 3.1.18
2020-02-04 03:14:59 -05:00
Jan Tojnar
e4a0953ac7
common-updater-scripts: move destructive changes further in the script
We can check some things before the modifications take place.
2020-02-04 06:25:38 +01:00
Jan Tojnar
65543d1031
common-updater-scripts: clean up
Fix issues reported by shellcheck and few other style issues.

Though we need to ignore $systemArg complaints because Nix does not support passing --system as a single argument.
2020-02-04 06:25:37 +01:00
Jan Tojnar
5a1bc70ec0
common-updater-scripts: Support SRI-style hash
Some fetcher functions support SRI-style `hash` attribute in addition to legacy type-specific attributes. When `hash` is used `outputHashAlgo` is null so let’s complain when SRI-style hash value was not detected.

Such attributes match the form ${type}${separator}${hash}: True SRI uses dash as a separator and only supports base64, whereas Nix’s SRI-style format uses a colon and supports all the same encodings like regular hashes (16/32/64).

To keep this program reasonably simple, we will upgrade Nix’s SRI-like format to pure SRI instead of preserving it.
2020-02-04 06:25:37 +01:00
Jan Tojnar
ea9da648ef
common-updater-scripts: mention --ignore-same-hash in usage 2020-02-04 06:25:36 +01:00
worldofpeace
d765d00a79
Merge pull request #79199 from zowoq/gh
gitAndTools.gh: init at 0.5.3
2020-02-03 23:40:08 -05:00
Dmitry Kalinkin
1e7b414b51
Merge pull request #79197 from eadwu/nvidia_x11/2020.02
nvidia_x11: 440.44 -> 440.59
2020-02-03 23:13:43 -05:00
zowoq
eb957383b7 gitAndTools.gh: init at 0.5.3 2020-02-04 13:53:56 +10:00
Vo Anh Duy
a1cc279630 asus-wmi-sensors: init at 0.0.1 2020-02-04 11:18:35 +08:00
Mario Rodas
01b1c16ae2
Merge pull request #79045 from fadenb/graylog_3.2.0
graylog: 3.1.4 -> 3.2.0
2020-02-03 22:15:20 -05:00
Edmund Wu
a31341bed7
nvidia_x11: 440.44 -> 440.59 2020-02-03 21:05:50 -05:00
Uri Baghin
10d1a04b02 bazel-deps: remove 2020-02-04 12:35:47 +11:00
Uri Baghin
3dc9c1b885 bazel-remote: 2019-01-12 -> 2020-01-29 2020-02-04 02:26:15 +01:00
Peter Hoeg
1b38ba9121
Merge pull request #79185 from zowoq/crun
crun: 0.11 -> 0.12
2020-02-04 08:59:33 +08:00
Will Dietz
ccdfbcd63c
Merge pull request #78661 from dtzWill/fix/matrique-alias-for-spectral
matrique: move to aliases.nix, not primary attribute name
2020-02-03 17:39:27 -06:00
Will Dietz
d18b1ee998
Merge pull request #78155 from dtzWill/update/zanshin-0.5.71
zanshin: 2019-07-28 -> 0.5.71
2020-02-03 17:38:20 -06:00
Will Dietz
67ab3bab81
matrique: move to aliases.nix, not primary attribute name
Noticed when searching for the spectral package:

https://nixos.org/nixos/packages.html?channel=nixos-unstable&query=%5Espectral

.. which presently indicates `matrique` is the attribute name.

(matrique became spectral at some point in 2018)
2020-02-03 17:37:25 -06:00
Will Dietz
500f032729
Merge pull request #78185 from dtzWill/update/nginx-1.17.8
nginxMainline: 1.17.3 -> 1.17.8
2020-02-03 17:35:42 -06:00
Timo Kaufmann
c636a45e67
Merge pull request #78871 from drewrisinger/dr-pr-libcint
libcint: init at 3.0.19
2020-02-04 00:00:10 +01:00
zowoq
1a021570f9 crun: 0.11 -> 0.12
https://github.com/containers/crun/releases/tag/0.12
2020-02-04 08:19:12 +10:00
Drew Risinger
3e5789a223 libcint: init at 3.0.19
C library of general GTO integrals for quantum chemistry.

Requirement for pyscf, which is a requirement for qiskit-aqua.
2020-02-03 17:11:21 -05:00
Florian Klink
30a4f9e869
Merge pull request #79164 from misuzu/kernel-nvme-hwmon
linux: Enable NVME_HWMON
2020-02-03 22:44:34 +01:00
Florian Klink
ca00a3f302
Merge pull request #79008 from flokli/bump-aerc
aerc: 0.3.0 -> unstable-2020-02-01
2020-02-03 22:23:21 +01:00
markuskowa
df1453639d
Merge pull request #79111 from pulsation/fldigi-update-fltk-dependency-to-14
fldigi: update fltk dependency to 1.4
2020-02-03 21:36:18 +01:00
Wael Nasreddine
45cbae8a13
go_1_13: 1.13.6 -> 1.13.7, go_1_12: 1.12.15 -> 1.12.16 (#78991)
go_1_13: 1.13.6 -> 1.13.7, go_1_12: 1.12.15 -> 1.12.16
2020-02-03 12:25:33 -08:00
worldofpeace
8ecbde9def
Merge pull request #78945 from jbedo/singularity-img
singularity-tools: fix buildImage
2020-02-03 15:19:47 -05:00
Matthew Bauer
e0595054e3
Merge pull request #79168 from helsinki-systems/fix/gnustep-base
gnustep/base: replace libbfd with binutils-unwrapped
2020-02-03 15:02:36 -05:00
Lancelot SIX
b07817fbb6
Merge pull request #79161 from bcdarwin/octave-disable-qscintilla
octave: build without qscintilla by default
2020-02-03 20:10:32 +01:00
Aaron Andersen
20f4130a5f kdev-python: 5.4.6 -> 5.5.0 2020-02-03 11:03:56 -08:00
Aaron Andersen
3c2d808932 kdev-php: 5.4.6 -> 5.5.0 2020-02-03 11:03:56 -08:00
Aaron Andersen
0b4d32a2aa kdevelop: 5.4.6 -> 5.5.0 2020-02-03 11:03:56 -08:00
Sergey Lukjanov
1092ba6d1a go_1_13: 1.13.6 -> 1.13.7 2020-02-03 11:01:29 -08:00
Sergey Lukjanov
60bb60bab7 go_1_12: 1.12.15 -> 1.12.16 2020-02-03 11:01:29 -08:00
Millian Poquet
150f4a967c simgrid: 3.24 -> 3.25 2020-02-03 10:37:03 -08:00
Sergey Lukjanov
18daf2f6a5 editorconfig-checker: 2.0.2 -> 2.0.3 2020-02-03 10:24:17 -08:00
José Romildo Malaquias
c9dc3a06d6 theme-jade1: 1.5 -> 1.6 2020-02-03 10:18:22 -08:00
Will Dietz
2158ec610d
elementary-planner: init at 2.1.1 (#78859)
* elementary-planner: init at 2.1.1

* elementary-planner: change pname to match attribute/etc

Upstream doesn't use the name "elementary-planner",
but rename in our packaging and be consistent about it
to avoid confusion with gnome's planner.

* elementary-planner: fetchpatch version fix, dep fixups, maintainers

Per reviewer feedback, thanks all! <3
2020-02-03 13:14:53 -05:00
Chuck
384ab839e9 nerdfonts: 2.0.0 -> 2.1.0
This release adds 216 fonts.

Note: The Meslo LG {L,M,S}{ DZ,} Regular Nerd Font Complete{, Mono}.otf
fonts are now .ttf files instead of .otf files in this release.
2020-02-03 10:01:30 -08:00
Evan Stoll
90dd157cde openrazer: add evanjs to maintainers 2020-02-03 10:00:35 -08:00
Evan Stoll
e341719193 openrazer: 2.6.0 -> 2.7.0
openrazer: remove superfluous period from hardware.openrazer.enable
2020-02-03 10:00:35 -08:00
Will Dietz
d3bef573f9 poppler: make note to check texlive before merging updates also 2020-02-03 09:58:44 -08:00
Will Dietz
fc7e4c9267 texlive: poppler 0.84 fix, patch from gentoo 2020-02-03 09:58:44 -08:00
Maximilian Bosch
276e6e607c
Merge pull request #79149 from jojosch/dbeaver_6.3.4
dbeaver: 6.3.3 -> 6.3.4
2020-02-03 18:49:58 +01:00
ajs124
664c02c89b gnustep/base: replace libbfd with binutils-unwrapped
Fixes #76927  (second try)
2020-02-03 18:42:42 +01:00
Nikolay Korotkiy
eeaa67de86
xournalpp: 1.0.16 -> 1.0.17 2020-02-03 20:32:54 +03:00
Jonathan Ringer
ce46622cbd python3Packages.tablib: 0.12.1 -> 1.0.0 2020-02-03 09:31:04 -08:00
misuzu
149737a2a4 linux: Enable NVME_HWMON
This is available for 5.5+ and enables support for
NVMe drives temperature reporting
2020-02-03 19:08:45 +02:00
Bjørn Forsman
f16019c58f opencc: fix build
LD_LIBRARY_PATH isn't expanded properly in makeFlags, so move it to
preBuild.

Fixes: 3cd8ce3bce ("treewide: Fix unsafe concatenation of $LD_LIBRARY_PATH")
2020-02-03 16:49:41 +01:00
Ben Darwin
3ac3677876 octave: build without qscintilla by default
- qscintilla is used for IDE features in the GUI, which is not built since qt support isn't enabled
- this removes qt from the Octave closure
2020-02-03 10:29:17 -05:00
Johannes Schleifenbaum
39ebcc496f
mariadb: mytop add "clear" to PATH
The following error was printed every second:

    Can't exec "clear": Not a directory at /nix/store/.../bin/.mytop-wrapped line 110.
    Use of uninitialized value $CLEAR in string at /nix/store/.../bin/.mytop-wrapped line 781.

Therefore the mytop output was repeatedly displayed instead of updating itself "in-place".
2020-02-03 15:48:18 +01:00
Benno Fünfstück
117b7677f7 liquibase: 3.6.2 -> 3.8.5 2020-02-03 15:32:03 +01:00
Peter Hoeg
f8c5513ce1
Merge pull request #78734 from Mic92/appdaemon
appdaemon: 3.0.5 -> 4.0.1
2020-02-03 22:00:38 +08:00
Peter Hoeg
65c53582c6
Merge pull request #78958 from r-ryantm/auto-update/xca
xca: 2.1.2 -> 2.2.1
2020-02-03 21:59:58 +08:00
Maximilian Bosch
f2653e0ae2
Merge pull request #79129 from volth/patch-380
oraclejdk8: remove dead code
2020-02-03 14:39:59 +01:00
Marek Mahut
31bcf8d363
Merge pull request #78749 from mmahut/qesteidutil
qesteidutil: remove
2020-02-03 13:54:55 +01:00
Maximilian Bosch
5895af59b6
Merge pull request #79117 from dtzWill/update/ktimetracker-5.0.1
ktimetracker: init at 5.0.1
2020-02-03 13:40:52 +01:00
Marek Mahut
8663b7b3b5
Merge pull request #79114 from dtzWill/update/lyx-2.3.4
lyx: 2.3.0 -> 2.3.4
2020-02-03 11:25:16 +01:00
Marek Mahut
58c0bd3076 qesteidutil: remove 2020-02-03 11:17:36 +01:00
Maximilian Bosch
a87e3733b4
Merge pull request #79147 from LnL7/fix-metrics
prometheus-xmpp-alerts: fix evaluation
2020-02-03 10:36:35 +01:00
Mario Rodas
b8521ef91b
syncthing: 1.3.3 -> 1.3.4 2020-02-03 04:20:00 -05:00
Mario Rodas
af25239a14
flexget: 3.1.13 -> 3.1.18 2020-02-03 04:20:00 -05:00
Andrey Petrov
1a0f594981 dwarf-fortress: Update themes.json 2020-02-03 00:57:53 -08:00
Andrey Petrov
662589574b dwarf-fortress: Add update script for themes 2020-02-03 00:57:53 -08:00
Vincent Laporte
0c7a1e7a24 ocamlPackages.mlgmpidl: 1.2.11 → 1.2.12 2020-02-03 09:38:34 +01:00
Johannes Schleifenbaum
f2e18621a6
dbeaver: 6.3.3 -> 6.3.4 2020-02-03 09:24:18 +01:00
Daiderd Jordan
105ecf1e01
prometheus-xmpp-alerts: fix evaluation
https://hydra.nixos.org/build/111462401

callPackages adds override functions to each attribute rather than just
the top-level drv resulting drv.metadata that includes a function.

    derivation 'prometheus-xmpp-alerts-0.4.2' has invalid meta attribute 'overrideDerivation'
2020-02-03 08:24:31 +01:00
Linus Heckemann
2df6898bb5
Merge pull request #79020 from helsinki-systems/wimboot-init
wimboot: Init at 2.6.0
2020-02-03 08:11:31 +01:00
Maximilian Bosch
2be2f86147
Merge pull request #79108 from bhipple/fix/mpv-waf
mpv: use waf from distribution and wafHook helper
2020-02-03 07:40:47 +01:00
Maximilian Bosch
430b0947dc
i3status-rust: 0.12.0 -> 0.13.0
https://github.com/greshake/i3status-rust/releases/tag/v0.13.0
2020-02-03 07:05:24 +01:00
worldofpeace
74e4cb7ea4
Merge pull request #78543 from Atemu/dnscrypt-proxy2-service
nixos/dnscrypt-proxy2: init
2020-02-02 23:02:06 -05:00
OmnipotentEntity
faf20df90a
geant4: 10.5.1 -> 10.6.0 (#78775) 2020-02-02 22:58:00 -05:00
Mario Rodas
b06eb02e53
Merge pull request #79134 from marsam/update-protobuf3_11
protobuf3_11: 3.11.1 -> 3.11.3
2020-02-02 21:57:06 -05:00
Mario Rodas
ea0b9a5aca
Merge pull request #79138 from masaeedu/girt-tests
gitAndTools.git-interactive-rebase-tool: remove patch
2020-02-02 21:56:43 -05:00
worldofpeace
39e893c468 dnscrypt-proxy: remove 2020-02-02 21:51:19 -05:00
Will Dietz
4ca09829c0
Merge pull request #79113 from dtzWill/update/heimer-1.15.0
heimer: 1.13.1 -> 1.15.0
2020-02-02 20:50:47 -06:00
worldofpeace
90e81f39e5
Merge pull request #76823 from epiteff/station-fix-missing-icon
station: fix missing icon
2020-02-02 21:33:09 -05:00
Mario Rodas
378be0a542
gitAndTools.git-interactive-rebase-tool: enable on darwin 2020-02-02 21:15:10 -05:00
Asad Saeeduddin
e3968c67f0
gitAndTools.git-interactive-rebase-tool: remove patch
Removes patch to disable tests, instead runs them in single threaded
mode.

See discussion in MitMaro/git-interactive-rebase-tool#172
2020-02-02 21:14:41 -05:00
Jonathan Ringer
e293cf9117 dwarf-fortress-packages.dwarf-therapist: 41.0.2 -> 41.1.2 2020-02-02 16:04:30 -08:00
Jonathan Ringer
349bf18212 dwarf-fortress-packages.unfuck: add 0.47.0.1 release 2020-02-02 16:04:30 -08:00
Jonathan Ringer
fc82682d3a dwarf-fortress-packages.dwarf-fortress_0_47_01: init 2020-02-02 16:04:30 -08:00
Jonathan Ringer
ff741a5d52 python3Packages.pandas: disable invalid tests
util_in_top_level tries to import from pandas.tests.
This would be fine if running the tests pre-installation,
however, the tests directory isn't available after installation
2020-02-02 16:02:32 -08:00
Robert Helgesson
ee6665760b
josm: 15628 -> 15806 2020-02-02 23:47:24 +01:00
Mario Rodas
d1cc084446
protobuf3_11: 3.11.1 -> 3.11.3 2020-02-02 17:26:00 -05:00
volth
470dbf8895
oraclejdk8: remove dead code 2020-02-02 22:18:39 +00:00
Dmitry Kalinkin
9905f6daaa
Merge pull request #79040 from bdesham/allow-lilypond-on-darwin
lilypond: allow building on Darwin
2020-02-02 17:15:01 -05:00
Florian Klink
62d149f80a
Merge pull request #79116 from mweinelt/pr/zsh-powerlevel10k/v1.1
zsh-powerlevel10k: 1.0 -> 1.1
2020-02-02 23:11:31 +01:00
Tor Hedin Brønner
d9349644ba
jotta-cli: 0.6.18626 -> 0.6.21799 (#79091) 2020-02-02 22:31:44 +01:00
Florian Klink
a1bcf2c90e
Merge pull request #77426 from lheckemann/remove-otter
otter-browser: remove
2020-02-02 22:29:35 +01:00
Linus Heckemann
c99e248f3c otter-browser: remove
I have no interest in maintaining this anymore and it has no other maintainers.
2020-02-02 22:28:20 +01:00
R. RyanTM
75a9868dbe socat: 1.7.3.3 -> 1.7.3.4 2020-02-02 22:00:23 +01:00
Will Dietz
6e6a7d61ee
ktimetracker: init at 5.0.1 2020-02-02 14:57:32 -06:00
Martin Weinelt
47b14f340a
gitstatus: unstable-2019-12-18 -> unstable-2020-01-28
Also add myself as maintainer.
2020-02-02 21:38:40 +01:00
Markus Schneider
b48e761b2c
mons: init at 20200107 (#79000)
Co-authored-by: mschneiderwng <mschneider@linkdot.org>
2020-02-02 21:37:57 +01:00
Martin Weinelt
f40dcc6c52
zsh-powerlevel10k: 1.0 -> 1.1 2020-02-02 21:34:05 +01:00
Will Dietz
eb50c8b5e5
lyx: 2.3.0 -> 2.3.4
2.3.3: https://www.mail-archive.com/lyx-announce@lists.lyx.org/msg00180.html
2.3.4: https://www.mail-archive.com/lyx-announce@lists.lyx.org/msg00181.html
2020-02-02 14:27:43 -06:00
Benjamin Esham
69f4b8cf99 lilypond: mark not broken on Darwin 2020-02-02 12:23:48 -08:00
Benjamin Esham
d0cb81a68e lilypond-unstable: mark broken on Darwin
See https://github.com/NixOS/nixpkgs/pull/62937
2020-02-02 12:23:48 -08:00
Will Dietz
c1273e513a
heimer: 1.13.1 -> 1.15.0
https://github.com/juzzlin/Heimer/releases/tag/1.14.0
https://github.com/juzzlin/Heimer/releases/tag/1.15.0
2020-02-02 14:22:38 -06:00
pulsation
a2288cff7c fldigi: update fltk dependency to 1.4
Update FLTK dependency version to 1.4 so that `FLTK_SCALING_FACTOR` environment variable can be used. (c.f. https://www.fltk.org/doc-1.4/group__fl__screen.html )
2020-02-02 21:10:42 +01:00
Vincent Laporte
4c83d61f12 ocaml-ng.ocamlPackages_4_10.ocaml: 4.10.0+β1 → 4.10.0+β2 2020-02-02 20:35:10 +01:00
Will Dietz
989523df55
Merge pull request #79110 from kuznero/kuznero/joplin-desktop
joplin-desktop: 1.0.177 -> 1.0.179
2020-02-02 13:34:31 -06:00
Niklas Hambüchen
401649da34 pythonPackages.Babel: Fix build with Nix < 2.3. Fixes #75676 2020-02-02 20:17:35 +01:00
Roman Kuznetsov
ec001a24cc
joplin-desktop: 1.0.177 -> 1.0.179 2020-02-02 20:17:29 +01:00
Evan Stoll
39c103aa94 postman: 7.16.0 -> 7.16.1 2020-02-02 11:15:35 -08:00
R. RyanTM
ad78c66eb5 mtdev: 1.1.5 -> 1.1.6 2020-02-02 20:14:10 +01:00
R. RyanTM
7949dc4291 openldap: 2.4.48 -> 2.4.49 2020-02-02 20:12:46 +01:00
Benjamin Hipple
542d758956 mpv: use waf from distribution and wafHook helper
This cleans up our dependency footprint by ensuring a consistent version, and
also avoids duplicating the logic for how to build a waf package by deferring to
the `wafHook` helper for the `configurePhase`, `buildPhase`, and `installPhase`.
2020-02-02 14:11:49 -05:00
Benjamin Hipple
e73fa05f30 waf: 2.0.18 -> 2.0.19
The patch for sorting files in `tar` is no longer needed, as it has been fixed
upstream: https://gitlab.com/ita1024/waf/-/merge_requests/2227
2020-02-02 20:07:38 +01:00
Maximilian Bosch
9f61b23c01
Merge pull request #79096 from misuzu/git-workspace-update
gitAndTools.git-workspace: 0.4.1 -> 0.5.0
2020-02-02 19:32:59 +01:00
Maximilian Bosch
5c2a7d0f07
Merge pull request #79015 from mayflower/pkg/prometheus-xmpp-alerts
prometheus-xmpp-alerts: init at 0.4.2
2020-02-02 18:46:53 +01:00
Jonathan Ringer
727abb55c7 azure-cli: freeze azure-mgmt-deploymentmanager 2020-02-02 09:43:05 -08:00
R. RyanTM
3300984ad3 python37Packages.azure-mgmt-deploymentmanager: 0.1.0 -> 0.2.0 2020-02-02 09:43:05 -08:00
Nikolay Korotkiy
02a85d844f pythonPackages.django_classytags: 0.9.0 -> 1.0.0 2020-02-02 09:42:12 -08:00
R. RyanTM
a89c1b5434 python37Packages.azure-core: 1.1.1 -> 1.2.1 2020-02-02 09:29:56 -08:00
R. RyanTM
355e7f1951 python37Packages.hbmqtt: 0.9.5 -> 0.9.6 2020-02-02 09:24:43 -08:00
R. RyanTM
02a9dbcbf3 python27Packages.foxdot: 0.8.4 -> 0.8.5 2020-02-02 09:21:18 -08:00
snicket2100
04bfeeac79 irqbalance: using systemd service definition from the package itself 2020-02-02 18:09:45 +01:00
Benjamin Esham
a0234e0a24 weechatScripts.wee-slack: 2.3.0 -> 2.4.0 2020-02-02 08:59:35 -08:00
misuzu
cf4657092a gitAndTools.git-workspace: 0.4.1 -> 0.5.0 2020-02-02 18:45:53 +02:00
Mario Rodas
0aef0f1862
Merge pull request #79066 from zowoq/firecracker
firecracker: 0.19.0 -> 0.20.0
2020-02-02 11:21:24 -05:00
Mario Rodas
c7458ab9ce
Merge pull request #79021 from sikmir/ytop
ytop: init at 0.4.0
2020-02-02 11:18:00 -05:00
Franz Pletz
0036573d30
Merge pull request #79084 from sikmir/tt2020
tt2020: init at 2020-01-05
2020-02-02 15:48:21 +00:00
R. RyanTM
7ef17aeb6f python27Packages.odfpy: 1.4.0 -> 1.4.1 2020-02-02 07:48:03 -08:00
R. RyanTM
eebda1d2f9 python37Packages.rpy2: 3.2.4 -> 3.2.5 2020-02-02 07:45:29 -08:00
R. RyanTM
bd24aca632 python27Packages.django_compressor: 2.3 -> 2.4 2020-02-02 07:44:01 -08:00
Frederik Rietdijk
c195ef6aab
Merge pull request #78928 from NixOS/staging-next
Staging next
2020-02-02 15:35:18 +01:00
Frederik Rietdijk
e4c28f78e7 Merge staging-next into staging 2020-02-02 15:33:13 +01:00
Maximilian Bosch
0c960262d1
oraclejdk8: document removals in the release notes 2020-02-02 12:11:50 +01:00
Maximilian Bosch
abb5778c67
Merge pull request #77783 from volth/oraclejdk8u241
oraclejdk8: 8u211 -> 8u241
2020-02-02 12:10:33 +01:00
Nikolay Korotkiy
d6a4679300
tt2020: init at 2020-01-05 2020-02-02 12:59:48 +03:00
Maximilian Bosch
5de5d753ba
Merge pull request #79078 from masaeedu/git-interactive-rebase-tool
gitAndTools.git-interactive-rebase-tool: init
2020-02-02 10:23:50 +01:00
Mario Rodas
902878c4df
pueue: init at 0.1.5 2020-02-02 04:20:00 -05:00
Asad Saeeduddin
4d67e30713
gitAndTools.git-interactive-rebase-tool: init 2020-02-02 10:09:28 +01:00
R. RyanTM
3afa921423 python27Packages.josepy: 1.2.0 -> 1.3.0 2020-02-02 01:07:49 -08:00
R. RyanTM
443152f651 python27Packages.rpyc: 4.1.2 -> 4.1.3 2020-02-02 01:06:12 -08:00
Vladimír Čunát
3c46f9d63b
Merge #79052: libxml2: patch for CVE-2020-7595
... into staging
2020-02-02 09:58:01 +01:00
Eduardo Quiros
8ec9dedc77 vimPlugins.lf-vim: init at 2019-10-11 2020-02-02 00:54:16 -08:00
Eduardo Quiros
c3620abe24 vimPlugins: Update 2020-02-02 00:54:16 -08:00
Herman Fries
f22e45aeec dotnetCorePackages: Fix closure size 2020-02-02 00:41:56 -08:00
Nikolay Korotkiy
43686160bc
ytop: init at 0.4.0 2020-02-02 11:34:02 +03:00
Franz Pletz
8b8b6b20a8
Merge pull request #79029 from helsinki-systems/confluence-mysql
confluence: Add support for MySQL driver
2020-02-02 08:26:26 +00:00
Maximilian Bosch
e7131d6b86
Merge pull request #79019 from flokli/gitlab-12.7.5
gitlab: 12.7.4 -> 12.7.5
2020-02-02 09:17:01 +01:00
Eduardo Quiros
73c51e064a vimPlugins.bclose-vim: init at 2018-10-10 2020-02-01 23:23:55 -08:00
Eduardo Quiros
4e0486fcd9 vimPlugins: Update 2020-02-01 23:23:55 -08:00
R. RyanTM
cc19751a18 python37Packages.uvicorn: 0.10.4 -> 0.11.2 2020-02-01 23:23:11 -08:00
Maximilian Bosch
305328089d
Merge pull request #79079 from r-ryantm/auto-update/qpdf
qpdf: 9.1.0 -> 9.1.1
2020-02-02 08:15:29 +01:00
R. RyanTM
8fb6178437 qpdf: 9.1.0 -> 9.1.1 2020-02-02 06:33:39 +00:00
Mario Rodas
e3a9318b6f
Merge pull request #79035 from r-ryantm/auto-update/python2.7-cbor2
python27Packages.cbor2: 4.1.2 -> 5.0.1
2020-02-01 23:09:27 -05:00
Mario Rodas
d63542035d
Merge pull request #79070 from r-ryantm/auto-update/python3.7-nest_asyncio
python37Packages.nest-asyncio: 1.2.1 -> 1.2.2
2020-02-01 23:05:37 -05:00
Mario Rodas
8f58914537
Merge pull request #79043 from r-ryantm/auto-update/python2.7-azure-mgmt-iothub
python27Packages.azure-mgmt-iothub: 0.9.0 -> 0.10.0
2020-02-01 23:01:18 -05:00
R. RyanTM
a5a153e489 python37Packages.nest-asyncio: 1.2.1 -> 1.2.2 2020-02-02 03:37:46 +00:00
zowoq
f578bcadbe firecracker: 0.19.0 -> 0.20.0
https://github.com/firecracker-microvm/firecracker/blob/v0.20.0/CHANGELOG.md#0200
2020-02-02 12:52:48 +10:00
Mario Rodas
95c350736d
Merge pull request #79055 from r-ryantm/auto-update/python2.7-python-sql
python27Packages.python-sql: 1.0.0 -> 1.1.0
2020-02-01 21:38:55 -05:00
Mario Rodas
e1899f0508
Merge pull request #79058 from r-ryantm/auto-update/python2.7-quantities
python27Packages.quantities: 0.12.3 -> 0.12.4
2020-02-01 21:38:11 -05:00
Ryan Mulligan
20e0ec9942
Merge pull request #79039 from r-ryantm/auto-update/python3.7-asyncpg
python37Packages.asyncpg: 0.20.0 -> 0.20.1
2020-02-01 18:08:41 -08:00
Ryan Mulligan
fdd23ae6ef
Merge pull request #78829 from r-ryantm/auto-update/SunVox
sunvox: 1.9.4c -> 1.9.5
2020-02-01 17:50:43 -08:00
Mario Rodas
f148eccf0d
Merge pull request #79048 from r-ryantm/auto-update/python2.7-django-picklefield
python27Packages.django-picklefield: 2.0 -> 2.1.1
2020-02-01 20:38:51 -05:00
Mario Rodas
7088659bc3
Merge pull request #79049 from r-ryantm/auto-update/python3.7-aiorun
python37Packages.aiorun: 2019.11.1 -> 2020.1.3
2020-02-01 20:38:03 -05:00
Mario Rodas
8b13037852
Merge pull request #79057 from r-ryantm/auto-update/python2.7-relatorio
python27Packages.relatorio: 0.9.0 -> 0.9.1
2020-02-01 20:36:32 -05:00
Mario Rodas
19515cf758
Merge pull request #79059 from r-ryantm/auto-update/python2.7-pdftotext
python27Packages.pdftotext: 2.1.2 -> 2.1.4
2020-02-01 20:36:01 -05:00
R. RyanTM
1b167d92c7 python27Packages.pdftotext: 2.1.2 -> 2.1.4 2020-02-02 00:50:16 +00:00
worldofpeace
edbf5d86e1
Merge pull request #76843 from jakobrs/os-prober-dep
os-prober: add missing dmraid, lvm2 dependencies
2020-02-01 19:34:20 -05:00
worldofpeace
50ac34e3e9
Merge pull request #78997 from worldofpeace/nm-1.22.6
networkmanager: 1.22.4 -> 1.22.6
2020-02-01 19:16:00 -05:00
R. RyanTM
b8dbf0f2fb python27Packages.quantities: 0.12.3 -> 0.12.4 2020-02-02 00:10:26 +00:00
R. RyanTM
2f780790b3 python27Packages.relatorio: 0.9.0 -> 0.9.1 2020-02-02 00:04:17 +00:00
R. RyanTM
76e859f386 python27Packages.python-sql: 1.0.0 -> 1.1.0 2020-02-01 23:30:17 +00:00
Andrew Dunham
147f32ac2b libxml2: add patch for CVE-2020-7595 2020-02-01 15:23:47 -08:00
Mario Rodas
93a7da2f1a
Merge pull request #79037 from r-ryantm/auto-update/python3.7-altair
python37Packages.altair: 4.0.0 -> 4.0.1
2020-02-01 18:21:12 -05:00
worldofpeace
bdb5080733
Merge pull request #79002 from romildo/upd.catfish
xfce.catfish: 1.4.12 -> 1.4.13
2020-02-01 18:14:59 -05:00
worldofpeace
f58e59ba7f
Merge pull request #78723 from kjuvi/agenda
agenda: init at 1.0.12
2020-02-01 18:10:01 -05:00
Florian Klink
fe08bffe4c aerc: 0.3.0 -> unstable-2020-02-01
The current version seems to go panic on some mail boxes.

It's already fixed in master, but there hasn't been a release yet.
2020-02-01 23:38:36 +01:00
Marek Mahut
b0a9cc0567
Merge pull request #78983 from marsam/update-chezmoi
chezmoi: 1.7.10 -> 1.7.12
2020-02-01 23:29:20 +01:00
worldofpeace
f025935dc6 networkmanager: reorganize directory
This was a bit of a mess.
2020-02-01 17:19:47 -05:00
Justin Bedo
56c22350c0
singularity-tools: fix buildImage 2020-02-02 09:18:39 +11:00
worldofpeace
6aa47aa042 networkmanager: 1.22.4 -> 1.22.6
https://gitlab.freedesktop.org/NetworkManager/NetworkManager/blob/1.22.6/NEWS
2020-02-01 17:16:02 -05:00
Robert Helgesson
a6e9b59633
k9s: 0.9.3 -> 0.13.6
PR #79031
2020-02-01 23:09:56 +01:00
R. RyanTM
913cc56c44 python37Packages.aiorun: 2019.11.1 -> 2020.1.3 2020-02-01 22:08:12 +00:00
R. RyanTM
216a05423e python27Packages.django-picklefield: 2.0 -> 2.1.1 2020-02-01 22:04:05 +00:00
adisbladis
096a51a35a
poetry: 1.0.2 -> 1.0.3 2020-02-01 21:53:05 +00:00
Tristan Helmich (omniIT)
e77a866caa graylog: 3.1.4 -> 3.2.0 2020-02-01 21:38:42 +00:00
R. RyanTM
76cecce17c python27Packages.azure-mgmt-iothub: 0.9.0 -> 0.10.0 2020-02-01 21:04:55 +00:00
Robert Hensing
6e62b01105
Merge pull request #78776 from mmahut/acsccid
acsccid: 1.1.6 -> 1.1.8
2020-02-01 22:02:47 +01:00
Mario Rodas
7eaf595f00
Merge pull request #79033 from r-ryantm/auto-update/python3.7-asgiref
python37Packages.asgiref: 3.2.2 -> 3.2.3
2020-02-01 15:46:10 -05:00
R. RyanTM
3b4fc5b60f python37Packages.asyncpg: 0.20.0 -> 0.20.1 2020-02-01 20:37:02 +00:00
Linus Heckemann
5da9abd9c3
Merge pull request #78231 from r-ryantm/auto-update/mercurial
mercurial: 5.2.1 -> 5.2.2
2020-02-01 21:15:51 +01:00
R. RyanTM
87bee366b7 python37Packages.altair: 4.0.0 -> 4.0.1 2020-02-01 19:59:11 +00:00
R. RyanTM
ff36673ffb python27Packages.cbor2: 4.1.2 -> 5.0.1 2020-02-01 19:42:04 +00:00
Alexey Shmalko
06afe1ea7b
Merge pull request #78825 from r-ryantm/auto-update/rhythmbox
rhythmbox: 3.4.3 -> 3.4.4
2020-02-01 21:20:44 +02:00
Mario Rodas
cbdd7c541e
Merge pull request #79003 from r-ryantm/auto-update/ocaml4.07.1-lambda-term
ocamlPackages.lambdaTerm: 2.0.2 -> 2.0.3
2020-02-01 14:19:15 -05:00
R. RyanTM
507e483284
orca: 3.34.1 -> 3.34.2 (#79014) 2020-02-01 20:18:36 +01:00
R. RyanTM
808a5676ce python37Packages.asgiref: 3.2.2 -> 3.2.3 2020-02-01 19:10:38 +00:00
Linus Heckemann
7218c68f31
Merge pull request #78735 from wamserma/xpra-bump-3.0.5
xpra: 2.5.3 -> 3.0.5
2020-02-01 19:36:51 +01:00
Janne Heß
7dadbc7a98 confluence: Add support for MySQL driver
If Confluence should be connected to a MySQL database, the JDBC driver
is required.
Also switch to stdenvNoCC, because we don't really use cc.
2020-02-01 19:32:15 +01:00
Marek Mahut
6ba8ec0c09
Merge pull request #79023 from mmahut/trac
trac: disabling pygments tests
2020-02-01 19:09:42 +01:00
Wael Nasreddine
1882d20155
pre-commit: installed git hook should have full path to binary (#77638)
pre-commit currently install impure Git hooks that look for the
`pre-commit` binary in PATH. If the user has `pre-commit` loaded via a
nix-shell instead of having it installed then GUI editors, such as
Intellij, won't be able to use Git commit because the hook fails trying
to look for the `pre-commit` binary in PATH.

This patch updates the hook template to use the hardcoded path to the
`pre-commit` binary if it was found, fallback to using the one from
PATH.
2020-02-01 10:05:42 -08:00
Wael Nasreddine
65e6812dc8
Merge pull request #78796 from Frostman/helm-3.0.3
kubernetes-helm: 3.0.1 -> 3.0.3 and improve build meta
2020-02-01 10:00:11 -08:00
Wael Nasreddine
05d62c1951
Merge pull request #77516 from Thra11/mynewt-newt
mynewt-newt: 1.3.0 -> 1.7.0, use buildGoModule
2020-02-01 09:24:01 -08:00
Marek Mahut
13d81e6b52 trac: disabling pygments tests 2020-02-01 18:18:29 +01:00
Silvan Mosberger
5c9198d29e
tpm2-pkcs11: init at 1.0.1 (#72374)
tpm2-pkcs11: init at 1.0.1
2020-02-01 18:05:00 +01:00
Janne Heß
f1221507f3 wimboot: Init at 2.6.0 2020-02-01 17:57:17 +01:00
Florian Klink
0142bd49cc gitlab: 12.7.4 -> 12.7.5
https://about.gitlab.com/releases/2020/01/31/gitlab-12-7-5-released/
2020-02-01 17:07:55 +01:00
Florian Klink
24c739c512
Merge pull request #79007 from flokli/yosys-updates
yosys: use external abc and simplify derivation
2020-02-01 16:53:39 +01:00
Jan Tojnar
f32906fc40
Merge pull request #78918 from jtojnar/speechd-0.9
speechd: 0.8.8 → 0.9.1
2020-02-01 16:05:23 +01:00
Franz Pletz
c4f30cc14d
Merge pull request #78984 from marsam/update-endlessh
endlessh: 1.0 -> 1.1
2020-02-01 14:36:01 +00:00
Tim Steinbach
508fdb7a7c
linux: 5.5 -> 5.5.1 2020-02-01 09:23:08 -05:00
Tim Steinbach
d0f3e3e07f
oh-my-zsh: 2020-01-30 -> 2020-01-31 2020-02-01 09:18:52 -05:00
Tim Steinbach
9b668eb4cc
linux: 5.4.16 -> 5.4.17 2020-02-01 09:18:52 -05:00
Tim Steinbach
0f20047e4c
linux: 4.19.100 -> 4.19.101 2020-02-01 09:18:52 -05:00
Franz Pletz
add880c5e8
prometheus-xmpp-alerts: init at 0.4.2 2020-02-01 15:04:01 +01:00
José Romildo Malaquias
d3abaa51e1
Merge pull request #78964 from romildo/upd.canta-theme
canta-theme: init at 2020-01-31
2020-02-01 11:02:20 -03:00
Franz Pletz
6b0f9e3951
perlPackages.PerlTidy: 20190915 -> 20200110 2020-02-01 14:20:52 +01:00
Franz Pletz
e0028e45aa
sqlmap: 1.3.12 -> 1.4 2020-02-01 14:20:52 +01:00
Franz Pletz
cff0aa3a1c
riot-web: 1.5.6 -> 1.5.8 2020-02-01 14:20:51 +01:00
Franz Pletz
8fa1aad283
wego: 2017-04-03 -> 2019-02-11 2020-02-01 14:20:51 +01:00
Franz Pletz
e8b8e8c615
rspamd: 1.9.4 -> 2.2 2020-02-01 14:20:51 +01:00
Franz Pletz
80c99eedef
halfempty: init at 0.30 2020-02-01 14:20:51 +01:00
Franz Pletz
41483340c4
b3sum: init at 0.1.3 2020-02-01 14:20:51 +01:00
Aaron Andersen
d5bf8b2359
Merge pull request #78975 from aanderse/sqlsrv
phpPackages.sqlsrv & pdo_sqlsrv: 5.6.1 -> 5.8.0
2020-02-01 08:05:06 -05:00
Thomas Tuegel
7de452a522
plasma-browser-integration: kpurpose kfilemetadata buildInputs 2020-02-01 06:58:29 -06:00
Thomas Tuegel
91fcbe4825
kwayland-integration: kguiaddons buildInput 2020-02-01 06:55:49 -06:00
Maximilian Bosch
8b92ddf24b
Merge pull request #78952 from flokli/gitlab-12.7.4
gitlab: 12.6.4 -> 12.7.4
2020-02-01 13:53:15 +01:00
Franz Pletz
4d5d5ed62d
rmilter: remove unused files
The merge 98640fd482 was done incorrectly.
2020-02-01 13:38:22 +01:00
Florian Klink
b437fa4c52 yosys: check abc-verifier rev to ensure compatibility 2020-02-01 12:49:45 +01:00
Florian Klink
570afbcb5b abc-verifier: passthru rev
Some consumers of abc-verifier require certain abc versions.
For that reason, expose the exact rev via a passtrhru.
2020-02-01 12:49:45 +01:00
Florian Klink
351f47da57 abc-verifier: 2018-07-08 -> 2020-01-11 2020-02-01 12:49:45 +01:00
Florian Klink
214cac8b26 yosys: 2019.10.18 -> 2020.02.01 2020-02-01 12:49:45 +01:00
Florian Klink
48085826fa yosys: use external abc 2020-02-01 12:49:45 +01:00
Maximilian Bosch
62af92b848
cppcheck: 1.88 -> 1.90 2020-02-01 12:48:46 +01:00
Florian Klink
e0b28fb806 yosys: don't use srcs array, but single src 2020-02-01 12:40:37 +01:00
Florian Klink
3086338f9d yosys: user placeholder 2020-02-01 12:40:37 +01:00
Maximilian Bosch
4afad26f79
Merge pull request #78782 from cust0dian/nushell-0.9.0
nushell: 0.8.0 -> 0.9.0
2020-02-01 12:29:01 +01:00
Maximilian Bosch
5ff0b0f2a3
Merge pull request #78864 from avdv/yubikey-manager-qt-1.1.4
yubikey-manager-qt: 1.1.3 -> 1.1.4
2020-02-01 12:21:31 +01:00
Maximilian Bosch
8d90d7efb7
Merge pull request #78801 from asbachb/update-to-netbeans-11.2
netbeans: 11.1 -> 11.2
2020-02-01 12:09:41 +01:00
R. RyanTM
ab6f52db59 ocamlPackages.lambdaTerm: 2.0.2 -> 2.0.3 2020-02-01 10:37:15 +00:00
José Romildo Malaquias
8bad3b1749 xfce.catfish: 1.4.12 -> 1.4.13 2020-02-01 07:20:12 -03:00