Commit Graph

190088 Commits

Author SHA1 Message Date
Martin Milata
9425bab10a libreoffice-still: 6.2.6.2 -> 6.3.5.2, libreoffice-fresh: 6.3.5.2 -> 6.4.1.1 2020-02-17 22:08:35 +01:00
Lancelot SIX
9992702e4b
Merge pull request #80349 from jojosch/dbeaver_6.3.5
dbeaver: 6.3.4 -> 6.3.5
2020-02-17 21:44:50 +01:00
Vladimír Čunát
9b4424cbb7
efivar: fixup build on i686
I don't think it really needs LTO.
2020-02-17 21:05:16 +01:00
Michele Guerini Rocco
06d625a7fe
Merge pull request #80220 from rnhmjoj/siji
siji: split output into out, bdf, otb
2020-02-17 20:51:40 +01:00
Michele Guerini Rocco
5798b04cce
Merge pull request #80322 from rnhmjoj/unifont
unifont: generate otb and split output
2020-02-17 20:50:10 +01:00
Michele Guerini Rocco
db26f93110
Merge pull request #80270 from rnhmjoj/tewi
tewi-font: generate otb and split output
2020-02-17 20:48:53 +01:00
Michele Guerini Rocco
875f474b42
Merge pull request #80261 from rnhmjoj/terminus
terminus_font: generate otb and split output
2020-02-17 20:48:06 +01:00
Kim Lindberger
a2f3ec7a60
synergy: Build application bundle on Darwin + other fixes (#80354)
Includes the following fixes for Darwin:
- Build an application bundle
- Don't install the .desktop file and icons
- Get rid of unused cmake variables
- Don't list avahi as a dependency, since it's not used
2020-02-17 14:41:43 -05:00
Alex Gryzlov
11a9dfeb96
idrisPackages.tparsec: 2019-09-19 -> 2020-02-11 2020-02-17 20:08:27 +01:00
Vladyslav M
b92d2ce3a1
Merge pull request #80314 from bhipple/u/rust-cargo-xsv
xsv: upgrade cargo fetcher and cargoSha256
2020-02-17 20:55:51 +02:00
Michele Guerini Rocco
02371d9410
Merge pull request #80228 from rnhmjoj/tamsyn
tamsyn: generate otb and split output
2020-02-17 19:49:09 +01:00
Silvan Mosberger
cf2a8ac2cc
Merge pull request #80348 from basvandijk/symlinkJoin-passAsFile
symlinkJoin: fix "bash: Argument list too long" error
2020-02-17 19:43:42 +01:00
Michael Lingelbach
eaa4728411 luaPackages.luv: 1.30.0-0 -> 1.34.1-1 2020-02-17 19:34:55 +01:00
Michele Guerini Rocco
7429153cac
Merge pull request #80364 from pacien/riot-no-phoning-home
riot-web: add config overrides for privacy
2020-02-17 18:44:49 +01:00
OmnipotentEntity
eb40131310
geant4: 10.6.0 -> 10.6.1 (#80365) 2020-02-17 11:31:21 -05:00
Maximilian Bosch
badcdb3af7
Merge pull request #80294 from bhipple/u/cargo-outdated
cargo-outdated: 0.9.1 -> 0.9.5
2020-02-17 17:23:21 +01:00
rnhmjoj
06e7100bf9
ucs-fonts: generate pcf, otb and split output 2020-02-17 17:06:23 +01:00
Orivej Desh
b2492bc444 rnnoise: 0.0.1 (2017-10-10) -> 2019-04-24 2020-02-17 16:04:41 +00:00
Maximilian Bosch
e3df3a169d
Merge pull request #80296 from bhipple/u/rust-cargo-cargo-audit
cargo-audit: upgrade cargo fetcher and cargoSha256
2020-02-17 16:59:56 +01:00
pacien
c9e5cca071 riot-web: add config overrides for privacy
Preventing the app from phoning home by default.

GitHub: closes https://github.com/NixOS/nixpkgs/issues/80358
2020-02-17 16:54:13 +01:00
Maximilian Bosch
d880e848a7
Merge pull request #80303 from bhipple/u/rust-cargo-coloursum
coloursum: upgrade cargo fetcher and cargoSha256
2020-02-17 16:54:12 +01:00
jakobrs
35bae4f749
electron: correct casing of MacOS (#80362) 2020-02-17 10:50:21 -05:00
Sirio Balmelli
c91aade77f
mscgen: enable on darwin (#79996)
Co-authored-by: Dmitry Kalinkin <dmitry.kalinkin@gmail.com>
2020-02-17 10:48:11 -05:00
Tim Steinbach
3f905e52ed
Merge pull request #80321 from asbachb/bugfix-openjdk-aarch64
openjdk8: 8u222b10 -> 8u242b08
2020-02-17 10:29:12 -05:00
Thomas Tuegel
0591e94757
Merge pull request #80356 from ttuegel/bug--kinit-environ-size
kinit: Increase environment size limit
2020-02-17 09:11:03 -06:00
rnhmjoj
789182cb8f
ucs-fonts: add license and homepage 2020-02-17 16:02:25 +01:00
Jörg Thalheim
338e1dc57d
Merge pull request #80159 from emacsomancer/mullvad-2020.2
mullvad-vpn: 2020.1 -> 2020.2
2020-02-17 14:56:55 +00:00
pacien
5bd923057c riot-desktop: 1.5.6 -> 1.5.9 2020-02-17 15:26:31 +01:00
pacien
85e09daf43 riot-web: 1.5.8 -> 1.5.9 2020-02-17 15:26:19 +01:00
Thomas Tuegel
c75860918f
kinit: Increase environment size limit
start_kdeinit reads its environment over a pipe from start_kdeinit_wrapper. For
security, each environment entry must be smaller than 4kb by default. Qt-based
applications in Nixpkgs may have larger environments, and the recent upgrade to
Plasma 5.17 pushed start_kdeinit_wrapper over the limit. The limit is now
extended to 16kb.

This problem was not detected during testing because the failure is silent:
start_kdeinit will continue with an empty environment. In other circumstances,
this strategy might work, but it does not work on NixOS. This failure is now
treated as a fatal error.

Fixes: #79707
2020-02-17 08:21:39 -06:00
Franz Pletz
f9a34082e6
dovecot: 2.3.9.2 -> 2.3.9.3
Fixes CVE-2020-7046 & CVE-2020-7957:

  https://dovecot.org/pipermail/dovecot-news/2020-February/000429.html
2020-02-17 15:14:29 +01:00
Franz Pletz
71cc7796e1
tang: init at 7 2020-02-17 15:14:28 +01:00
Franz Pletz
37f35dc779
clevis: init at 12 2020-02-17 15:14:28 +01:00
Franz Pletz
38ae7d1c6f
luksmeta: init at 9 2020-02-17 15:14:28 +01:00
Franz Pletz
a508b6e606
jose: init at 10 2020-02-17 15:14:28 +01:00
Frederik Rietdijk
ec1184f461 Merge master into staging-next 2020-02-17 15:12:28 +01:00
Mario Rodas
3285f0f2ff
Merge pull request #77377 from filalex77/cargo-update-2.5.0
cargo-update: 1.5.2 -> 2.5.0
2020-02-17 08:56:54 -05:00
Mario Rodas
1e0222cd1f
Merge pull request #80288 from bhipple/u/rust-cargo-emplace
emplace: upgrade cargo fetcher and cargoSha256
2020-02-17 08:51:25 -05:00
Mario Rodas
b83aee0d4c
Merge pull request #80297 from bhipple/u/rust-cargo-nixdoc
nixdoc: upgrade cargo fetcher and cargoSha256
2020-02-17 08:51:04 -05:00
Mario Rodas
1acd9df972
Merge pull request #80300 from bhipple/u/rust-cargo-tectonic
tectonic: upgrade cargo fetcher and cargoSha256
2020-02-17 08:49:46 -05:00
Mario Rodas
4d4eae4eba
Merge pull request #80298 from bhipple/u/rust-cargo-cargo-release
cargo-release: upgrade cargo fetcher and cargoSha256
2020-02-17 08:49:34 -05:00
Mario Rodas
05d0609cc3
Merge pull request #80308 from bhipple/u/rust-cargo-amber
amber: upgrade cargo fetcher and cargoSha256
2020-02-17 08:48:54 -05:00
Mario Rodas
af5dc59c59
Merge pull request #80310 from bhipple/u/rust-cargo-ytop
ytop: upgrade cargo fetcher and cargoSha256
2020-02-17 08:48:44 -05:00
Mario Rodas
583950cdd2
Merge pull request #80311 from bhipple/u/rust-cargo-scaff
scaff: upgrade cargo fetcher and cargoSha256
2020-02-17 08:48:10 -05:00
Martin Milata
f5a5695edd libreoffice-fresh: 6.3.0.4 -> 6.3.5.2 2020-02-17 14:47:54 +01:00
Mario Rodas
c7fc4c0d9f
Merge pull request #80312 from bhipple/u/rust-cargo-sd
sd: upgrade cargo fetcher and cargoSha256
2020-02-17 08:46:07 -05:00
Mario Rodas
e83893e1ab
Merge pull request #80282 from jonasnick/lnd-0.9
lnd 0.8.1 -> lnd 0.9.0
2020-02-17 08:41:57 -05:00
Patrizio Bekerle
66dc93c716 Update QOwnNotes to 20.2.5 2020-02-17 14:36:01 +01:00
Michele Guerini Rocco
0240b3cbd5
Merge pull request #80335 from cole-h/iosevka
iosevka: don't show build progress
2020-02-17 14:35:29 +01:00
Jean-Philippe Braun
92c97a3915 terragrunt: 0.17.4 -> 0.21.11 2020-02-17 14:34:02 +01:00
Mario Rodas
b17228033f
Merge pull request #80287 from bhipple/u/rust-cargo-cargo-deps
cargo-deps: upgrade cargo fetcher and cargoSha256
2020-02-17 08:27:36 -05:00
Mario Rodas
72aab35350
Merge pull request #80286 from bhipple/u/rust-cargo-cargo-about
cargo-about: upgrade cargo fetcher and cargoSha256
2020-02-17 08:27:00 -05:00
Mario Rodas
d9cdb01dcc
Merge pull request #80285 from bhipple/u/rust-cargo-uq
uq: upgrade cargo fetcher and cargoSha256
2020-02-17 08:26:43 -05:00
Mario Rodas
eb044ecd04
Merge pull request #80150 from r-ryantm/auto-update/atlassian-cli
atlassian-cli: 9.1.0 -> 9.1.1
2020-02-17 08:21:04 -05:00
Mario Rodas
f0c998032c
Merge pull request #80299 from bhipple/u/rust-cargo-nixpkgs-fmt
nixpkgs-fmt: upgrade cargo fetcher and cargoSha256
2020-02-17 08:15:34 -05:00
Mario Rodas
db08a9ead2
Merge pull request #80306 from bhipple/u/rust-cargo-just
just: upgrade cargo fetcher and cargoSha256
2020-02-17 08:15:21 -05:00
Mario Rodas
72cd98ea32
Merge pull request #80309 from bhipple/u/rust-cargo-rq
rq: upgrade cargo fetcher and cargoSha256
2020-02-17 08:13:52 -05:00
Mario Rodas
8ae9c8e206
Merge pull request #80307 from bhipple/u/rust-cargo-ruplacer
ruplacer: upgrade cargo fetcher and cargoSha256
2020-02-17 08:13:21 -05:00
Mario Rodas
feb08c7123
Merge pull request #80295 from Trundle/skaffold-1.3.1
skaffold: 1.2.0 -> 1.3.1
2020-02-17 08:11:42 -05:00
Johannes Schleifenbaum
dfd86fc882
dbeaver: 6.3.4 -> 6.3.5 2020-02-17 12:56:16 +01:00
rnhmjoj
270a1e4f8a
unscii: cleanup and split outputs
The font is very large and duplicated across many formats, some of
which cannot be compressed, like `.hex` or `.svg`.
For normal use (eg. X11, GTK applications) these formats are not
necessary, so they are moved to another output reducing the default
closure size.
2020-02-17 11:57:28 +01:00
Bas van Dijk
4e0a6bc4be symlinkJoin: fix "bash: Argument list too long" error
When the `paths` argument is too big `symlinkJoin` will fail with:

```
while setting up the build environment: executing '/nix/store/rm1hz1lybxangc8sdl7xvzs5dcvigvf7-bash-4.4-p23/bin/bash': Argument list too long
```

This is fixed by passing `paths` as a file instead of as an
environment variable.
2020-02-17 11:45:44 +01:00
goibhniu
fc592a52ca
Merge pull request #80318 from vandenoever/sv
sonic-visualiser
2020-02-17 09:51:51 +00:00
Benjamin Hipple
5ef4af7afc
doomseeker: add qt wrapper, cleanup (#79794)
This avoids using NIX_CFLAGS_COMPILE by switching to hardeningDisable.
The hack is also only needed for darwin sources and is not specific to
clang.

Co-authored-by: Dmitry Kalinkin <dmitry.kalinkin@gmail.com>
2020-02-17 04:50:44 -05:00
Mario Rodas
d9a19e97cb
ytop: 0.4.0 -> 0.5.1 2020-02-17 04:20:00 -05:00
Mario Rodas
f8e031b298
circleci-cli: 0.1.5879 -> 0.1.6072 2020-02-17 04:20:00 -05:00
Silvan Mosberger
cfc21ad059
Revert "haskell generic-builder: fix Darwin regression for lmdb"
This reverts commit 8c58c44aae.

This causes a mass rebuild and should go to staging instead before
master
2020-02-17 09:36:53 +01:00
Michele Guerini Rocco
497c0a43a5
Merge pull request #80333 from cole-h/fish-foreign-env
fish-foreign-env: update stderr redirection in patch
2020-02-17 09:22:34 +01:00
Daniel Schaefer
940a133246
Merge pull request #80158 from r-ryantm/auto-update/avocode
avocode: 4.2.2 -> 4.3.0
2020-02-17 09:07:12 +01:00
Silvan Mosberger
b7bf4ce8ee
Merge pull request #80191 from simonchatts/lmdb
haskell generic-builder: fix Darwin regression for lmdb
2020-02-17 08:52:23 +01:00
Cole Helbling
e718c3a685
iosevka: don't show build progress
The node progress "bar" looks like crap when using `nix-build`. Redirect
the infinite scrolling screen to `/dev/null` to calm the output down.
Errors will still print because stderr isn't redirected.
2020-02-16 23:45:35 -08:00
Cole Helbling
2721f9d549
fish-foreign-env: update stderr redirection in patch
Caret stderr redirection has been deprecated and will be removed in a
future version.
2020-02-16 23:29:02 -08:00
Maximilian Bosch
ed944d4cee
nextcloud-client: 2.6.2 -> 2.6.3
https://github.com/nextcloud/desktop/releases/tag/v2.6.3
2020-02-17 07:47:15 +01:00
Maximilian Bosch
52981cedfd
mautrix-whatsapp: 2020-01-12 -> 2020-02-09 2020-02-17 07:47:14 +01:00
R. RyanTM
7996935668 libsixel: 1.8.4 -> 1.8.6 2020-02-16 19:55:15 -08:00
Nikolay Korotkiy
7855afeef7 mbutil: init at 0.3.0 2020-02-16 19:41:02 -08:00
Thomas Tuegel
72155667ae
Merge pull request #79908 from bkchr/bkchr-fix-kde-pim-runtime
kdepim-runtime: Remove obsolete patch to fix compilation
2020-02-16 21:19:25 -06:00
Farkas, Arnold
78c147c164 pythonPackages.vertica-python: init at 0.10.2 2020-02-16 19:14:05 -08:00
Drew Risinger
c71f63a337 ecos: 2.0.6 -> 2.0.7
Bump ecos module.
2020-02-16 19:12:52 -08:00
Drew Risinger
f0d53bd6f9 pythonPackages.docloud: init at 1.0.375
The IBM Decision Optimization on Cloud Python client.

Requirement of docplex, which is a dependency of qiskit-aqua.
2020-02-16 19:12:40 -08:00
Jon
d6e1193d39 pythonPackages.seqdiag: disable python2
No longer supported upstream
```
  ERROR: Package 'seqdiag' requires a different Python: 2.7.17 not in '>=3.5'
```
2020-02-16 19:11:11 -08:00
R. RyanTM
d186c7f1c7 seqdiag: 0.9.6 -> 2.0.0 2020-02-16 19:11:11 -08:00
Jonathan Ringer
46a93a7fdb expect: use postPatch for stty patch 2020-02-16 18:39:07 -08:00
nyanloutre
419d0ad370 jftui: init at 0.2.2 2020-02-16 18:37:56 -08:00
Mario Rodas
1d6d9d9850
Merge pull request #80219 from bhipple/u/rust-cargo-xidlehook
xidlehook: fix build by migrating off legacy fetchCargo
2020-02-16 20:48:35 -05:00
rnhmjoj
a3b97a4061
uni-vga: generate otb, psf and split output 2020-02-17 02:11:50 +01:00
Mario Rodas
664b20ecd5
Merge pull request #80283 from Frostman/restic-go-latest
restic: switch to default go compiler
2020-02-16 20:06:11 -05:00
rnhmjoj
c23db52a65
unifont: generate otb and split output 2020-02-17 01:08:47 +01:00
Benjamin Asbach
b87e7d00f3 openjdk8: 8u222b10 -> 8u242b08 2020-02-17 01:06:45 +01:00
Bas van Dijk
b30dc0ff89 expect: patch configure after the autoreconf phase, not before it
Fixes: #79863
2020-02-16 15:46:01 -08:00
Orivej Desh
10af1a139b qtads: 2.1.99.2019-04-12 -> 3.0.0 2020-02-16 23:39:18 +00:00
Mario Rodas
a05d11a95a
Merge pull request #77418 from marsam/init-gitAndTools.git-filter-repo
gitAndTools.git-filter-repo: init at 2.24.0
2020-02-16 18:26:46 -05:00
Maximilian Bosch
7957f43b6a
youtube-dl: 2020.01.24 -> 2020.02.16
https://github.com/ytdl-org/youtube-dl/releases/tag/2020.02.16
2020-02-17 00:13:05 +01:00
Jos van den Oever
528e27b33c sonic-visualiser: 2.4.1 -> 4.0.1
The program is no longer broken.
2020-02-16 23:52:24 +01:00
Jos van den Oever
eb1ffda13c libfishsound at 1.0.0 2020-02-16 23:47:44 +01:00
Artemis Tosini
21bfc57dd9 tinyprog: fix pkg_resources crash 2020-02-16 23:30:56 +01:00
James Cook
b0a26b3b52 Remove myself as maintainer.
I'm not really that familiar with these two packages.
2020-02-16 22:15:39 +00:00
Benjamin Hipple
0504571874 xsv: upgrade cargo fetcher and cargoSha256
Infra upgrade as part of #79975; ran `nixpkgs-review wip` successfully.
2020-02-16 16:57:54 -05:00
Benjamin Hipple
ac27726278 rnix-lsp: upgrade cargo fetcher and cargoSha256
Infra upgrade as part of #79975; ran `nixpkgs-review wip` successfully.
2020-02-16 16:57:41 -05:00
Benjamin Hipple
8f818022a6 sd: upgrade cargo fetcher and cargoSha256
Infra upgrade as part of #79975; ran `nixpkgs-review wip` successfully.
2020-02-16 16:54:39 -05:00
Benjamin Hipple
93da4c8485 scaff: upgrade cargo fetcher and cargoSha256
Infra upgrade as part of #79975; ran `nixpkgs-review wip` successfully.
2020-02-16 16:54:18 -05:00
Benjamin Hipple
9f8b5e80ee ytop: upgrade cargo fetcher and cargoSha256
Infra upgrade as part of #79975; ran `nixpkgs-review wip` successfully.
2020-02-16 16:51:53 -05:00
Benjamin Hipple
a1927899f7 rq: upgrade cargo fetcher and cargoSha256
Infra upgrade as part of #79975; ran `nixpkgs-review wip` successfully.
2020-02-16 16:49:11 -05:00
Benjamin Hipple
c917e7cbc6 amber: upgrade cargo fetcher and cargoSha256
Infra upgrade as part of #79975; ran `nixpkgs-review wip` successfully.
2020-02-16 16:48:38 -05:00
Benjamin Hipple
f4195e6a6b ruplacer: upgrade cargo fetcher and cargoSha256
Infra upgrade as part of #79975; ran `nixpkgs-review wip` successfully.
2020-02-16 16:45:14 -05:00
Benjamin Hipple
c87fa84f3d just: upgrade cargo fetcher and cargoSha256
Infra upgrade as part of #79975; ran `nixpkgs-review wip` successfully.
2020-02-16 16:43:44 -05:00
Benjamin Hipple
f31c9a0414 mq-cli: upgrade cargo fetcher and cargoSha256
Infra upgrade as part of #79975; ran `nixpkgs-review wip` successfully.
2020-02-16 16:42:57 -05:00
Benjamin Hipple
93aadd5f4a todiff: upgrade cargo fetcher and cargoSha256
Infra upgrade as part of #79975; ran `nixpkgs-review wip` successfully.
2020-02-16 16:40:35 -05:00
Benjamin Hipple
5eeaac4433 coloursum: upgrade cargo fetcher and cargoSha256
Infra upgrade as part of #79975; ran `nixpkgs-review wip` successfully.
2020-02-16 16:40:31 -05:00
Benjamin Hipple
805db0db45 maturin: upgrade cargo fetcher and cargoSha256
Infra upgrade as part of #79975; ran `nixpkgs-review wip` successfully.
2020-02-16 16:23:11 -05:00
Benjamin Hipple
91aafa8476 tectonic: upgrade cargo fetcher and cargoSha256
Infra upgrade as part of #79975; no functional change expected.
2020-02-16 16:09:16 -05:00
Benjamin Hipple
bc8753b9a5 cargo-audit: upgrade cargo fetcher and cargoSha256
Infra upgrade as part of #79975; no functional change expected.
2020-02-16 16:07:16 -05:00
Benjamin Hipple
36cf8ad685 nixpkgs-fmt: upgrade cargo fetcher and cargoSha256
Infra upgrade as part of #79975; no functional change expected.
2020-02-16 16:06:47 -05:00
Benjamin Hipple
8541c35fab cargo-release: upgrade cargo fetcher and cargoSha256
Infra upgrade as part of #79975; no functional change expected.
2020-02-16 16:05:50 -05:00
Benjamin Hipple
940e6968f1 nixdoc: upgrade cargo fetcher and cargoSha256
Infra upgrade as part of #79975; no functional change expected.
2020-02-16 16:05:21 -05:00
Andreas Stührk
6888cae7d6 skaffold: 1.2.0 -> 1.3.1 2020-02-16 21:32:48 +01:00
Benjamin Hipple
66e5cc0bd2 cargo-outdated: 0.9.1 -> 0.9.5
Upstream is now vendoring the Cargo.lock file for reproducible app builds, so we
can now remove the patching workaround. However, they're missing a git tag, so
we have to do some work to find the right git commit.
2020-02-16 15:10:10 -05:00
Franz Pletz
7695e9e1fa
Merge pull request #80284 from elseym/plex
plex: 1.18.4.2171 -> 1.18.6.2368
2020-02-16 19:27:13 +00:00
Mario Rodas
d539707242
Merge pull request #80115 from marsam/update-racket
racket: 7.5 -> 7.6
2020-02-16 14:26:33 -05:00
Mario Rodas
3ab13fce6d
Merge pull request #80085 from r-ryantm/auto-update/rspamd
rspamd: 2.2 -> 2.3
2020-02-16 14:26:13 -05:00
Benjamin Hipple
2926041c6a cargo-edit: upgrade cargo fetcher and cargoSha256
Infra upgrade as part of #79975; no functional change expected.
2020-02-16 13:57:12 -05:00
Benjamin Hipple
46d46b7a69 cargo-graph: upgrade cargo fetcher and cargoSha256
Infra upgrade as part of #79975; no functional change expected.
2020-02-16 13:56:02 -05:00
Benjamin Hipple
8625e276b2 emplace: upgrade cargo fetcher and cargoSha256
Infra upgrade as part of #79975; no functional change expected.
2020-02-16 13:55:19 -05:00
Benjamin Hipple
98d2f4e96b cargo-deps: upgrade cargo fetcher and cargoSha256
Infra upgrade as part of #79975; no functional change expected.
2020-02-16 13:53:35 -05:00
Benjamin Hipple
36279a03ed cargo-about: upgrade cargo fetcher and cargoSha256
Infra upgrade as part of #79975; no functional change expected.
2020-02-16 13:51:41 -05:00
Benjamin Hipple
a5dc839bcc uq: upgrade cargo fetcher and cargoSha256
Infra upgrade as part of #79975; no functional change expected.
2020-02-16 13:46:58 -05:00
elseym
3e8e6bacd5
plex: 1.18.4.2171 -> 1.18.6.2368 2020-02-16 19:44:25 +01:00
Sergey Lukjanov
39fd6223c8 restic: switch to default go compiler 2020-02-16 10:24:58 -08:00
Jonas Nick
1a492b64cf
lnd 0.8.1 -> lnd 0.9.0 2020-02-16 18:09:33 +00:00
Benjamin Hipple
201d464f12 pijul: fix build by migrating off legacy fetchCargo
Currently broken; see #79975 for details. Would also be fixed by #80153
eventually, but since we want to upgrade either way we might as well do so now.

https://hydra.nixos.org/job/nixpkgs/trunk/pijul.x86_64-linux
2020-02-16 09:36:17 -08:00
Benjamin Hipple
2494471a14 cntr: upgrade cargo fetcher and cargoSha256
Infra upgrade as part of #79975; no functional change expected.
2020-02-16 09:35:30 -08:00
Benjamin Hipple
dc851d4051 wishbone-utils: 0.2.8 -> 0.6.9
The upstreeam repository has moved its URL here:
https://github.com/xobs/wishbone-utils

This also contains some cleanup to make the cargo tarball checker find the cargo
lockfile in the source directory; see #79975 for details.
2020-02-16 09:35:01 -08:00
Benjamin Hipple
f85a6d959c fractal: upgrade cargo fetcher and cargoSha256
Infra upgrade as part of #79975; no functional change expected.
2020-02-16 09:33:52 -08:00
Benjamin Hipple
e73928ba4d panopticon: upgrade cargo fetcher and cargoSha256
Infra upgrade as part of #79975; no functional change expected.
2020-02-16 09:33:26 -08:00
Benjamin Hipple
5375b833bc chit: upgrade cargo fetcher and cargoSha256
Infra upgrade as part of #79975; no functional change expected.
2020-02-16 08:40:53 -08:00
Benjamin Hipple
bb2cb2d5e2 pastel: upgrade cargo fetcher and cargoSha256
Infra upgrade as part of #79975; no functional change expected.
2020-02-16 08:39:34 -08:00
Benjamin Hipple
5434a66f91 taizen: upgrade cargo fetcher and cargoSha256
Infra upgrade as part of #79975; no functional change expected.
2020-02-16 08:39:02 -08:00
Benjamin Hipple
731c793fed rsclock: upgrade cargo fetcher and cargoSha256
Infra upgrade as part of #79975; no functional change expected.
2020-02-16 08:38:33 -08:00
David Wood
29d2b6385f mdcat: 0.15.0 -> 0.15.1 2020-02-16 08:24:42 -08:00
Patrick Hilhorst
91a106d4b4 vscode, vscodium: 1.42.0 -> 1.42.1 2020-02-16 08:20:33 -08:00
Philipp Middendorf
4ebe020cc7 quake3e: 2019-11-29 -> 2020-01-23 2020-02-16 08:09:54 -08:00
Léo Gaspard
9ad73df74b
Merge pull request #80237 from bhipple/remove/wasm-gc
wasm-gc: remove package
2020-02-16 16:20:39 +01:00
José Romildo Malaquias
ad781346a0
Merge pull request #79802 from Elyhaka/pop-gtk-update
pop-gtk-theme: 2019-12-17 -> 2020-02-10
2020-02-16 11:31:33 -03:00
Benjamin Hipple
74aae635e5 nix-index: upgrade cargo fetcher and cargoSha256
Infra upgrade as part of #79975; no functional change expected.
2020-02-16 15:29:53 +01:00
rnhmjoj
128030139e
tewi-font: generate otb and split output 2020-02-16 14:58:59 +01:00
rnhmjoj
37d9b45b04
tewi-font: 2015-06-07 -> 2.0.2 2020-02-16 14:58:57 +01:00
Daniel Schaefer
a65e7d9367
Merge pull request #78777 from arcnmx/pr-edk2-201911
{edk2, OVMF}: 201905 -> 201911
2020-02-16 14:53:29 +01:00
Daniel Schaefer
dc5a141e20
Merge pull request #80240 from dtzWill/update/spleen-1.7.0
spleen: 1.6.0 -> 1.7.0
2020-02-16 14:27:11 +01:00
Daniel Schaefer
0207ec4632
Merge pull request #80244 from bhipple/u/rust-cargo-cargo-deb
cargo-deb: upgrade cargo fetcher and cargoSha256
2020-02-16 13:45:58 +01:00
Daniel Schaefer
dc5c581549
Merge pull request #80241 from bhipple/u/rust-cargo-cargo-asm
cargo-asm: upgrade cargo fetcher and cargoSha256
2020-02-16 13:45:32 +01:00
Daniel Schaefer
59f40350f2
Merge pull request #80256 from bhipple/u/rust-cargo-alacritty
alacritty: upgrade cargo fetcher and cargoSha256
2020-02-16 13:45:11 +01:00
Daniel Schaefer
8cfd3ea4c0
Merge pull request #80250 from danieldk/softmaker-office-974
softmaker-office: 972 -> 974
2020-02-16 13:43:06 +01:00
Daniel Schaefer
5de3b201a0
Merge pull request #80257 from bhipple/u/rust-cargo-loc
loc: upgrade cargo fetcher and cargoSha256
2020-02-16 13:40:27 +01:00
Daniel Schaefer
63703cfd7b
Merge pull request #80259 from bhipple/u/rust-cargo-async
async: upgrade cargo fetcher and cargoSha256
2020-02-16 13:39:50 +01:00
Daniel Schaefer
759ae67c71
Merge pull request #78807 from bdesham/swiftformat-0.44.1
swiftformat: 0.44.0 -> 0.44.2
2020-02-16 13:27:51 +01:00
Lancelot SIX
82945f364f
Merge pull request #80059 from samueldr/update/refind/0.11.5
refind: 0.11.4 -> 0.11.5
2020-02-16 12:18:46 +01:00
Jan Tojnar
b663a56012
Merge pull request #80255 from bhipple/u/rust-cargo-gnome-podcasts
gnome-podcasts: upgrade cargo fetcher and cargoSha256
2020-02-16 12:01:22 +01:00
Jon
1df3c86f2e
moolticute: 0.30.8 -> 0.42.32-testing (#80222) 2020-02-16 12:23:57 +02:00
rnhmjoj
4eb84c9ed4
terminus_font: generate otb and split output 2020-02-16 10:46:35 +01:00
Will Dietz
afc321fa91 bash_5: 5p11 -> 5p16
https://ftp.gnu.org/gnu/bash/bash-5.0-patches/bash50-012
https://ftp.gnu.org/gnu/bash/bash-5.0-patches/bash50-013
https://ftp.gnu.org/gnu/bash/bash-5.0-patches/bash50-014
https://ftp.gnu.org/gnu/bash/bash-5.0-patches/bash50-015
https://ftp.gnu.org/gnu/bash/bash-5.0-patches/bash50-016
2020-02-16 10:19:58 +01:00
Will Dietz
53a967f138 readline80: p1 -> p4
https://ftp.gnu.org/gnu/readline/readline-8.0-patches/readline80-002
https://ftp.gnu.org/gnu/readline/readline-8.0-patches/readline80-003
https://ftp.gnu.org/gnu/readline/readline-8.0-patches/readline80-004
2020-02-16 10:19:58 +01:00
Benjamin Hipple
16eb59cecb rust-bindgen: upgrade cargo fetcher and cargoSha256
Infra upgrade as part of #79975; no functional change expected.
2020-02-16 01:08:34 -08:00
Benjamin Hipple
7605f60665 async: upgrade cargo fetcher and cargoSha256
Infra upgrade as part of #79975; no functional change expected.
2020-02-16 03:57:15 -05:00
Frederik Rietdijk
3a773045e6 python3Packages: attempt to fix build, mark as broken
Earlier spyder was updated to 4.0.0. This build fails. Adding new
dependencies, it still fails, because it needs a very specific version
of jedi. This is problematic, we cannot have these tight constraints in
the Python packages set.

We could revert to 3.x. It builds, however, I expect it to have runtime
issues due to jedi as well.

https://github.com/spyder-ide/spyder/issues/11047
2020-02-16 09:55:01 +01:00
Benjamin Hipple
4ba018085e loc: upgrade cargo fetcher and cargoSha256
Infra upgrade as part of #79975; no functional change expected.
2020-02-16 03:54:36 -05:00
Benjamin Hipple
1f03a3434f alacritty: upgrade cargo fetcher and cargoSha256
Infra upgrade as part of #79975; no functional change expected.
2020-02-16 03:53:12 -05:00
Benjamin Hipple
68a8115e10 gnome-podcasts: upgrade cargo fetcher and cargoSha256
Infra upgrade as part of #79975; no functional change expected.
2020-02-16 03:49:11 -05:00
Frederik Rietdijk
ebc94344f7 pythonPackages.python-language-server: 0.29.1 -> 0.31.8 2020-02-16 09:47:58 +01:00
Frederik Rietdijk
a4645dfa33 pythonPackages.python-jsonrpc-server: 0.2.0 -> 0.3.4 2020-02-16 09:47:45 +01:00
Frederik Rietdijk
11641a16fa pythonPackages.qdarkstyle: 2.6.8 -> 2.8 2020-02-16 09:47:28 +01:00
Frederik Rietdijk
d70bdb7047 pythonPackages.helpdev: init at 0.6.10 2020-02-16 09:47:12 +01:00
Frederik Rietdijk
3ff3e2ce1f python2Packages.spyder: fix build 2020-02-16 09:27:14 +01:00
Frederik Rietdijk
9d304bd60b python2Packages.spyder-kernels: fix build 2020-02-16 09:26:58 +01:00
R. RyanTM
0a625e2d34 freeorion: 0.4.8 -> 0.4.9 2020-02-16 09:14:01 +01:00
R. RyanTM
4f0f4ae25c liquibase: 3.8.5 -> 3.8.6 2020-02-16 09:13:49 +01:00
R. RyanTM
e7f3e3e2d8 clickhouse: 19.13.6.51 -> 19.17.8.54 2020-02-16 09:13:34 +01:00
R. RyanTM
a4014a71ed homebank: 5.3.1 -> 5.3.2 2020-02-16 09:13:10 +01:00
R. RyanTM
2277a41b55 libinput: 1.15.0 -> 1.15.1 2020-02-16 08:59:18 +01:00
R. RyanTM
8e5d6824a9 libmicrohttpd: 0.9.69 -> 0.9.70 2020-02-16 08:59:00 +01:00
R. RyanTM
13a03f402c libarchive: 3.4.1 -> 3.4.2 2020-02-16 08:55:51 +01:00
Sergey Lukjanov
02b033417b go_1_12, go_1_13: add Frostman to maintainers 2020-02-16 08:55:26 +01:00
Sergey Lukjanov
634cb1cadc go_1_13: 1.13.7 -> 1.13.8 2020-02-16 08:55:26 +01:00
Sergey Lukjanov
9f406d3b10 go_1_12: 1.12.16 -> 1.12.17 2020-02-16 08:55:26 +01:00
Frederik Rietdijk
0c7143462b Merge master into staging 2020-02-16 08:50:59 +01:00
R. RyanTM
40971eca7b http-parser: 2.9.2 -> 2.9.3 2020-02-16 08:48:08 +01:00
Justin Humm
4496f8f4b8 fontforge: 20190413 -> 20190801
- Init libuninameslist at 20190701 as it is a new dependency to fontforge
- Remove gnulib, as it is not used anymore
- Remove a non-applying patch
- Add myself as maintainer
2020-02-16 08:47:34 +01:00
R. RyanTM
452f481853 vim: 8.2.0013 -> 8.2.0227 2020-02-16 08:36:56 +01:00
Vladyslav M
9f2bc434ca
Merge pull request #80246 from bhipple/u/rust-cargo-synapse-bt
synapse-bt: upgrade cargo fetcher and cargoSha256
2020-02-16 09:33:23 +02:00
matthuszagh
555df1fddc
perlPackages.LaTeXML: init at 0.8.4 (#80193) 2020-02-16 02:30:13 -05:00
Daniël de Kok
d4212f7036 softmaker-office: 972 -> 974
Changelog:
https://www.softmaker.com/en/servicepacks-office-changelog
2020-02-16 08:22:43 +01:00
Benjamin Hipple
1c36f69b08 texlab: upgrade cargo fetcher and cargoSha256
Infra upgrade as part of #79975; no functional change expected.
2020-02-15 22:25:47 -08:00
Benjamin Hipple
f5578dc61d cargo-expand: upgrade cargo fetcher and cargoSha256
Infra upgrade as part of #79975; no functional change expected.
2020-02-15 22:23:23 -08:00
Benjamin Hipple
07de659207 sccache: upgrade cargo fetcher and cargoSha256
Infra upgrade as part of #79975; no functional change expected.
2020-02-15 22:20:57 -08:00
Benjamin Hipple
e90602b8f2 wasmer: upgrade cargo fetcher and cargoSha256
Infra upgrade as part of #79975; no functional change expected.
2020-02-15 22:13:19 -08:00
Benjamin Hipple
777c1dda59 cargo-sweep: upgrade cargo fetcher and cargoSha256
Infra upgrade as part of #79975; no functional change expected.
2020-02-15 22:12:37 -08:00
tbenst
a35a2806db mlflow-server: init at 1.4.0 2020-02-15 22:11:25 -08:00
Tyler Benster
5c20a955d7 pythonPackages.databricks-cli: init at 0.9.1 2020-02-15 22:11:25 -08:00
Tyler Benster
7a49699a30 pythonPackages.gorilla: init at 0.3.0 2020-02-15 22:11:25 -08:00
Tyler Benster
07bb282c84 pythonPackages.querystring_parser: init at 1.2.4 2020-02-15 22:11:25 -08:00
tbenst
94f62695d1 pythonPackages.mlflow: init at 1.4.0 2020-02-15 22:11:25 -08:00
Benjamin Hipple
ecdff9225b evcxr: upgrade cargo fetcher and cargoSha256
Infra upgrade as part of #79975; no functional change expected.
2020-02-15 22:09:05 -08:00
Benjamin Hipple
131a32a5af rust: update docs on legacyCargoFetcher; remove unnecessary defaults
As mentioned in #79975, the default on `legacyCargoFetcher` if left unspecified
is now `false`.
2020-02-15 22:07:47 -08:00
Jonathan Ringer
ceb30c490c vector: 0.7.1 -> 0.7.2 2020-02-15 21:59:27 -08:00
Benjamin Hipple
c0aca67f74 hydra-cli: upgrade cargo fetcher and cargoSha256
Infra upgrade as part of #79975; no functional change expected.
2020-02-15 21:58:52 -08:00
Benjamin Hipple
2c24c39f27 cargo-flamegraph: upgrade cargo fetcher and cargoSha256
Infra upgrade as part of #79975; no functional change expected.
2020-02-15 21:58:28 -08:00
Benjamin Hipple
d47970b2f8 cargo-bloat: upgrade cargo fetcher and cargoSha256
Infra upgrade as part of #79975; no functional change expected.
2020-02-15 21:57:43 -08:00
Benjamin Hipple
1ed1ac5201 synapse-bt: upgrade cargo fetcher and cargoSha256
Infra upgrade as part of #79975; no functional change expected.
2020-02-15 23:58:50 -05:00
Benjamin Hipple
05764cf5bf cargo-deb: upgrade cargo fetcher and cargoSha256
Infra upgrade as part of #79975; no functional change expected.
2020-02-15 23:54:54 -05:00
Benjamin Hipple
71a97479b5 cargo-asm: upgrade cargo fetcher and cargoSha256
Infra upgrade as part of #79975; no functional change expected.
2020-02-15 23:33:58 -05:00
Will Dietz
02b760b2a8
spleen: 1.6.0 -> 1.7.0 2020-02-15 22:32:14 -06:00
Benjamin Hipple
31971254d7 wasm-gc: remove package
The upstream repository has been archived, with a note that this should never be needed:
https://github.com/alexcrichton/wasm-gc

It also happens to have custom patch logic that will fail the newer cargo
verification in #79975
2020-02-15 23:09:32 -05:00
Benjamin Hipple
6d881472ef rust: Fix for legacy fetch cargo
See inline comment and #79975 for details.
2020-02-15 17:41:35 -08:00
Benjamin Hipple
4c900027b1 bat: upgrade cargo fetcher and cargoSha256
Infra upgrade as part of #79975; no functional change expected.
2020-02-15 17:25:31 -08:00
Benjamin Hipple
855dd87bf3 exa: upgrade cargo fetcher and cargoSha256
Infra upgrade as part of #79975; no functional change expected.
2020-02-15 17:20:08 -08:00
Benjamin Hipple
2227115e78 xprite-editor: fix build by migrating off legacy fetchCargo
Currently broken; see #79975 for details. Would also be fixed by #80153
eventually, but since we want to upgrade either way we might as well do so now.

https://hydra.nixos.org/job/nixpkgs/trunk/xprite-editor.x86_64-linux
2020-02-15 17:07:04 -08:00
Benjamin Hipple
c292376438 silicon: fix build by migrating off legacy fetchCargo
Currently broken; see #79975 for details. Would also be fixed by #80153
eventually, but since we want to upgrade either way we might as well do so now.

https://hydra.nixos.org/job/nixpkgs/trunk/silicon.x86_64-linux
2020-02-15 17:06:12 -08:00
Benjamin Hipple
e66fb0f5a4 ncspot: fix build by migrating off legacy fetchCargo
Currently broken; see #79975 for details. Would also be fixed by #80153
eventually, but since we want to upgrade either way we might as well do so now.

https://hydra.nixos.org/job/nixpkgs/trunk/ncspot.x86_64-linux
2020-02-15 17:04:18 -08:00
Benjamin Hipple
c05d5fc478 hyperfine: upgrade cargo fetcher and cargoSha256
Infra upgrade as part of #79975; no functional change expected.
2020-02-15 16:52:06 -08:00
rnhmjoj
b5a6818a7f
tamsyn: generate otb and split output 2020-02-16 01:50:14 +01:00
worldofpeace
2b8e19245f
Merge pull request #79974 from JeffLabonte/brave-1.1.23_to_1.3.113
Brave 1.1.23 to 1.3.113
2020-02-15 19:46:08 -05:00
Jeff Labonte
9a4a2eb1d2 brave: add jefflabonte to maintainer list 2020-02-15 19:45:04 -05:00
Jeff Labonte
fa560fb30c brave: 1.1.23 -> 1.3.115 2020-02-15 19:45:03 -05:00
rnhmjoj
dd65399e04
siji: split output into out, bdf, otb 2020-02-16 01:08:46 +01:00
Benjamin Hipple
9917c35480 xidlehook: fix build by migrating off legacy fetchCargo
Currently broken; see #79975 for details. Would also be fixed by #80153
eventually, but since we want to upgrade either way we might as well do so now.

https://hydra.nixos.org/job/nixpkgs/trunk/xidlehook.x86_64-linux
2020-02-15 19:06:53 -05:00
Jonathan Ringer
27006fcb4d vimPlugins: update 2020-02-15 16:02:54 -08:00
Georg Haas
ec3daae1fc
tor-browser-bundle-bin: 9.0.4 -> 9.0.5 2020-02-15 23:26:52 +01:00
Lancelot SIX
6b08d7fd89
Merge pull request #80208 from matthiasbeyer/update-mutt
mutt: 1.13.3 -> 1.13.4
2020-02-15 23:20:14 +01:00
Daniel Schaefer
e7e1b26ec9
Merge pull request #80106 from r-ryantm/auto-update/worker
worker: 4.2.0 -> 4.3.0
2020-02-15 23:16:43 +01:00
Daniel Schaefer
6b250cb039
Merge pull request #80097 from r-ryantm/auto-update/teamviewer
teamviewer: 15.1.3937 -> 15.2.2756
2020-02-15 23:06:39 +01:00
Daniel Schaefer
fea6805e57
Merge pull request #79494 from r-ryantm/auto-update/CopyQ
copyq: 3.9.3 -> 3.10.0
2020-02-15 23:02:21 +01:00
worldofpeace
8040b440cb
Merge pull request #80209 from bhipple/u/rust-cargo-sequoia
sequoia: fix build by migrating off legacy fetchCargo implementation
2020-02-15 17:01:01 -05:00
worldofpeace
a1685786cc
Merge pull request #80203 from bhipple/u/fix-ripgrep-all
ripgrep-all: upgrade cargo fetcher implementation and cargoSha256
2020-02-15 17:00:33 -05:00
Daniel Schaefer
1170fc9a2c
Merge pull request #79894 from r-ryantm/auto-update/dar
dar: 2.6.7 -> 2.6.8
2020-02-15 22:58:23 +01:00
Daniel Schaefer
9b57092c19
Merge pull request #80108 from r-ryantm/auto-update/xpra
xpra: 3.0.5 -> 3.0.6
2020-02-15 22:53:15 +01:00
Daniel Schaefer
1e613230d2
Merge pull request #80122 from r-ryantm/auto-update/kallisto
kallisto: 0.46.1 -> 0.46.2
2020-02-15 22:41:15 +01:00
R. RyanTM
4c6c40d96a kallisto: 0.46.1 -> 0.46.2
Co-authored-by: Daniel Schaefer <git@danielschaefer.me>
2020-02-15 22:39:58 +01:00
Daniel Schaefer
9b751c527f
Merge pull request #80207 from jonringer/bump-ethabi
ethabi: 7.0.0 -> 11.0.0
2020-02-15 22:33:30 +01:00
Benjamin Hipple
993719b88a sequoia: fix build by migrating off legacy fetchCargo implementation
Currently broken; see #79975 for details. Would also be fixed by #80153
eventually, but since we want to upgrade either way we might as well do so now.
2020-02-15 16:33:10 -05:00
Matthias Beyer
36ab5e27e7 mutt: 1.13.3 -> 1.13.4
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2020-02-15 22:29:35 +01:00
rakesh Gupta
e94a84a144 Fixed disabled/broken augmenters tests 2020-02-15 13:26:20 -08:00
worldofpeace
03d5f9cf1f
Merge pull request #80120 from dtzWill/update/webkitgtk-2.26.4
webkitgtk: 2.26.3 -> 2.26.4 (security!)
2020-02-15 16:20:13 -05:00
Jonathan Ringer
0fb2de1a8f ethabi: 7.0.0 -> 11.0.0 2020-02-15 13:13:48 -08:00
Daniel Schaefer
a00a24dfc6
Merge pull request #79895 from r-ryantm/auto-update/chirp-daily
chirp: 20191221 -> 20200207
2020-02-15 22:01:00 +01:00
R. RyanTM
7f774d458d chirp: 20191221 -> 20200213
Co-authored-by: Daniel Schaefer <git@danielschaefer.me>
2020-02-15 22:00:25 +01:00
Benjamin Hipple
a5df5df2ea nushell: fix build by using newer cargo fetcher
Resolves #80117 by using the newer fetcher; see #79975 for details.

Would also be fixed by #80153 eventually, but we want to upgrade Rust packages
either way, so might as well start with the broken ones!
2020-02-15 12:58:33 -08:00
Mathias Schreck
8b6e471ce8 aws-sam-cli: change maintainers dhkl -> lo1tuma 2020-02-15 12:57:28 -08:00
Mathias Schreck
cae8cec57d aws-sam-cli: 0.40.0 -> 0.41.0 2020-02-15 12:57:28 -08:00
Mathias Schreck
70670e8da2 aws-sam-translator: 1.19.1 -> 1.20.1 2020-02-15 12:57:28 -08:00
Mathias Schreck
bc8cd18996 aws-lambda-builders: 0.6.0 -> 0.7.0 2020-02-15 12:57:28 -08:00
Daniel Schaefer
6cd2388f16
Merge pull request #79504 from r-ryantm/auto-update/fldigi
fldigi: 4.1.08.51 -> 4.1.09
2020-02-15 21:53:58 +01:00