Will Dietz
f395842414
ibm-plex: 5.0.0 -> 5.1.0
...
https://github.com/IBM/plex/releases/tag/v5.1.0
2020-07-28 23:46:12 -05:00
R. RyanTM
28f2d2faf1
monetdb: 11.37.7 -> 11.37.11
2020-07-29 04:05:20 +00:00
worldofpeace
65eab104a3
Merge pull request #94124 from anna328p/anna
...
maintainers: update name to anna
2020-07-28 23:46:14 -04:00
Dmitry Kudriavtsev
345949594f
maintainers: update name to anna
2020-07-28 19:48:16 -07:00
Mario Rodas
7fd5059f58
Merge pull request #94118 from marsam/update-protobuf3_12
...
protobuf3_12: 3.12.3 -> 3.12.4
2020-07-28 21:27:07 -05:00
zowoq
e0742ab146
.github/workflows/wait-ofborg.yml: 260 -> 360
2020-07-29 11:38:18 +10:00
R. RyanTM
c851fac25d
openmpt123: 0.5.0 -> 0.5.1
2020-07-29 01:26:44 +00:00
Peter Hoeg
e3d45be66f
Merge pull request #93699 from NixOS/f/do
...
nixos/do-agent: use .service from upstream
2020-07-29 09:13:56 +08:00
Colin L Rice
95be7b25be
go-modules: Add useVend flag to go-modules
2020-07-28 21:11:28 -04:00
Colin L Rice
148138e9de
vend: init at unstable-2020-06-04
...
This is used to provide alternate vendoring for go.
2020-07-28 21:11:28 -04:00
Mario Rodas
9cf45cd6b9
protobuf3_12: 3.12.3 -> 3.12.4
2020-07-28 19:42:33 -05:00
Mario Rodas
56c86e7ce7
Merge pull request #94107 from marsam/update-nvchecker
...
python3Packages.nvchecker: 1.6.post1 -> 1.7
2020-07-28 19:41:27 -05:00
Ivan Kozik
0d7bdd6d8e
hydra-unstable: 2020-06-23 -> 2020-07-28
...
This fixes the build:
config.status: creating hydra-config.h
config.status: executing depfiles commands
config.status: executing libtool commands
config.status: executing executable-scripts commands
building
build flags: -j8 -l8 SHELL=/nix/store/c4wxsn4jays9j31y5z9f83nr2cp7l4pa-bash-4.4-p23/bin/bash
make all-recursive
make[1]: Entering directory '/build/source'
Making all in src
make[2]: Entering directory '/build/source/src'
Making all in hydra-evaluator
make[3]: Entering directory '/build/source/src/hydra-evaluator'
g++ -DHAVE_CONFIG_H -I. -I../.. -std=c++17 -I/nix/store/2xhb4hlskn33pbyph36v4wxcan56dnrw-boehm-gc-8.0.4-dev/include -I/nix/store/5rjgsqjdm71cflfb68q7m771a1rqcsk3-nix-2.4pre20200719_a79b6dd-dev/include/nix -Wall -I ../libhydra -Wno-deprecated-declarations -g -O2 -std=c++17 -include nix/config.h -c -o hydra_evaluator-hydra-evaluator.o `test -f 'hydra-evaluator.cc' || echo './'`hydra-evaluator.cc
hydra-evaluator.cc:27:27: error: template argument 1 is invalid
27 | std::unique_ptr<Config> config;
| ^
hydra-evaluator.cc:27:27: error: template argument 2 is invalid
hydra-evaluator.cc: In constructor 'Evaluator::Evaluator()':
hydra-evaluator.cc:61:56: error: base operand of '->' is not a pointer
61 | , maxEvals(std::max((size_t) 1, (size_t) config->getIntOption("max_concurrent_evals", 4)))
| ^~
hydra-evaluator.cc:60:44: error: invalid user-defined conversion from 'std::_MakeUniq<Config>::__single_object' {aka 'std::unique_ptr<Config, std::default_delete<Config> >'} to 'int' [-fpermissive]
60 | : config(std::make_unique<::Config>())
| ~~~~~~~~~~~~~~~~~~~~~~~~~~^~
In file included from /nix/store/3krz9s8ni3bqy4hy35ycmq8assrrb4f6-gcc-9.3.0/include/c++/9.3.0/memory:80,
from /nix/store/d97d0wixvlprz59z57maqj1pmda55r3b-libpqxx-6.4.5/include/pqxx/binarystring.hxx:17,
from /nix/store/d97d0wixvlprz59z57maqj1pmda55r3b-libpqxx-6.4.5/include/pqxx/binarystring:4,
from /nix/store/d97d0wixvlprz59z57maqj1pmda55r3b-libpqxx-6.4.5/include/pqxx/pqxx:3,
from ../libhydra/db.hh:3,
from hydra-evaluator.cc:1:
/nix/store/3krz9s8ni3bqy4hy35ycmq8assrrb4f6-gcc-9.3.0/include/c++/9.3.0/bits/unique_ptr.h:374:16: note: candidate is: 'std::unique_ptr<_Tp, _Dp>::operator bool() const [with _Tp = Config; _Dp = std::default_delete<Config>]' <near match>
374 | explicit operator bool() const noexcept
| ^~~~~~~~
/nix/store/3krz9s8ni3bqy4hy35ycmq8assrrb4f6-gcc-9.3.0/include/c++/9.3.0/bits/unique_ptr.h:374:16: note: return type 'bool' of explicit conversion function cannot be converted to 'int' with a qualification conversion
make[3]: *** [Makefile:440: hydra_evaluator-hydra-evaluator.o] Error 1
make[3]: Leaving directory '/build/source/src/hydra-evaluator'
make[2]: *** [Makefile:360: all-recursive] Error 1
make[2]: Leaving directory '/build/source/src'
make[1]: *** [Makefile:414: all-recursive] Error 1
make[1]: Leaving directory '/build/source'
make: *** [Makefile:344: all] Error 2
builder for '/nix/store/g967cc3j6rc3nnpx2s4klpr03ig9zzyp-hydra-2020-06-23.drv' failed with exit code 2
2020-07-28 23:40:41 +00:00
Robert Helgesson
246abba989
sd-switch: 0.1.0 -> 0.2.0
2020-07-29 01:36:40 +02:00
Profpatsch
5ae739c10e
lorri: 1.1 -> 1.1.1
...
Patch release which adds a manpage.
Adding a `man` and a `doc` output, and copying the files to the
corresponding directories.
The `overrideAttrs` is necessary because `buildRustPackage` does not
allow adding outputs.
2020-07-29 01:13:12 +02:00
R. RyanTM
220e413417
python27Packages.dropbox: 10.2.0 -> 10.3.0
2020-07-28 16:10:45 -07:00
zowoq
3007e7e48c
gitAndTools.gh: 0.11.0 -> 0.11.1
...
https://github.com/cli/cli/releases/tag/v0.11.1
2020-07-29 09:03:54 +10:00
zowoq
59fd4775b6
gobetween: update vendored lxd
...
This allows us to drop the overrideModAttrs workaround, vendoring has been fixed in the newer lxd version.
2020-07-29 09:03:31 +10:00
Kristoffer Søholm
edfcd37def
python: pwntools: 4.1.1 -> 4.2.1
...
The previous update broke the build, this updates fixes it
2020-07-29 00:32:23 +02:00
Kristoffer Søholm
8b633d8b3c
unicorn-emulator: 1.0.1 -> 1.0.2-rc4
...
Also adds tests
2020-07-29 00:32:20 +02:00
Tethys Svensson
dcc963bd2d
busybox: Download and patch the dispatcher script from upstream
2020-07-29 00:24:19 +02:00
Ryan Mulligan
4ca432d2e2
Merge pull request #94075 from r-ryantm/auto-update/girara
...
girara: 0.3.4 -> 0.3.5
2020-07-28 15:08:07 -07:00
Mario Rodas
e71c525eb7
Merge pull request #94077 from mweinelt/tor
...
tor: passthru tests
2020-07-28 16:53:48 -05:00
Mario Rodas
32a144c554
Merge pull request #94062 from r-ryantm/auto-update/elfinfo
...
elfinfo: 1.0.1 -> 1.1.0
2020-07-28 16:49:24 -05:00
R. RyanTM
49cb78d23e
python37Packages.poetry: 1.0.9 -> 1.0.10
2020-07-28 14:47:33 -07:00
R. RyanTM
dbd08f0afe
python37Packages.astroquery: 0.4 -> 0.4.1
2020-07-28 14:45:31 -07:00
R. RyanTM
ddd7169a5a
python27Packages.azure-mgmt-loganalytics: 0.6.0 -> 0.7.0
2020-07-28 14:44:28 -07:00
Matthew Bauer
ec80ae2550
undmg: 1.0.3 -> 1.0.5
2020-07-28 16:42:35 -05:00
R. RyanTM
00971ea07b
python37Packages.nest-asyncio: 1.3.3 -> 1.4.0
2020-07-28 14:42:06 -07:00
R. RyanTM
29698e2039
python27Packages.pymysql: 0.9.3 -> 0.10.0
2020-07-28 14:39:23 -07:00
R. RyanTM
95849a5156
python27Packages.yamllint: 1.23.0 -> 1.24.2
2020-07-28 14:38:11 -07:00
Tethys Svensson
179b74c216
maintainers: add TethysSvensson
2020-07-28 22:59:51 +02:00
Thorsten
30e052a3fc
libredwg: 0.10.1 -> 0.10.1.3707 ( #94087 )
...
fixes #93994
2020-07-28 22:54:37 +02:00
Matthew Bauer
b331c72f03
llvm: setup some symlinks for compatibility with binutils
...
This is needed for cross-compiling for LLVM.
After https://github.com/NixOS/nixpkgs/pull/94088 , we still need some
of these, so I’ve whitelisted those that are in binutils.
/cc @DavidTruby
2020-07-28 15:08:46 -05:00
Matthew Bauer
ea842a7467
Merge pull request #88248 from ggreif/master
...
llvmPackages_10: 10.0.0 -> 10.0.1
2020-07-28 14:55:16 -05:00
Matthew Bauer
81bb09571f
Merge pull request #94061 from DieGoldeneEnte/llvm-manpage-disable
...
llvmPackages_{8..10}: comment out broken manpages
2020-07-28 14:54:28 -05:00
Matthew Bauer
a5659d3605
Merge pull request #94088 from DavidTruby/master
...
llvm*: remove symlinks to llvm-diff, llvm-as and LLVM IR utilities
2020-07-28 14:50:48 -05:00
Matthew Bauer
da3be4a38b
Merge pull request #93959 from r-ryantm/auto-update/wla-dx
...
wla-dx: 9.8 -> 9.11
2020-07-28 14:50:21 -05:00
Silvan Mosberger
06335228f9
Merge pull request #92894 from kuznero/vscode
...
vscode, vscodium: 1.46.1 -> 1.47.3
2020-07-28 21:19:35 +02:00
Robert Scott
91c4357388
pythonPackages.django_silk: 3.0.4 -> 4.0.1
...
update meta.homepage too
2020-07-28 12:15:34 -07:00
Mario Rodas
703b8ef3f3
Merge pull request #94091 from r-ryantm/auto-update/hmmer
...
hmmer: 3.3 -> 3.3.1
2020-07-28 14:04:04 -05:00
Mario Rodas
0351429dd5
Merge pull request #94066 from primeos/chromium
...
chromium: 84.0.4147.89 -> 84.0.4147.105
2020-07-28 13:53:32 -05:00
Mario Rodas
552a1f9278
itsx: enable on darwin
2020-07-28 13:48:55 -05:00
Mario Rodas
b7c9ca336f
hmmer: enable on darwin
2020-07-28 13:47:34 -05:00
Mario Rodas
b82bf217d8
Merge pull request #94096 from marsam/update-docker-slim
...
docker-slim: 1.29.0 -> 1.30.0
2020-07-28 13:41:22 -05:00
Kevin Rauscher
df6e489c4b
Bloop: adapt derivation to darwin
2020-07-28 11:36:42 -07:00
Kevin Rauscher
147cab1ee5
Bloop: 1.4.1 -> 1.4.3
2020-07-28 11:36:42 -07:00
Karol Chmist
58f609160c
Bloop: rework bloop packaging
...
* Include all completions
* Update derivation to make it similar to archlinux packaging
2020-07-28 11:36:42 -07:00
Karol Chmist
9a6386fd6f
Bloop: 1.3.4 -> 1.4.1
2020-07-28 11:36:42 -07:00
Roman Kuznetsov
361d3bd0c1
vscode, vscodium: 1.46.1 -> 1.47.3
2020-07-28 20:36:41 +02:00