Mario Rodas
d91aad5c8f
Merge pull request #110464 from r-ryantm/auto-update/doctl
...
doctl: 1.54.1 -> 1.55.0
2021-01-24 11:33:33 -05:00
Mario Rodas
fde027c133
Merge pull request #110483 from r-ryantm/auto-update/k6
...
k6: 0.29.0 -> 0.30.0
2021-01-24 11:17:11 -05:00
Mario Rodas
a19fa156e2
Merge pull request #110506 from r-ryantm/auto-update/mod
...
mod: 0.4.0 -> 0.4.1
2021-01-24 11:16:57 -05:00
Sandro
81e3b9d15b
Merge pull request #110670 from siraben/double-quotes-fix
...
treewide: fix double quoted strings in one-liners
2021-01-24 16:17:14 +01:00
Mario Rodas
6a5bcdfc5a
Merge pull request #110659 from nzhang-zh/add-grpc-tools
...
grpc-tools: init at 1.10.0
2021-01-24 09:26:14 -05:00
volth
bc0d605cf1
treewide: fix double quoted strings in meta.description
...
Signed-off-by: Ben Siraphob <bensiraphob@gmail.com>
2021-01-24 19:56:59 +07:00
Ning Zhang
7b358c6e7a
grpc-tools: init at 1.10.0
2021-01-24 20:36:46 +11:00
Robert Schütz
98e624eb7d
doit: move to pythonPackages
2021-01-24 09:52:28 +01:00
Fabian Affolter
3117287a11
detect-secrets: 0.12.4 -> 0.14.3
2021-01-23 19:07:20 -08:00
Sandro
c58219fff6
Merge pull request #110467 from teto/luarocks-update
2021-01-24 03:18:07 +01:00
Sandro
bee0930f47
Merge pull request #110427 from svrana/go-minimock/set-version
...
go-minimock: include version in build flags
2021-01-24 02:31:22 +01:00
Sandro
f752e4dd0a
Merge pull request #100140 from helsinki-systems/shadered
...
shadered: init at 1.4.1
2021-01-24 02:24:16 +01:00
markuskowa
2f34b4b883
Merge pull request #108983 from markuskowa/dev-mpi
...
Use mpi attribute consistently to provide a default MPI implementation
2021-01-23 22:51:09 +01:00
John Ericson
12881a7aa7
Merge pull request #110544 from Ericson2314/no-platform
...
top-level, lib: Remove platform attribute of platforms
2021-01-23 16:32:36 -05:00
Pavol Rusnak
046a9cf4ea
Merge pull request #110578 from TredwellGit/electron_11
...
electron_11: 11.2.0 -> 11.2.1
2021-01-23 19:56:15 +01:00
Jörg Thalheim
09f47ac855
Merge branch 'master' into development-tools-stdenv-lib
2021-01-23 15:57:23 +00:00
Mario Rodas
9d6fd2ba13
dune_2: 2.8.0 -> 2.8.2
...
https://github.com/ocaml/dune/releases/tag/2.8.1
https://github.com/ocaml/dune/releases/tag/2.8.2
2021-01-23 16:09:22 +01:00
John Ericson
9c213398b3
lib: Clean up how linux and gcc config is specified
...
Second attempt of 8929989614589ee3acd070a6409b2b9700c92d65; see that
commit for details.
This reverts commit 0bc275e634
.
2021-01-23 10:01:28 -05:00
Sandro
f0e117f941
Merge pull request #110563 from dbirks/kind-0.10.0
...
kind: 0.9.0 -> 0.10.0
2021-01-23 14:43:13 +01:00
Ben Siraphob
c522fec274
pkgs/development/tools: stdenv.lib -> lib
2021-01-23 20:30:03 +07:00
Markus Kowalewski
6dba41fbcb
mpi: use mpi attribute consistently as the default MPI implementations
...
Use the attribute mpi to provide a system wide default MPI
implementation. The default is openmpi (as before).
This now allows for overriding the MPI implentation by using
the overlay mechanism. Build all packages with mpich instead
of the default openmpi can now be achived like this:
self: super:
{
mpi = super.mpich;
}
All derivations that have been using "mpi ? null" to provide optional
building with MPI have been change in the following way to allow for
optional builds with MPI:
{ ...
, mpi
, useMpi ? false
}
2021-01-23 12:15:13 +01:00
TredwellGit
c81247f204
electron_11: 11.2.0 -> 11.2.1
...
https://github.com/electron/electron/releases/tag/v11.2.1
2021-01-23 10:46:09 +00:00
Doron Behar
f9c6e07c67
treewide: Remove usages of stdenv.lib by @doronbehar
...
Per: https://github.com/NixOS/nixpkgs/issues/108938
2021-01-23 10:52:19 +02:00
David Birks
bd680be132
kind: 0.9.0 -> 0.10.0
2021-01-22 22:54:10 -05:00
Jonathan Ringer
0bc275e634
Revert "lib: Clean up how linux and gcc config is specified"
...
This is a stdenv-rebuild, and should not be merged
into master
This reverts commit 8929989614
.
2021-01-22 14:07:06 -08:00
Matthieu Coudron
2db2a966ea
luarocks-nix: update 20190907 -> 20210122
...
rebased on top of luarocks 3.5
2021-01-22 22:47:26 +01:00
Maximilian Bosch
e47aca4524
Merge pull request #110373 from r-ryantm/auto-update/bingrep
...
bingrep: 0.8.2 -> 0.8.5
2021-01-22 22:14:39 +01:00
John Ericson
d95aebbe0e
Merge pull request #107214 from Ericson2314/linux-config-cleanup
...
lib: Clean up how linux and gcc config is specified
2021-01-22 15:15:58 -05:00
Shaw Vrana
723e9102c9
go-minimock: include version in build flags
...
minimock includes the version in the mocks it generates so not having it
set properly annoys co-workers.
2021-01-22 08:03:08 -08:00
R. RyanTM
962f751627
mod: 0.4.0 -> 0.4.1
2021-01-22 16:02:45 +00:00
Ryan Mulligan
64b79a2767
Merge pull request #110153 from r-ryantm/auto-update/nexus
...
nexus: 3.29.0-02 -> 3.29.2-02
2021-01-22 06:36:30 -08:00
Scriptkiddi
acae9b0336
shadered: init at 1.4.1
2021-01-22 15:10:43 +01:00
R. RyanTM
59e507806e
k6: 0.29.0 -> 0.30.0
2021-01-22 13:44:58 +00:00
R. RyanTM
9ccac6cac8
doctl: 1.54.1 -> 1.55.0
2021-01-22 11:07:04 +00:00
Oleksii Filonenko
65a6c52178
Merge pull request #110377 from r-ryantm/auto-update/cargo-cache
...
cargo-cache: 0.5.1 -> 0.6.0
2021-01-22 12:23:26 +02:00
Sandro
3d6df9e8be
Merge pull request #109637 from rycee/liquibase-psql
2021-01-22 10:11:22 +01:00
Sandro
9a92886922
Merge pull request #110395 from zowoq/gemset
2021-01-22 09:31:07 +01:00
Jules Aguillon
bf010dac66
ocamlformat: Add versions 0.15.1 and 0.16.0
2021-01-22 09:10:02 +01:00
John Ericson
8929989614
lib: Clean up how linux and gcc config is specified
...
The `platform` field is pointless nesting: it's just stuff that happens
to be defined together, and that should be an implementation detail.
This instead makes `linux-kernel` and `gcc` top level fields in platform
configs. They join `rustc` there [all are optional], which was put there
and not in `platform` in anticipation of a change like this.
`linux-kernel.arch` in particular also becomes `linuxArch`, to match the
other `*Arch`es.
The next step after is this to combine the *specific* machines from
`lib.systems.platforms` with `lib.systems.examples`, keeping just the
"multiplatform" ones for defaulting.
2021-01-21 22:44:09 -05:00
Mario Rodas
09c607f0be
Merge pull request #110356 from r-ryantm/auto-update/flow
...
flow: 0.142.0 -> 0.143.0
2021-01-21 21:26:19 -05:00
Sandro
d78f0383c2
Merge pull request #110383 from ck3d/fix-rust-bindgen
...
rust-bindgen: Resolve "/usr/bin/env bash" to fix usage in Nix build
2021-01-22 02:16:08 +01:00
Dmitry Kalinkin
55e8a35caf
Merge pull request #109422 from veprbl/pr/binutils_use_gold_darwin_cross
...
binutils: enable gold when cross compiling on darwin
2021-01-21 18:47:25 -05:00
Robert Helgesson
0e4faa73d2
liquibase: support PostgreSQL JDBC driver
2021-01-21 23:13:24 +01:00
Robert Helgesson
62acc9aa8f
liquibase: cleaning up
2021-01-21 23:12:43 +01:00
zowoq
2ab13ca162
treewide: add final newline
2021-01-22 07:40:43 +10:00
zowoq
59b83c43e0
treewide: add final newline
2021-01-22 07:18:04 +10:00
Christian Kögler
23b0a88572
rust-bindgen: Resolve "/usr/bin/env bash" to fix usage in Nix build
2021-01-21 20:16:58 +01:00
R. RyanTM
4f3e9c9ca8
cargo-cache: 0.5.1 -> 0.6.0
2021-01-21 18:34:21 +00:00
R. RyanTM
360f24168f
bingrep: 0.8.2 -> 0.8.5
2021-01-21 18:10:56 +00:00
R. RyanTM
f590e4246e
azure-storage-azcopy: 10.7.0 -> 10.8.0 ( #109730 )
2021-01-21 10:08:11 -08:00