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
R. RyanTM
d0f642806f
bazel-kazel: 0.1.3 -> 0.2.0 ( #109731 )
2021-01-21 10:07:41 -08:00
R. RyanTM
34926a73f8
golangci-lint: 1.35.0 -> 1.35.2 ( #109843 )
2021-01-21 10:05:40 -08:00
R. RyanTM
4670172927
gore: 0.5.0 -> 0.5.2 ( #109844 )
2021-01-21 10:04:57 -08:00
R. RyanTM
76a80a2616
mage: 1.10.0 -> 1.11.0 ( #110090 )
2021-01-21 09:58:34 -08:00
R. RyanTM
afc9f15172
circleci-cli: 0.1.11756 -> 0.1.11924 ( #110333 )
2021-01-21 09:49:57 -08:00
R. RyanTM
97b17404fa
go-swagger: 0.25.0 -> 0.26.0 ( #110361 )
2021-01-21 09:48:25 -08:00
R. RyanTM
9b531f99e8
flow: 0.142.0 -> 0.143.0
2021-01-21 15:30:52 +00:00
Ryan Mulligan
101f4f14b9
Merge pull request #110335 from r-ryantm/auto-update/clojure-lsp
...
clojure-lsp: 2021.01.16-03.28.20 -> 2021.01.20-01.39.32
2021-01-21 06:52:45 -08:00
R. RyanTM
303ccb9760
clojure-lsp: 2021.01.16-03.28.20 -> 2021.01.20-01.39.32
2021-01-21 13:31:34 +00:00
Doron Behar
2f1a1cf2b5
Merge pull request #110315 from 06kellyjac/open-policy-agent
...
open-policy-agent: 0.25.2 -> 0.26.0
2021-01-21 13:58:48 +02:00
Mario Rodas
169be986e2
Merge pull request #110264 from marsam/update-go-tools
...
go-tools: 2020.2 -> 2020.2.1
2021-01-21 06:45:24 -05:00
06kellyjac
20cc264778
open-policy-agent: 0.25.2 -> 0.26.0
2021-01-21 11:06:56 +00:00
sternenseemann
095ef20a24
dune: stdenv.lib → lib
...
Reference #108938 .
2021-01-21 11:26:26 +01:00
sternenseemann
f3704de649
dune: let dune install itself
2021-01-21 11:26:26 +01:00
Max Wittig
4c7ffbccf0
gitlab-runner: 13.7.0 -> 13.8.0 ( #110280 )
2021-01-21 10:07:03 +00:00
zowoq
932941b79c
treewide: editorconfig fixes
...
- remove trailing whitespace
- use spaces for indentation
2021-01-21 13:29:54 +10:00
Mario Rodas
45791d5543
Merge pull request #110185 from r-ryantm/auto-update/pack
...
buildpack: 0.15.1 -> 0.16.0
2021-01-20 21:06:59 -05:00
R. RyanTM
fcc956db2f
py-spy: 0.3.3 -> 0.3.4
2021-01-20 20:34:42 +00:00
R. RyanTM
26e315fd42
buildpack: 0.15.1 -> 0.16.0
2021-01-20 16:20:53 +00:00
R. RyanTM
b30b9a0478
operator-sdk: 1.2.0 -> 1.3.0
2021-01-20 13:12:37 +00:00
R. RyanTM
ada0a637bf
nexus: 3.29.0-02 -> 3.29.2-02
2021-01-20 12:40:16 +00:00
Mario Rodas
56240c9d4f
go-tools: 2020.2 -> 2020.2.1
2021-01-20 04:20:00 +00:00
zowoq
31f5dd3f36
treewide: editorconfig fixes
...
- remove trailing whitespace
- use spaces for indentation
2021-01-20 09:11:11 +10:00
Kevin Rauscher
a491d9ee01
metals: 0.9.8 -> 0.9.10
2021-01-19 21:14:38 +01:00
Ryan Mulligan
9f4448eba4
Merge pull request #109939 from r-ryantm/auto-update/eclipse-mat
...
eclipse-mat: 1.10.0.20200225 -> 1.11.0.20201202
2021-01-19 07:46:28 -08:00
Tim Steinbach
3ed044408a
coursier: 2.0.8 -> 2.0.9
2021-01-19 09:52:57 -05:00
Sandro
3867c4dfd8
Merge pull request #109962 from oxalica/rust-analyzer
...
rust-analyzer: 2021-01-04 -> 2021-01-18
2021-01-19 15:40:15 +01:00
Antonio Nuno Monteiro
80bf06e78b
dune_2: 2.7.1 -> 2.8.0
2021-01-19 15:15:02 +01:00
oxalica
af2a8552a0
rust-analyzer: 2021-01-04 -> 2021-01-18
2021-01-19 22:06:30 +08:00
Sandro
59abddb0e9
Merge pull request #109857 from r-ryantm/auto-update/halfempty
...
halfempty: 0.30 -> 0.40
2021-01-19 14:37:37 +01:00
Sandro
2c6a64dda5
Merge pull request #108410 from Stupremee/add/cargo-binutils
2021-01-19 12:26:00 +01:00
Sandro
72b0cc170e
Merge pull request #109850 from r-ryantm/auto-update/gotestsum
...
gotestsum: 0.6.0 -> 1.6.1
2021-01-19 11:58:59 +01:00
R. RyanTM
1548abff25
eclipse-mat: 1.10.0.20200225 -> 1.11.0.20201202
2021-01-19 10:58:29 +00:00
Justus K
a299826a27
cargo-binutils: init at 0.3.3
2021-01-19 10:55:54 +01:00
Jonathan Ringer
9bb3fccb5b
treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix
...
continuation of #109595
pkgconfig was aliased in 2018, however, it remained in
all-packages.nix due to its wide usage. This cleans
up the remaining references to pkgs.pkgsconfig and
moves the entry to aliases.nix.
python3Packages.pkgconfig remained unchanged because
it's the canonical name of the upstream package
on pypi.
2021-01-19 01:16:25 -08:00
Dave Gallant
dd3238c002
yq-go: 3.4.1 -> 4.4.1 ( #109897 )
2021-01-18 21:58:34 -08:00
Ryan Mulligan
3b2ef0493a
Merge pull request #109874 from r-ryantm/auto-update/jbang
...
jbang: 0.58.0 -> 0.62.0
2021-01-18 19:45:12 -08:00
R. RyanTM
00305cca18
jbang: 0.58.0 -> 0.62.0
2021-01-19 01:27:53 +00:00
R. RyanTM
93da8aa55c
halfempty: 0.30 -> 0.40
2021-01-18 23:52:17 +00:00
R. RyanTM
2524edccc2
gotestsum: 0.6.0 -> 1.6.1
2021-01-18 22:58:38 +00:00
Sandro
9811a5511e
Merge pull request #95598 from bdesham/swiftformat-0.45.6
...
swiftformat: 0.44.9 -> 0.45.6
2021-01-18 23:22:36 +01:00
Sandro
967b56c7d0
Merge pull request #109831 from r-ryantm/auto-update/git-quick-stats
...
git-quick-stats: 2.1.4 -> 2.1.5
2021-01-18 22:59:22 +01:00
R. RyanTM
8a733ce415
git-quick-stats: 2.1.4 -> 2.1.5
2021-01-18 21:29:40 +00:00
Sandro
d3427049dc
Merge pull request #109810 from r-ryantm/auto-update/fly
...
fly: 6.7.2 -> 6.7.3
2021-01-18 20:52:28 +01:00
R. RyanTM
feff6a6926
fly: 6.7.2 -> 6.7.3
2021-01-18 18:51:55 +00:00
Sandro
490754582a
Merge pull request #109805 from r-ryantm/auto-update/flow
...
flow: 0.141.0 -> 0.142.0
2021-01-18 19:28:11 +01:00
Sandro
256576f586
Merge pull request #104406 from r-ryantm/auto-update/devpi-client
...
devpi-client: 5.2.0 -> 5.2.1
2021-01-18 18:53:47 +01:00
R. RyanTM
a010826efd
flow: 0.141.0 -> 0.142.0
2021-01-18 17:46:25 +00:00
Sandro
c860a630af
Merge pull request #109788 from sternenseemann/redo-sh-4.0.4
...
redo-sh: 4.0.3 -> 4.0.4
2021-01-18 18:23:05 +01:00
Sandro
5d3774d90a
Merge pull request #109775 from r-ryantm/auto-update/doctl
...
doctl: 1.54.0 -> 1.54.1
2021-01-18 18:07:15 +01:00
Sandro
8a0f7637bf
Merge pull request #109796 from r-ryantm/auto-update/errcheck
...
errcheck: 1.4.0 -> 1.5.0
2021-01-18 17:49:58 +01:00
Benjamin Esham
2bb75a03c2
swiftformat: 0.44.9 -> 0.47.10
2021-01-18 11:46:58 -05:00
Sandro
09c12e48d1
Merge pull request #109759 from ymatsiuk/bumpkustomize
...
kustomize: 3.9.1 -> 3.9.2
2021-01-18 17:39:38 +01:00
Sandro
d70448938d
Merge pull request #109767 from r-ryantm/auto-update/dapper
...
dapper: 0.5.3 -> 0.5.4
2021-01-18 17:33:42 +01:00
Sandro
e2b3627ff7
Merge pull request #109755 from r-ryantm/auto-update/codeql
...
codeql: 2.4.0 -> 2.4.1
2021-01-18 17:29:55 +01:00
R. RyanTM
63d093ef9c
errcheck: 1.4.0 -> 1.5.0
2021-01-18 16:15:56 +00:00
sternenseemann
d629ba0fcc
redo-sh: 4.0.3 -> 4.0.4
2021-01-18 16:39:44 +01:00
R. RyanTM
f9ffcee2e2
doctl: 1.54.0 -> 1.54.1
2021-01-18 14:43:19 +00:00
Ryan Mulligan
5f9ed9811f
Merge pull request #109752 from r-ryantm/auto-update/clojure-lsp
...
clojure-lsp: 2021.01.03-00.42.23 -> 2021.01.16-03.28.20
2021-01-18 06:15:06 -08:00
R. RyanTM
70bb0c6153
dapper: 0.5.3 -> 0.5.4
2021-01-18 14:11:13 +00:00
Maximilian Bosch
8030f2191a
Merge pull request #109741 from r-ryantm/auto-update/cargo-crev
...
cargo-crev: 0.18.0 -> 0.18.1
2021-01-18 14:48:02 +01:00
Yurii Matsiuk
7dc3284d4c
kustomize: 3.9.1 -> 3.9.2
2021-01-18 14:40:00 +01:00
R. RyanTM
4302e97f85
codeql: 2.4.0 -> 2.4.1
2021-01-18 13:30:45 +00:00
Sandro
6f2a823527
Merge pull request #109748 from r-ryantm/auto-update/checkstyle
...
checkstyle: 8.38 -> 8.39
2021-01-18 14:29:54 +01:00
Sandro
9b12ed9f01
Merge pull request #109750 from r-ryantm/auto-update/circleci-cli
...
circleci-cli: 0.1.11540 -> 0.1.11756
2021-01-18 14:29:32 +01:00