Ning Zhang
7b358c6e7a
grpc-tools: init at 1.10.0
2021-01-24 20:36:46 +11:00
R. RyanTM
02380d7d7c
maturin: 0.8.3 -> 0.9.0
2021-01-24 10:29:26 +01:00
Robert Schütz
98e624eb7d
doit: move to pythonPackages
2021-01-24 09:52:28 +01:00
Ryan Burns
a761d5ed1b
cmake: fix build on darwin
...
Fixes missing CoreFoundation declarations since bump to 3.19.3,
e.g. `error: unknown type name 'CFUUIDRef'`
ApplicationServices.h transitively includes CoreFoundation.h, but as we
patch ApplicationServices out of CMake, the CF symbols were not visible.
Previously this was not a concern, as they were not needed until
d250b67722
2021-01-24 08:45:10 +01:00
github-actions[bot]
a2994c588a
Merge master into staging-next
2021-01-24 06:44:02 +00: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
Jan Tojnar
01ee4ea574
Merge branch 'master' into staging-next
2021-01-24 00:09:45 +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
github-actions[bot]
58752914f4
Merge master into staging-next
2021-01-23 12:40:13 +00: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
github-actions[bot]
8103cb9089
Merge staging-next into staging
2021-01-23 01:18:03 +00: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
R. RyanTM
74c652e023
cmake: 3.19.2 -> 3.19.3
2021-01-22 21:33:15 +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
github-actions[bot]
08c4f9056e
Merge staging-next into staging
2021-01-22 18:52:00 +00:00
Greizgh
f54456ed96
sqlx-cli: init at 0.2.0
2021-01-22 19:11:20 +01: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
github-actions[bot]
a5bbeb4fb1
Merge staging-next into staging
2021-01-22 12:43:02 +00:00
Michael Weiss
0f972a2534
Merge pull request #110328 from primeos/scons
...
scons: 4.0.1 -> 4.1.0
2021-01-22 12:38:27 +01: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
Michael Weiss
9d8900b8a4
scons: 4.0.1 -> 4.1.0
2021-01-21 13:37:58 +01: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
7fab24075b
pmd: 6.29.0 -> 6.30.0
2021-01-20 23:59:41 +00: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
R. RyanTM
a6e22e0655
clojure-lsp: 2021.01.03-00.42.23 -> 2021.01.16-03.28.20
2021-01-18 13:17:03 +00:00
R. RyanTM
844cf3ad1a
circleci-cli: 0.1.11540 -> 0.1.11756
2021-01-18 13:01:07 +00:00
R. RyanTM
33e1476999
checkstyle: 8.38 -> 8.39
2021-01-18 12:53:15 +00:00
Maximilian Bosch
a4d6e2cdb5
Merge pull request #109742 from r-ryantm/auto-update/cargo-make
...
cargo-make: 0.32.9 -> 0.32.10
2021-01-18 13:40:56 +01:00
R. RyanTM
04f6766699
cargo-make: 0.32.9 -> 0.32.10
2021-01-18 12:02:39 +00:00
R. RyanTM
5ad404f50f
cargo-crev: 0.18.0 -> 0.18.1
2021-01-18 11:54:04 +00:00
Oleksii Filonenko
3f2e2e13bc
Merge pull request #109402 from bbigras/wrangler
2021-01-18 13:21:08 +02:00
Sandro
9a095e62d6
Merge pull request #109707 from r-ryantm/auto-update/cargo-wipe
...
cargo-wipe: 0.3.0 -> 0.3.1
2021-01-18 10:55:21 +01:00
Sandro
20b4edc772
Merge pull request #109715 from zakame/updates/act-0.2.18
...
act: 0.2.17 -> 0.2.18
2021-01-18 10:54:09 +01:00
Zak B. Elep
c6aab40c9d
act: 0.2.17 -> 0.2.18
2021-01-18 16:42:56 +08:00
R. RyanTM
856d019ece
cargo-wipe: 0.3.0 -> 0.3.1
2021-01-18 05:55:51 +00:00
github-actions[bot]
b7f20dcd02
Merge master into staging-next
2021-01-18 01:16:03 +00:00
Sandro
a3d00ab33e
Merge pull request #94367 from matthiasbeyer/update-cargo-deny
2021-01-18 01:36:20 +01:00
Sandro
842e808a69
Merge pull request #109591 from baloo/baloo/cargo-readme/initial
...
cargo-readme: init at 3.2.0
2021-01-18 00:31:11 +01:00
Arthur Gautier
75658b374b
cargo-readme: init at 3.2.0
...
Signed-off-by: Arthur Gautier <baloo@superbaloo.net>
2021-01-17 22:47:48 +00:00
Jörg Thalheim
1279bf812c
Merge remote-tracking branch 'upstream/master' into HEAD
2021-01-17 18:08:59 +01:00
Guillaume Girol
47d121591c
Merge pull request #97093 from kampka/texi2html
...
texi2html: Fix cross-platform build
2021-01-17 15:41:34 +00:00
github-actions[bot]
9541eb734d
Merge master into staging-next
2021-01-17 12:38:49 +00:00
Pavol Rusnak
f13a6eb6ab
Merge pull request #109590 from prusnak/electron
...
Electron {9,10} updates
2021-01-17 13:31:27 +01:00
Michael Weiss
5d9a3e2e5a
cargo-c: 0.7.0 -> 0.7.1
2021-01-17 12:59:26 +01:00
Jan Tojnar
e6f926d910
Merge branch 'master' into staging-next
2021-01-17 05:52:23 +01:00
Pavol Rusnak
29db28a834
electron: 10.2.0 -> 10.3.0
2021-01-17 01:07:39 +01:00
Pavol Rusnak
170de52c97
electron: 9.4.0 -> 9.4.1
2021-01-17 01:07:10 +01:00
Sandro Jäckel
a257c11148
winpdb: no tests
2021-01-16 10:56:42 -08:00
github-actions[bot]
2445824f40
Merge master into staging-next
2021-01-16 12:40:04 +00:00
Guillaume Girol
afd7b550da
Merge pull request #107028 from anhdle14/checkov-1.0.674
...
checkov: init at 1.0.674
2021-01-16 12:31:23 +00:00
Profpatsch
3464ca4f2f
tree-sitter: update grammars
2021-01-16 13:15:46 +01:00
Profpatsch
b96633cf37
tree-sitter: add cstrahan/tree-sitter-nix
2021-01-16 13:15:46 +01:00
github-actions[bot]
2cff4ff45c
Merge master into staging-next
2021-01-16 01:17:48 +00:00
zowoq
10ffd6916e
buildah: 1.19.1 -> 1.19.2
...
https://github.com/containers/buildah/releases/tag/v1.19.2
2021-01-16 05:24:03 +10:00
Jan Tojnar
c0d2951fa6
Merge branch 'master' into staging-next
2021-01-15 17:46:46 +01:00
Tim Steinbach
4a521fb5e9
jenkins: 2.263.1 → 2.263.2
2021-01-15 10:39:10 -05:00
zowoq
cc2462d430
buildah: 1.19.0 -> 1.19.1
...
https://github.com/containers/buildah/releases/tag/v1.19.1
2021-01-15 19:24:33 +10:00
github-actions[bot]
9f69dadafd
Merge master into staging-next
2021-01-15 01:16:33 +00:00
Mikołaj Gałkowski
5525440dd6
unityhub: add mising icu and clang libraries ( #109413 )
...
Compilation of c# scripts with L2CPP for would fail, due to
missing icu and clang libs
2021-01-14 19:38:36 -05:00
Dmitry Kalinkin
9120da4c4a
binutils: enable gold when cross compiling on darwin
...
This basically reverts:
- 3c5188cc
('binutils: disable gold when building on darwin')
- 457b48cc
('binutils: apply patch when cross compiling from darwin')
Tested by building:
- nix build -f . pkgsCross.i686-embedded.buildPackages.binutils
- nix build -f . pkgsCross.aarch64-embedded.buildPackages.binutils
2021-01-14 19:06:22 -05:00
Alyssa Ross
3893d6c6d7
gitAndTools: move everything to the top level
...
The comment at the top of git-and-tools/default.nix said:
/* All git-relates tools live here, in a separate attribute set so that users
* can get a fast overview over what's available.
but unfortunately that hasn't actually held up in practice.
Git-related packages have continued to be added to the top level, or
into gitAndTools, or sometimes both, basically at random, so having
gitAndTools is just confusing. In fact, until I looked as part of
working on getting rid of gitAndTools, one program (ydiff) was
packaged twice independently, once in gitAndTools and once at the top
level (I fixed this in 98c3490196
).
So I think it's for the best if we move away from gitAndTools, and
just put all the packages it previously contained at the top level.
I've implemented this here by just making gitAndTools an alias for the
top level -- this saves having loads of lines in aliases.nix. This
means that people can keep referring to gitAndTools in their
configuration, but it won't be allowed to be used within Nixpkgs, and
it won't be presented to new users by e.g. nix search.
The only other change here that I'm aware of is that
appendToName "minimal" is not longer called on the default git
package, because doing that would have necessitated having a private
gitBase variable like before. I think it makes more sense not to do
that anyway, and reserve the "minimal" suffix only for gitMinimal.
2021-01-14 21:27:48 +00:00
Bruno Bigras
94f8a6994e
wrangler: 1.12.3 -> 1.13.0
2021-01-14 15:36:32 -05:00
Sandro
7cb3bffc34
Merge pull request #103030 from tadfisher/remarkable-2-toolchain
...
remarkable2-toolchain: init at 2.5.2
2021-01-14 21:03:32 +01:00
github-actions[bot]
183b673b64
Merge master into staging-next
2021-01-14 18:54:05 +00:00
Le Anh Duc
a0a4feb0de
checkov: init at 1.0.674
2021-01-15 03:26:38 +09:00
Sandro
97259d0e38
Merge pull request #109353 from alyssais/ydiff
...
ydiff,gitAndTools.ydiff: unify
2021-01-14 15:30:55 +01:00
github-actions[bot]
730ff71234
Merge master into staging-next
2021-01-14 12:42:20 +00:00
Sandro
487c6c5e68
Merge pull request #109321 from rvolosatovs/update/gofumpt
...
gofumpt: 2020-10-27 -> 0.1.0
2021-01-14 13:27:16 +01:00
Sandro
67343245f9
Merge pull request #109314 from rvolosatovs/update/gotools
...
gotools: 2020-10-27 -> 2021-01-13
2021-01-14 13:22:46 +01:00
Alyssa Ross
98c3490196
ydiff,gitAndTools.ydiff: unify
...
We were packaging ydiff twice!
In this patch, I've merged the two expressions into one, trying to
take the best of each. ydiff (top-level) didn't support being used as
a Python library, which is required by one other package (patroni), so
I chose gitAndTools.ydiff as the starting point, then moved in the
longDescription from the top-level one, as well as the code used to
run the tests.
While I was there, I fixed the tests, which were intended to be run by
the top-level ydiff but actually were not, because unlike mkDerivation
buildPythonApplication will not run `make test' by default.
Also, top-level ydiff previously propagated less and patchutils,
meaning they'd have been installed globally instead of just referenced
by ydiff. gitAndTools.ydiff just did nothing. Both also expected to
find git, hg, and svn in the environment, which was impure. So now
all these programs are referenced by store path from ydiff, for
purity.
2021-01-14 10:38:16 +00:00
Sandro
8fcb5db84c
Merge pull request #109306 from flokli/dbmate-remove-deps
...
dbmate: remove deps.nix
2021-01-14 07:48:28 +01:00
github-actions[bot]
d247d74ff9
Merge master into staging-next
2021-01-14 06:44:24 +00:00
Sandro
67744a8a40
Merge pull request #109290 from TredwellGit/electron_11
...
electron_11: 11.1.0 -> 11.2.0
2021-01-14 07:34:05 +01:00
Jörg Thalheim
ff22087bd0
Merge pull request #109304 from Pamplemousse/radare2
...
radare2: Minor cleaning in expression
2021-01-14 05:47:00 +00:00
Jan Tojnar
b813710c04
Merge branch 'master' into staging-next
2021-01-14 02:24:17 +01:00
Tad Fisher
cf20c83c41
remarkable2-toolchain: init at 2.5.2
2021-01-13 15:39:31 -08:00
Roman Volosatovs
ebd91a3fb3
gofumpt: 2020-10-27 -> 0.1.0
2021-01-13 22:17:38 +01:00
Roman Volosatovs
4124b7f68e
gotools: 2020-10-27 -> 2021-01-13
2021-01-13 21:41:01 +01:00
Florian Klink
3dcd713d19
dbmate: remove deps.nix
...
This file wasn't removed when switching to buildGoModule, but is unused.
2021-01-13 20:21:26 +01:00
Pamplemousse
25d3912133
radare2: Minor cleaning in expression
...
Upstream is fixed: Removing this line does not break the build.
Signed-off-by: Pamplemousse <xav.maso@gmail.com>
2021-01-13 11:46:17 -07:00
adisbladis
4003f8cbc7
treewide: emacsPackages -> emacs.pkgs & emacsWithPackages -> emacs.pkgs.withPackages
...
The previous names are now aliases and shouldn't be used anywhere inside nixpkgs.
2021-01-13 17:13:10 +01:00
TredwellGit
e6b1439ac2
electron_11: 11.1.0 -> 11.2.0
...
https://github.com/electron/electron/releases/tag/v11.2.0
2021-01-13 16:00:15 +00:00
06kellyjac
859a64428d
tokei: 12.1.1 -> 12.1.2
2021-01-13 11:26:09 +00:00
sternenseemann
c955b30d4c
dune-release: fix tests for newer git versions
...
Newer git versions show a hint when calling `git init` to set the
default initial branch to something like 'main'. This obviously is
printed to stderr and thus not hidden by `> /dev/null`. We fix the
ensuing test failure by setting a branch in the invocation.
2021-01-13 09:54:56 +01:00
Jonathan Ringer
bb243b19e8
aws-sam-cli: fix build
2021-01-12 23:20:45 -08:00
Christian Kampka
0fd3afc1b2
texi2html: Fix cross-platform build
2021-01-12 20:45:24 +01:00
github-actions[bot]
f47a1ddfe4
Merge master into staging-next
2021-01-12 18:47:24 +00:00
Sandro
af87855d6b
Merge pull request #109119 from Mic92/radare2
...
radare2: 4.5.1 -> 5.0.0
2021-01-12 19:15:15 +01:00
Sandro
6071c0b71d
Merge pull request #108908 from moaxcp/jbang
...
jbang: init at 0.58.0
2021-01-12 17:03:09 +01:00
Jörg Thalheim
23da8a6f50
radare2: 4.5.1 -> 5.0.0
2021-01-12 16:04:16 +01:00
Jörg Thalheim
3364d09e4c
strace: mpers check always
...
this fix pkgsStatic on x86 build where we don't support 32bit yet.
2021-01-12 13:10:38 +01:00
github-actions[bot]
bfcc20a149
Merge master into staging-next
2021-01-12 06:34:30 +00:00
John Mercier
1288812ae0
jbang: init at 0.58.0
2021-01-11 21:52:55 -05:00
Benjamin Hipple
dc04eb3eeb
Merge pull request #109044 from zowoq/skopeo
...
skopeo: 1.2.0 -> 1.2.1
2021-01-11 21:46:18 -05:00
github-actions[bot]
32a46d68f3
Merge master into staging-next
2021-01-12 01:04:47 +00:00
Petter S. Storvik
c7d8d75e8e
clpm: init at 0.3.5 ( #108849 )
2021-01-11 23:08:42 +01:00
zowoq
a5c8741dd9
skopeo: 1.2.0 -> 1.2.1
...
https://github.com/containers/skopeo/releases/tag/v1.2.1
2021-01-12 05:40:55 +10:00
Jan Tojnar
2b9372b2ca
Merge branch 'master' into staging-next
2021-01-11 13:36:42 +01:00
Profpatsch
4a7f99d55d
treewide: with stdenv.lib; in meta -> with lib;
...
Part of: https://github.com/NixOS/nixpkgs/issues/108938
meta = with stdenv.lib;
is a widely used pattern. We want to slowly remove
the `stdenv.lib` indirection and encourage people
to use `lib` directly. Thus let’s start with the meta
field.
This used a rewriting script to mostly automatically
replace all occurances of this pattern, and add the
`lib` argument to the package header if it doesn’t
exist yet.
The script in its current form is available at
https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2021-01-11 10:38:22 +01:00
github-actions[bot]
75bb36a66f
Merge staging-next into staging
2021-01-11 06:33:34 +00:00
github-actions[bot]
db7b9735f9
Merge master into staging-next
2021-01-11 06:33:30 +00:00
Mario Rodas
bd4c31411e
Merge pull request #108971 from marsam/update-tflint
...
tflint: 0.23.0 -> 0.23.1
2021-01-10 20:35:37 -05:00