Commit graph

214169 commits

Author SHA1 Message Date
Maximilian Bosch da45483b35
riot-web: 1.5.9 -> 1.5.10
https://github.com/vector-im/riot-web/releases/tag/v1.5.10
2020-02-20 02:36:54 +01:00
Konrad Borowski 686274ea62 pythonPackages.decorator: fix Python 2 build 2020-02-19 17:34:31 -08:00
Mario Rodas 82a6834e3b
Merge pull request #80527 from marsam/update-bazel-remote
bazel-remote: 2020-01-29 -> 1.0.0
2020-02-19 20:03:47 -05:00
Maximilian Bosch 3c0b262cee
Merge pull request #80417 from Ma27/fix-waybar
waybar: 0.9.0 -> 0.9.1, fix build
2020-02-20 01:50:44 +01:00
Mario Rodas 5e32ee987e
Merge pull request #79795 from r-ryantm/auto-update/you-get
you-get: 0.4.1388 -> 0.4.1403
2020-02-19 19:35:36 -05:00
Mario Rodas 8cf9a89a34
Merge pull request #79768 from r-ryantm/auto-update/yadm
yadm: 2.3.0 -> 2.4.0
2020-02-19 19:22:36 -05:00
Mario Rodas 6da679bad3
Merge pull request #79921 from r-ryantm/auto-update/gti
gti: 1.6.1 -> 1.7.0
2020-02-19 19:15:20 -05:00
Mario Rodas 0123ad0f13
Merge pull request #80557 from r-ryantm/auto-update/cvs-fast-export
cvs_fast_export: 1.50 -> 1.51
2020-02-19 19:13:39 -05:00
Mario Rodas 11cf0b21b7
Merge pull request #80081 from marsam/update-satysfi
satysfi: 0.0.3 -> 0.0.4
2020-02-19 19:10:18 -05:00
Michele Guerini Rocco de56cc5217
Merge pull request #80565 from Frostman/tinydns-fix-test
nixos/tinydns: use local dns server to fix test
2020-02-20 01:09:02 +01:00
Maximilian Bosch 6c6d7cb2e3
roundcube: 1.4.2 -> 1.4.3
https://github.com/roundcube/roundcubemail/releases/tag/1.4.3
2020-02-19 23:57:37 +01:00
Maximilian Bosch 43a775649c
Merge pull request #80563 from aanderse/phpPackages.pdo_oci
phpPackages.pdo_oci: init
2020-02-19 21:37:26 +01:00
Sergey Lukjanov c8a873560f nixos/tinydns: use local dns server to fix test 2020-02-19 12:27:29 -08:00
R. RyanTM 24bc04b9d2 bmake: 20181221 -> 20200212 2020-02-19 14:18:49 -06:00
Aaron Andersen d0e817f63f phpPackages.pdo_oci: init 2020-02-19 15:12:16 -05:00
Daiderd Jordan af1fffab5b
Merge pull request #79769 from virusdave/dnicponski/scratch/make_git_gui_work_on_modern_mac
git: Fix git-gui to work on Catalina
2020-02-19 20:25:41 +01:00
R. RyanTM 170f42098d cvs_fast_export: 1.50 -> 1.51 2020-02-19 19:05:34 +00:00
Lancelot SIX 24013ab951
Merge pull request #80485 from marsam/update-postgresqlPackages.pg_auto_failover
postgresqlPackages.pg_auto_failover: 1.0.5 -> 1.0.6
2020-02-19 19:50:38 +01:00
Daiderd Jordan 230ab62e10
Merge pull request #79344 from LnL7/darwin-mpv-swift
mpv: add flag for swift on darwin
2020-02-19 19:14:49 +01:00
Michele Guerini Rocco 7789299ff9
Merge pull request #80546 from Luflosi/kitty-disable-strictoverflow
kitty: better fix for build error
2020-02-19 18:52:20 +01:00
Samuel Leathers 47ab49ac44
Merge pull request #80467 from danieldk/fix-python-vowpalwabbit
python3Packages.vowpalwabbit: fix build
2020-02-19 12:46:07 -05:00
Samuel Leathers c82021a72b
ugarit: fix build by using chicken-4.x (#53854)
ugarit: fix build by using chicken-4.x
2020-02-19 12:38:58 -05:00
Michele Guerini Rocco 82fe2a5b7a
Merge pull request #80433 from emmanuelrosa/qutebrowser-1.10.1
qutebrowser: 1.10.0 -> 1.10.1
2020-02-19 18:33:58 +01:00
Samuel Leathers 6152582ed1
rubyWithPackages.libv8: fix compilation (#80470)
rubyWithPackages.libv8: fix compilation
2020-02-19 12:26:34 -05:00
Samuel Leathers 1b3176b615
Merge pull request #80542 from xfix/acme-fix-a-example-com-test
nixos/acme: Fix a.example.com test
2020-02-19 12:23:35 -05:00
Samuel Leathers 9412db1150
crystal: remove 0.25 and 0.26 (#80473)
crystal: remove 0.25 and 0.26
2020-02-19 12:17:45 -05:00
R. RyanTM 890c3191d7 abcm2ps: 8.14.6 -> 8.14.7 2020-02-19 17:40:56 +01:00
ajs124 194f3aa4b5 mimalloc: 1.1.0 -> 1.6.1 2020-02-19 10:31:25 -06:00
Luflosi 2a15e3ba75
kitty: better fix for build error
Without the `no-werror.patch`, the compilation would fail with the following warning:
```
clang-7: error: argument unused during compilation: '-fno-strict-overflow' [-Werror,-Wunused-command-line-argument]
```
To fix this, the compiler command line options `-pedantic-errors` and `-Werror` were patched out of the build script so that the warning would not become an error and stop the build. This is not ideal as this piece of code is changed fairly frequently, which requires fixing the patch. In the next kitty version the patch would need to be fixed again.
A better alternative is to just not pass `-fno-strict-overflow` to the compiler. This is done by disabling the `strictoverflow` hardening feature.
2020-02-19 17:28:46 +01:00
Luflosi ff80331317
maintainers: add Luflosi 2020-02-19 17:28:45 +01:00
Andreas Rammhold 7829fb70bb
Merge pull request #80541 from flokli/poetry2nix-fetchpypi
poetry2nix: fix typo fetchPyPi -> fetchPypi
2020-02-19 17:09:08 +01:00
Franz Pletz ade3e99a1d
php74: 7.4.1 -> 7.4.2
https://www.php.net/ChangeLog-7.php#7.4.2
2020-02-19 16:42:40 +01:00
Franz Pletz b55ded5d8b
php73: 7.3.13 -> 7.3.14
https://www.php.net/ChangeLog-7.php#7.3.14
2020-02-19 16:42:39 +01:00
Franz Pletz ed8df1d98e
php72: 7.2.26 -> 7.2.27
https://www.php.net/ChangeLog-7.php#7.2.27
2020-02-19 16:42:23 +01:00
Jörg Thalheim e8343960a9
hopper: libffi compatibility symlink 2020-02-19 14:59:26 +00:00
Konrad Borowski a803234213 nixos/acme: Fix a.example.com test 2020-02-19 15:46:14 +01:00
Florian Klink a00f226244 poetry2nix: fix typo fetchPyPi -> fetchPypi
nixpkgs' fetchPypi is called fetchPypi, not fetchPyPi.
2020-02-19 15:41:43 +01:00
R. RyanTM 8df76db739 picard: 2.2.3 -> 2.3 2020-02-19 15:41:20 +01:00
Mario Rodas bd9a0f022e vale: 1.7.1 -> 2.0.0
Changelog: https://github.com/errata-ai/vale/releases/tag/v2.0.0
2020-02-19 15:39:43 +01:00
Mario Rodas eeb087bc61 terraform-lsp: 0.0.9 -> 0.0.10
Changelog: https://github.com/juliosueiras/terraform-lsp/releases/tag/v0.0.10
2020-02-19 15:36:06 +01:00
Jörg Thalheim 2d87562b42
Merge pull request #75522 from Enteee/bugfix/hopper
hopper: fix libxml2 dynamic linking issue
2020-02-19 14:25:14 +00:00
Vladimír Čunát 944775e0c5
dnsmasq: correct previous change for Darwin
I was a bit hasty in commit 482642a73.
2020-02-19 15:20:46 +01:00
R. RyanTM 301c706f77
nixpkgs-review: 2.1.1 -> 2.2.0 2020-02-19 14:18:19 +00:00
Mario Rodas 4baba1a06b
Merge pull request #80533 from msteen/bitwarden_rs
bitwarden_rs-vault: 2.12.0b -> 2.12.0c
2020-02-19 09:07:01 -05:00
Mario Rodas f1975e0327
Merge pull request #80510 from r-ryantm/auto-update/libiio
libiio: 0.18 -> 0.19
2020-02-19 09:04:51 -05:00
Mario Rodas bbb9193da6
Merge pull request #80529 from marsam/update-nodejs
nodejs: 12.16.0 -> 12.16.1, 13.8.0 -> 13.9.0
2020-02-19 09:04:31 -05:00
Marek Mahut 1a6d6576ce
Merge pull request #80496 from r-ryantm/auto-update/clightning
clightning: 0.8.0 -> 0.8.1
2020-02-19 15:00:21 +01:00
Florian Klink e6e335eca6
Merge pull request #80463 from doronbehar/update-sundials
sundials: 5.0.0 -> 5.1.0
2020-02-19 14:55:37 +01:00
Marek Mahut 372b0e9df1
Merge pull request #79822 from mmahut/cloudflare-wrangler
cloudflare-wrangler: 1.4.0 -> 1.7.0
2020-02-19 14:54:42 +01:00
Maximilian Bosch 563baa1ea9
clipman: 2019-12-10 -> 1.3.0
https://github.com/yory8/clipman/releases/tag/v1.3.0
2020-02-19 14:39:59 +01:00