Ryan Mulligan
c5b934ce9e
Merge pull request #80558 from r-ryantm/auto-update/eternal-terminal
...
eternal-terminal: 6.0.5 -> 6.0.6
2020-02-20 05:08:14 -08:00
Peter Hoeg
b43ec412bb
Merge pull request #80428 from xaverdh/dbus-broker-22
...
dbus-broker: 21 -> 22
2020-02-20 20:56:00 +08:00
Peter Hoeg
e65e7b137e
Merge pull request #77620 from peterhoeg/d/netalyzr
...
netalyzr: service no longer exists as of 2019-03
2020-02-20 20:26:18 +08:00
Jörg Thalheim
b878000c66
r2: 4.2.0 -> 4.2.1
2020-02-20 11:54:37 +00:00
Maximilian Bosch
c4c733f231
Merge pull request #80587 from r-ryantm/auto-update/i3
...
i3: 4.17.1 -> 4.18
2020-02-20 12:53:17 +01:00
R. RyanTM
d7ceb1738e
networkmanager: 1.22.6 -> 1.22.8
2020-02-20 11:49:08 +00:00
Maximilian Bosch
2893e27d85
Merge pull request #80584 from marsam/update-terraform
...
terraform: 0.12.20 -> 0.12.21
2020-02-20 12:37:17 +01:00
R. RyanTM
91250fe625
nextcloud: 18.0.0 -> 18.0.1
2020-02-20 11:27:23 +00:00
Jörg Thalheim
c385f9f9a0
Merge pull request #59414 from hlolli/lumo-bump
...
lumo 1.9.0 -> 1.10.1 plus darwin support
2020-02-20 11:19:48 +00:00
Mario Rodas
104e6306cc
Merge pull request #80591 from Frostman/starship-0.36.1
...
starship: 0.36.0 -> 0.36.1
2020-02-20 05:27:15 -05:00
Michael Weiss
c852f024cc
rav1e: 0.3.0 -> 0.3.1
...
Changelog: https://github.com/xiph/rav1e/releases/tag/v0.3.1
2020-02-20 11:24:54 +01:00
Richard Marko
87057d9bdc
blackmagic: add libusb, pkgconfig. expose pc-* (hosted) targets
...
Add myself to maintainers and change meta.platforms to platforms.linux
due to build failures on Darwin.
2020-02-20 11:07:17 +01:00
Richard Marko
bb73acd27f
blackmagic: v1.6.1-317-gc9c8b08 -> v1.6.1-409-g7a595ea
2020-02-20 11:03:21 +01:00
Riley Inman
1f4d7a71a8
iosevka: disable update check in build
2020-02-20 04:53:55 -05:00
Mario Rodas
572a6672d0
bazel-buildtools: add marsam to maintainers
2020-02-20 04:21:00 -05:00
Mario Rodas
612130c267
fluent-bit: 1.3.7 -> 1.3.8
2020-02-20 04:20:00 -05:00
Mario Rodas
d1ee615f1c
bazel: fix linker flags for darwin
2020-02-20 04:20:00 -05:00
Mario Rodas
3dd0593020
bazel-buildtools: 0.29.0 -> 1.0.0
2020-02-20 04:20:00 -05:00
Gabriel Ebner
f098b0dd2c
Merge pull request #80576 from bhipple/u/rust-cargo-elan
...
elan: upgrade cargo fetcher and cargoSha256
2020-02-20 09:53:49 +01:00
Michael Weiss
3e9d2f80a4
chromium: 80.0.3987.106 -> 80.0.3987.116
2020-02-20 09:50:25 +01:00
R. RyanTM
37a0429f75
lyx: 2.3.4 -> 2.3.4.3
2020-02-20 08:46:07 +00:00
Domen Kožar
5f711b6b7e
Merge pull request #57876 from dtzWill/feature/fx_cast
...
fx_cast: init at 0.0.5
2020-02-20 15:18:03 +07:00
Nikola Knezevic
6d8539c1d8
perl: Enable threading on darwin
...
Perl on darwin (and any other sane platform) has a pretty good threading
support, enable it.
As it turns out, we were building non-multithreaded perl on all systems,
since glibc was not part of the stdenv anymore:
nix-repl> pkgs = import <nixpkgs> {}
nix-repl> pkgs.stdenv ? glibc
false
meaning that the comments were incorrect. Thus, clear up the confusion
and remove the misleading comments, while enabling multithreading by
default. The builds will fail on unsupported platforms, and in this case
the only place is the bootstrap, where we already force
non-multithreaded perl.
As a consequence of the above, this change will cause the full rebuild
of stdenv on all platforms, including linux.
2020-02-20 08:35:45 +01:00
Jan Tojnar
c1b45ef401
Merge pull request #80456 from cole-h/fish
...
nixos/fish: fix completions patch
2020-02-20 07:43:25 +01:00
Jonathan Ringer
cd97c055a0
python: execute pythonImportsCheckPhase in subshell
...
Execute in subshell so that the cwd returns back
to the original directory. This is important as
it enables pythonImportsCheck to work with checkPhase
2020-02-19 22:30:50 -08:00
Jan Tojnar
09a4a051e8
common-updater-scripts: Fix replacing SRI hashes
...
SRI hashes (base64 encoded) can contain + sign which is a special character
in extended regular expressions so it needs to be escaped.
2020-02-20 07:18:36 +01:00
Jan Tojnar
2e9eb449eb
common-updater-scripts: Handle errors in src hashing
...
Previously, when downloading src failed for other reason than hash mismatch,
the error ended up in newHash. This made evaluation fail since the error message
is not valid hash. Now the failure will make newHash empty.
It is also much cleaner than previously since \K is very cool thing
and we no longer grep for legacy messages.
2020-02-20 06:58:15 +01:00
Alyssa Ross
14d6777962
virglrenderer: 0.7.0 -> 0.8.1
...
freedesktop.org tarballs haven't been published since 0.7.0. I've
sent a message to the mailing list (<87eev3cgcz.fsf@alyssa.is>),
suggesting newer tarballs be published.
Build system has changed from autoconf to meson+cmake/ninja, and the
vtest/util.c patch doesn't seem to be necessary any more.
2020-02-20 05:35:00 +00:00
Drew Risinger
4431542b82
pythonPackages.scs: init at 2.1.1
...
Depends on libraries.science.math.scs.
Required by cvxpy -> qiskit-aer.
Co-authored-by: bhipple <bhipple@users.noreply.github.com>
2020-02-19 21:03:15 -08:00
Cole Helbling
2edec098de
rls: add llvm to buildInputs
...
The Hydra build [1] was failing because it was unable to link `LLVM-9`.
Additionally, quote the homepage URL for compliance with RFC 45.
[1] https://hydra.nixos.org/build/112823631/nixlog/2
2020-02-19 20:03:56 -08:00
R. RyanTM
b4f0854fcf
gptfdisk: 1.0.4 -> 1.0.5
2020-02-20 03:05:17 +00:00
Sergey Lukjanov
647241011c
starship: drop legacyCargoFetcher
2020-02-19 18:46:59 -08:00
Maximilian Bosch
ae56e26161
Merge pull request #80585 from r-ryantm/auto-update/graylog
...
graylog: 3.2.0 -> 3.2.1
2020-02-20 03:43:45 +01:00
worldofpeace
df2d5fbad7
gjs: 1.58.4 -> 1.58.5
2020-02-19 21:28:09 -05:00
worldofpeace
fede9f643b
folks: 0.13.1 -> 0.13.2
2020-02-19 21:28:09 -05:00
worldofpeace
1b24c1afcc
gnome3.gnome-desktop: 3.34.2 -> 3.34.4
2020-02-19 21:28:08 -05:00
worldofpeace
504f8bffaa
Merge branch 'staging-next' into staging
2020-02-19 21:27:20 -05:00
worldofpeace
42351ffeb9
Merge branch 'master' into staging-next
2020-02-19 21:25:18 -05:00
Jeff Labonte
9018faac96
brave: 1.3.115 -> 1.3.118
2020-02-19 21:15:03 -05:00
Maximilian Bosch
7bdc103ac8
geogebra: 5-0-570-0 -> 5-0-573-0
2020-02-20 03:09:06 +01:00
Sergey Lukjanov
0adc23bdaf
starship: 0.36.0 -> 0.36.1
2020-02-19 18:07:15 -08:00
R. RyanTM
d1adec38cf
hevea: 2.32 -> 2.33
2020-02-20 01:58:27 +00:00
worldofpeace
e893358693
Merge pull request #80334 from hedning/gnome-3.34.4
...
Gnome 3.34.4
2020-02-19 20:57:49 -05:00
worldofpeace
f3fddcb9cc
gnome3.gnome-boxes: 3.34.3 -> 3.34.4
2020-02-19 20:55:10 -05:00
R. RyanTM
9a46a69198
i3: 4.17.1 -> 4.18
2020-02-20 01:51:20 +00:00
Maximilian Bosch
e474ce247f
riot-web: add myself as maintainer
2020-02-20 02:50:23 +01:00
Shahrukh Khan
8acd3c804d
argocd: Fix build flags ( #80545 )
2020-02-19 15:48:39 -10:00
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
Jason Felice
4d2a8257ed
plan9port: fix linker flags for macosx
2020-02-19 20:31:14 -05:00