Commit Graph

15815 Commits

Author SHA1 Message Date
midchildan
21f9e5aac2
tup: explain blocker for darwin build 2021-04-02 10:59:11 +09:00
github-actions[bot]
636e58e31b
Merge staging-next into staging 2021-04-02 00:21:46 +00:00
Sandro
9bbfb26854
Merge pull request #118283 from vcunat/p/fetchurl-typecheck 2021-04-02 00:24:43 +02:00
Vladimír Čunát
d601532dfc
intltool: fix fetchurl invocation 2021-04-01 22:50:21 +02:00
Antoine Eiche
5759b6f16d devpi-client: check-manifest and pkginfo needed at runtime
This packages are required by the devpi upload command.
2021-04-01 21:10:13 +02:00
github-actions[bot]
78b864aeee
Merge staging-next into staging 2021-04-01 18:15:42 +00:00
Danielle Lancashire
2112a55caf packer: migrate to buildGoModule 2021-04-01 15:16:28 +02:00
github-actions[bot]
85e9b4acf4
Merge staging-next into staging 2021-04-01 12:06:32 +00:00
Jörg Thalheim
ca9ca6eec9
cutter: 1.12.0 -> 2.0.0
This also introduces rizin, which cutter builds on top
2021-04-01 11:37:34 +02:00
Ryan Mulligan
0698166a6f
Merge pull request #118199 from r-ryantm/auto-update/cargo-valgrind
cargo-valgrind: 2.0.0 -> 2.0.1
2021-04-01 06:57:23 -07:00
R. RyanTM
9a05911c1e go-swagger: 0.26.1 -> 0.27.0 2021-04-01 08:58:08 +00:00
R. RyanTM
38a672aa79 git-quick-stats: 2.1.6 -> 2.1.7 2021-04-01 08:42:49 +00:00
Sandro
90283ed5e5
Merge pull request #118187 from thiagokokada/bump-hover
hover: 0.46.2 -> 0.46.3
2021-04-01 09:42:51 +02:00
R. RyanTM
4bc7546f61 cargo-valgrind: 2.0.0 -> 2.0.1 2021-04-01 06:11:50 +00:00
github-actions[bot]
ebc5b12a40
Merge staging-next into staging 2021-04-01 06:05:50 +00:00
R. RyanTM
dac29576af act: 0.2.20 -> 0.2.21 2021-04-01 04:49:19 +00:00
Mario Rodas
212adc0c99 ocamlformat: 0.17.0 -> 0.18.0
https://github.com/ocaml-ppx/ocamlformat/releases/tag/0.18.0
2021-04-01 04:20:00 +00:00
Mario Rodas
694696dfa6 cloud-nuke: 0.1.26 -> 0.1.27
https://github.com/gruntwork-io/cloud-nuke/releases/tag/v0.1.27
2021-04-01 04:20:00 +00:00
R. RyanTM
4c0515aefe cloud-nuke: 0.1.25 -> 0.1.26 2021-04-01 06:31:58 +00:00
Ryan Mulligan
8d54ed2ab9
Merge pull request #118045 from r-ryantm/auto-update/doctl
doctl: 1.57.0 -> 1.58.0
2021-03-31 20:31:41 -07:00
Ryan Mulligan
81ff63d078
Merge pull request #118091 from r-ryantm/auto-update/sd-local
sd-local: 1.0.27 -> 1.0.29
2021-03-31 20:25:18 -07:00
Ryan Mulligan
3f6176ad12
Merge pull request #117796 from r-ryantm/auto-update/kustomize-sops
kustomize-sops: 2.5.0 -> 2.5.1
2021-03-31 20:24:14 -07:00
Peter Hoeg
8aeab7d333 scry: unstable-2020-09-02 -> 0.9.1 2021-04-01 11:12:47 +08:00
Peter Hoeg
a176af3dce oq: 1.1.0 -> 1.2.0 2021-04-01 11:12:47 +08:00
Thiago Kenji Okada
4e91ced01e hover: 0.46.2 -> 0.46.3
Also fix `hover init` command failing with the following error:

```
hover: Failed to find template file: open app/hover.yaml.tmpl/app/hover.yaml.tmpl: no such file or directory
```
2021-03-31 21:25:44 -03:00
github-actions[bot]
b152812791
Merge staging-next into staging 2021-04-01 00:15:44 +00:00
Sandro
ffa7b3d619
Merge pull request #118081 from sbruder/drone-oss
drone: add option to build oss edition
2021-04-01 01:46:31 +02:00
Sandro
4a2a8d0ea2
Merge pull request #117944 from jojosch/protoc-gen-twirp-init 2021-04-01 01:34:44 +02:00
rnhmjoj
61b7cab481
treewide: use perl.withPackages when possible
Since 03eaa48 added perl.withPackages, there is a canonical way to
create a perl interpreter from a list of libraries, for use in script
shebangs or generic build inputs. This method is declarative (what we
are doing is clear), produces short shebangs[1] and needs not to wrap
existing scripts.

Unfortunately there are a few exceptions that I've found:

  1. Scripts that are calling perl with the -T switch. This makes perl
  ignore PERL5LIB, which is what perl.withPackages is using to inform
  the interpreter of the library paths.

  2. Perl packages that depends on libraries in their own path. This
  is not possible because perl.withPackages works at build time. The
  workaround is to add `-I $out/${perl.libPrefix}` to the shebang.

In all other cases I propose to switch to perl.withPackages.

[1]: https://lwn.net/Articles/779997/
2021-03-31 21:35:37 +02:00
Sandro
1350b8cc11
Merge pull request #118138 from Ma27/vagrant-bump
vagrant: 2.2.14 -> 2.2.15
2021-03-31 21:22:11 +02:00
Maximilian Bosch
9a1f63beac
packer: 1.7.0 -> 1.7.1
ChangeLog: https://github.com/hashicorp/packer/releases/tag/v1.7.1
2021-03-31 20:31:06 +02:00
github-actions[bot]
5abd5f5ab0
Merge staging-next into staging 2021-03-31 18:15:02 +00:00
Maximilian Bosch
d465cf9cf9
vagrant: 2.2.14 -> 2.2.15
ChangeLog: https://github.com/hashicorp/vagrant/blob/v2.2.15/CHANGELOG.md#2215-march-30-2021

Also had to revert a change which improved plugin-errors a bit since it
changed the dependency resolution in a way that broke `vagrant-libvirt`
from `$out/vagrant-plugins/plugins.d`.
2021-03-31 19:49:23 +02:00
Sandro
d80175fe00
Merge pull request #118119 from marsam/update-heroku
heroku: 7.47.11 -> 7.51.0
2021-03-31 18:10:02 +02:00
Robert Schütz
27d9353047 corrosion: init at unstable-2021-02-23 2021-03-31 17:06:13 +02:00
github-actions[bot]
4da7569841
Merge staging-next into staging 2021-03-31 12:06:29 +00:00
zowoq
eea81a5e5b skopeo: add phase hooks 2021-03-31 21:06:23 +10:00
zowoq
0745b524b2 buildah: add phase hooks 2021-03-31 21:06:23 +10:00
zowoq
6da0dcc42a go-md2man: switch to buildGoModule
also rename dir to match attribute.
2021-03-31 21:06:06 +10:00
Frederik Rietdijk
9b9e9cff00
Merge pull request #117015 from NixOS/staging-next
Staging next
2021-03-31 12:42:19 +02:00
Johannes Schleifenbaum
9583ac8d84
protoc-gen-go: init at 1.26.0 2021-03-31 11:51:46 +02:00
Fabian Affolter
b4b7c8b425
Merge pull request #118059 from r-ryantm/auto-update/gotestsum
gotestsum: 1.6.2 -> 1.6.3
2021-03-31 11:03:32 +02:00
Fabian Affolter
f3bdbab0dd
Merge pull request #118023 from r-ryantm/auto-update/ameba
ameba: 0.14.1 -> 0.14.2
2021-03-31 10:58:33 +02:00
github-actions[bot]
a2ada5b26f
Merge staging-next into staging 2021-03-31 06:05:45 +00:00
github-actions[bot]
e880daefc6
Merge master into staging-next 2021-03-31 06:05:41 +00:00
Sandro
3ac9a29d4d
Merge pull request #116588 from martinetd/pahole
pahole: 1.17 -> 1.20
2021-03-31 03:36:37 +02:00
Dmitry Bogatov
e0e9b5e200
jq: add configuration option to disable regex support (#117895)
Co-authored-by: Dmitry Bogatov <git#v1@kaction.cc>
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-03-31 03:30:34 +02:00
github-actions[bot]
01b3d1558f
Merge staging-next into staging 2021-03-30 18:15:09 +00:00
github-actions[bot]
f555f95ed8
Merge master into staging-next 2021-03-30 18:15:05 +00:00
R. RyanTM
09f95cee64 sd-local: 1.0.27 -> 1.0.29 2021-03-30 18:06:05 +00:00
Simon Bruder
d04389aeb2
drone: add option to build oss edition
By default drone is distributed under an unfree license that only
permits non-commercial or evaluation use. To build the OSS edition, two
tags have to be passed as build flags. This commit adds an option to
build the OSS edition to the package and defines drone-oss as an alias
for this.
2021-03-30 17:16:22 +02:00
Mario Rodas
d1ccfb3d18 dune_2: 2.8.4 -> 2.8.5
https://github.com/ocaml/dune/releases/tag/2.8.5
2021-03-30 16:46:15 +02:00
Fabian Affolter
0378d398ba
Merge pull request #118033 from r-ryantm/auto-update/checkstyle
checkstyle: 8.41 -> 8.41.1
2021-03-30 16:25:28 +02:00
R. RyanTM
8eb2dad845 gotestsum: 1.6.2 -> 1.6.3 2021-03-30 12:34:05 +00:00
Maximilian Bosch
181f7deed3
Merge pull request #118031 from r-ryantm/auto-update/cargo-watch
cargo-watch: 7.5.1 -> 7.6.1
2021-03-30 14:21:35 +02:00
github-actions[bot]
d466353dd5
Merge staging-next into staging 2021-03-30 12:06:28 +00:00
github-actions[bot]
c9e9ff786b
Merge master into staging-next 2021-03-30 12:06:24 +00:00
Maximilian Bosch
8bc58b6a9a
Merge pull request #118030 from r-ryantm/auto-update/cargo-make
cargo-make: 0.32.14 -> 0.32.15
2021-03-30 12:57:48 +02:00
R. RyanTM
98b53c745d doctl: 1.57.0 -> 1.58.0 2021-03-30 10:41:46 +00:00
R. RyanTM
56637bfd0a checkstyle: 8.41 -> 8.41.1 2021-03-30 09:39:29 +00:00
R. RyanTM
33e6a731e4 cargo-watch: 7.5.1 -> 7.6.1 2021-03-30 09:28:30 +00:00
R. RyanTM
2463044595 cargo-make: 0.32.14 -> 0.32.15 2021-03-30 09:23:13 +00:00
Johannes Schleifenbaum
71423755c7
protoc-gen-twirp_typescript: init at unstable-2021-03-29 2021-03-30 11:12:34 +02:00
Johannes Schleifenbaum
61457d04ef
protoc-gen-twirp_swagger: init at unstable-2021-03-29 2021-03-30 11:12:23 +02:00
Johannes Schleifenbaum
d8a87b7a3e
protoc-gen-twirp_php: init at 0.6.0 2021-03-30 11:12:13 +02:00
Johannes Schleifenbaum
180781246f
protoc-gen-twirp: init at 7.1.1 2021-03-30 11:12:03 +02:00
Jörg Thalheim
c132acd219
Merge pull request #117956 from ivan/diesel-cli-1.4.1
diesel-cli: 1.4.0 -> 1.4.1
2021-03-30 09:22:52 +01:00
R. RyanTM
9711efde38 ameba: 0.14.1 -> 0.14.2 2021-03-30 08:19:15 +00:00
Sandro
4efff6d227
Merge pull request #117934 from NeQuissimus/sbtextras
sbt-extras: 2021-03-13 → 2021-03-29
2021-03-30 10:16:35 +02:00
Sandro
820ab62e34
Merge pull request #117998 from samuelgrf/remove-maintainer-unused-packages 2021-03-30 09:32:42 +02:00
lewo
ac84e1f49c
Merge pull request #117981 from nlewo/hydra
hydra-unstable: 2021-03-10 -> 2021-03-29
2021-03-30 08:59:18 +02:00
Samuel Gräfenstein
8255aa8619
jpexs: remove samuelgrf from maintainers 2021-03-30 02:49:50 +02:00
github-actions[bot]
cde69e72d7
Merge staging-next into staging 2021-03-30 00:14:36 +00:00
github-actions[bot]
db6366f318
Merge master into staging-next 2021-03-30 00:14:33 +00:00
Antoine Eiche
e4a1014dd7 hydra-unstable: 2021-03-10 -> 2021-03-29 2021-03-29 22:48:04 +02:00
zowoq
a5d40f90bb editorconfig-checker: 2.3.4 -> 2.3.5
https://github.com/editorconfig-checker/editorconfig-checker/releases/tag/2.3.5
2021-03-30 05:43:10 +10:00
github-actions[bot]
f6643ed3a6
Merge staging-next into staging 2021-03-29 18:13:18 +00:00
github-actions[bot]
f7049b343c
Merge master into staging-next 2021-03-29 18:13:15 +00:00
Maximilian Bosch
4a7dd032dc
wasm-bindgen-cli: 0.2.69 -> 0.2.73 2021-03-29 20:05:18 +02:00
Ivan Kozik
44479cefbd diesel-cli: 1.4.0 -> 1.4.1 2021-03-29 17:15:49 +00:00
Tim Steinbach
6d6d8d66b8
sbt-extras: 2021-03-13 → 2021-03-29 2021-03-29 13:26:06 +00:00
Ryan Mulligan
1b20ac93d1
Merge pull request #117791 from r-ryantm/auto-update/jbang
jbang: 0.69.1 -> 0.69.2
2021-03-28 21:38:35 -07:00
github-actions[bot]
f311dede4c
Merge staging-next into staging 2021-03-29 00:15:53 +00:00
github-actions[bot]
d495e7527f
Merge master into staging-next 2021-03-29 00:15:48 +00:00
Sandro
64a9488dbe
Merge pull request #117824 from russell/vendir 2021-03-28 22:56:29 +02:00
Sandro
ff0d25b9dc
Merge pull request #117900 from ivanbrennan/fly-remove-writetext
fly: remove writeText
2021-03-28 22:42:22 +02:00
Fabian Affolter
733f0586c5
Merge pull request #117763 from r-ryantm/auto-update/codeql
codeql: 2.4.6 -> 2.5.0
2021-03-28 21:21:59 +02:00
ivanbrennan
0be7adbc6c
fly: remove writeText
The writeText argument is unused. It was originally used to copy a bash
completion script into the derivation, but a different approach was
chosen, and I simply forgot to remove the writeText argument.

78013b4ecc
https://github.com/NixOS/nixpkgs/pull/64714#discussion_r303216977
2021-03-28 14:05:20 -04:00
github-actions[bot]
cbd2c726fb
Merge staging-next into staging 2021-03-28 12:06:24 +00:00
github-actions[bot]
25268aeaf7
Merge master into staging-next 2021-03-28 12:06:21 +00:00
lewo
f6c34c9e0a
Merge pull request #117854 from r-ryantm/auto-update/yq-go
yq-go: 4.6.2 -> 4.6.3
2021-03-28 09:20:07 +02:00
github-actions[bot]
ea21c98571
Merge staging-next into staging 2021-03-28 06:05:34 +00:00
github-actions[bot]
3f2a4a9dea
Merge master into staging-next 2021-03-28 06:05:31 +00:00
Mario Rodas
d1febdc581
Merge pull request #117845 from r-ryantm/auto-update/tfsec
tfsec: 0.39.10 -> 0.39.14
2021-03-27 22:44:23 -05:00
Ryan Mulligan
60e054cb04
Merge pull request #117655 from r-ryantm/auto-update/pkgconf
pkgconf-unwrapped: 1.7.3 -> 1.7.4
2021-03-27 20:41:26 -07:00
Ryan Mulligan
59162918ee
Merge pull request #117516 from r-ryantm/auto-update/sd-local
sd-local: 1.0.26 -> 1.0.27
2021-03-27 20:35:16 -07:00
github-actions[bot]
2ed7687b19
Merge staging-next into staging 2021-03-28 00:15:43 +00:00
github-actions[bot]
732dc6ef8f
Merge master into staging-next 2021-03-28 00:15:41 +00:00
R. RyanTM
53aac393e8 yq-go: 4.6.2 -> 4.6.3 2021-03-27 23:41:31 +00:00
Sandro
fa0b7ed232
Merge pull request #117831 from onsails/tabnine
tabnine: 3.2.64 -> 3.3.101
2021-03-28 00:03:41 +01:00
R. RyanTM
e4f2c68b28 tfsec: 0.39.10 -> 0.39.14 2021-03-27 22:25:23 +00:00
Sandro
979f8c9bb5
Merge pull request #117774 from oxzi/golangci-lint-v1.39.0
golangci-lint: 1.38.0 -> 1.39.0
2021-03-27 23:14:36 +01:00
Russell Sim
6db0ff627b vendir: init at 0.17.0
Add vendir at 0.17.0 a tool for vendoring data
2021-03-27 21:13:08 +01:00
Andrey Kuznetsov
0c39926e7e
tabnine: 3.2.64 -> 3.3.101 2021-03-27 23:35:04 +04:00
github-actions[bot]
bef3b9438a
Merge staging-next into staging 2021-03-27 18:14:11 +00:00
github-actions[bot]
95c24d591a
Merge master into staging-next 2021-03-27 18:14:08 +00:00
Fabian Affolter
f615c23325
bashate: init at 2.0.0 (#117469) 2021-03-27 17:40:29 +01:00
sternenseemann
ef6450411f ocamlPackages_4_{11,12}: merlin: 3.4.2 -> 4.1
Add nix expression for the OCaml-version specific versions of merlin
4.1 and conditionally call it in ocaml-packages.nix.
2021-03-27 17:26:12 +01:00
sternenseemann
29d77c57ed dot-merlin-reader: 3.4.2 -> 4.1
4.1 uncoupled the versions between merlin and dot-merlin-reader which
means we can and must update them independently of each other since
merlin 4.1 is only available in specific versions for OCaml 4.11 and
4.12 respectively.

Therefore merlin now fetches its own source instead of inheriting it
from dot-merlin-reader.
2021-03-27 17:26:12 +01:00
R. RyanTM
47edfc48c5 kustomize-sops: 2.5.0 -> 2.5.1 2021-03-27 15:00:26 +00:00
R. RyanTM
3a7d4bc2a8 jbang: 0.69.1 -> 0.69.2 2021-03-27 14:21:16 +00:00
github-actions[bot]
15f796ceaf
Merge staging-next into staging 2021-03-27 12:06:16 +00:00
github-actions[bot]
5021a8bc13
Merge master into staging-next 2021-03-27 12:06:13 +00:00
Alvar Penning
f5dc55128c golangci-lint: 1.38.0 -> 1.39.0 2021-03-27 12:10:49 +01:00
R. RyanTM
4d1b488f2f codeql: 2.4.6 -> 2.5.0 2021-03-27 07:54:39 +00:00
R. RyanTM
471216639a cargo-udeps: 0.1.19 -> 0.1.20 2021-03-27 07:32:22 +00:00
github-actions[bot]
33d1f480ac
Merge staging-next into staging 2021-03-26 18:13:57 +00:00
github-actions[bot]
70fb533d57
Merge master into staging-next 2021-03-26 18:13:54 +00:00
Sandro
70d05748e7
Merge pull request #117417 from fabaff/flawfinder
flawfinder: init at 2.0.15
2021-03-26 18:07:14 +01:00
github-actions[bot]
219312a10b
Merge staging-next into staging 2021-03-26 12:06:44 +00:00
github-actions[bot]
eddd1a74ec
Merge master into staging-next 2021-03-26 12:06:41 +00:00
Emery Hemingway
56592ea293 nim: cross-compilation fixes
* Import with callPackages
* Use buildPackages for building a cross-compiler
* Patch-out potential conflicts in nim.cfg
* Generate a configuration with toolchain detection
* Build with strictDeps enabled
2021-03-26 11:36:38 +01:00
Arthur Gautier
83f3d96db8 elfutils: optionals is to be used when a list is provided
Signed-off-by: Arthur Gautier <baloo@superbaloo.net>
2021-03-26 10:46:10 +01:00
Arthur Gautier
7b57403c03 elfutils: pkg-config can't be included twice
Signed-off-by: Arthur Gautier <baloo@superbaloo.net>
2021-03-26 10:46:10 +01:00
Sandro
c4d77d1224
Merge pull request #117638 from marsam/update-buildah
buildah: 1.19.8 -> 1.20.0
2021-03-26 09:54:56 +01:00
R. RyanTM
5ad417c82b php73Extensions.blackfire: 1.49.1 -> 1.53.0 2021-03-26 09:50:54 +01:00
sternenseemann
cf83099225 ocamlPackages.js_of_ocaml: 3.8.0 -> 3.9.1
Apply patch from eliom's master to fix build with the new js_of_ocaml
version.
2021-03-26 08:43:14 +01:00
Jan Tojnar
b3c854b60b
Merge branch 'staging-next' into staging 2021-03-26 07:53:44 +01:00
github-actions[bot]
26fdaef6b2
Merge master into staging-next 2021-03-26 06:05:54 +00:00
R. RyanTM
7b1958dfff pkgconf-unwrapped: 1.7.3 -> 1.7.4 2021-03-26 04:13:47 +00:00
Mario Rodas
8aacaddb34
Merge pull request #117642 from r-ryantm/auto-update/pack
buildpack: 0.17.0 -> 0.18.0
2021-03-25 21:07:47 -05:00
R. RyanTM
f689693fda buildpack: 0.17.0 -> 0.18.0 2021-03-26 00:58:52 +00:00
github-actions[bot]
b068d2e437
Merge master into staging-next 2021-03-26 00:15:53 +00:00
Sandro
d5178d6519
Merge pull request #117621 from TredwellGit/electron 2021-03-26 00:37:12 +01:00
Sandro
dd84a7fd7b
Merge pull request #117575 from raboof/buf-init-at-0.40.0
buf: init at 0.40.0
2021-03-26 00:03:17 +01:00
Sandro
2115946b1d
Merge pull request #117619 from wamserma/asmfmt-cleanup
asmfmt: 1.2.1 -> 1.2.3
2021-03-26 00:02:27 +01:00
Mario Rodas
96c7efbfff buildah: 1.19.8 -> 1.20.0
https://github.com/containers/buildah/releases/tag/v1.20.0
2021-03-25 18:00:00 -05:00
Raphael Megzari
bb756400c0
sqlx-cli: fix darwin build (#117443)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-03-25 23:39:47 +01:00
Markus S. Wamser
b59e0191fd asmfmt: 1.2.1 -> 1.2.3 2021-03-25 23:02:16 +01:00
TredwellGit
a4cacf2c9d electron_10: 10.4.0 -> 10.4.2
https://github.com/electron/electron/releases/tag/v10.4.1
https://github.com/electron/electron/releases/tag/v10.4.2
2021-03-25 21:54:34 +00:00
TredwellGit
7d35b17912 electron_11: 11.3.0 -> 11.4.1
https://github.com/electron/electron/releases/tag/v11.4.0
https://github.com/electron/electron/releases/tag/v11.4.1
2021-03-25 21:53:23 +00:00
TredwellGit
5fd6188e52 electron_12: 12.0.1 -> 12.0.2
https://github.com/electron/electron/releases/tag/v12.0.2
2021-03-25 21:53:23 +00:00
Mario Rodas
fd58db2656
wabt: 1.0.20 -> 1.0.23 (#117548) 2021-03-25 20:21:16 +01:00
David McFarland
76d615532b msbuild: use roslyn from package 2021-03-25 16:11:58 -03:00
github-actions[bot]
7c9222212f
Merge master into staging-next 2021-03-25 18:14:01 +00:00
Vincent Laporte
92a1b57bb1 ocamlPackages.ppxlib: default to 0.22.0
ocamlPackages.base_quickcheck 0.14.0 → 0.14.1

ocamlPackages.ppx_custom_printf: 0.14.0 → 0.14.1

ocamlPackages.ppx_expect: 0.14.0 → 0.14.1

ocamlPackages.ppx_optcomp: 0.14.0 → 0.14.1

ocamlPackages.ppx_sexp_conv: 0.14.1 → 0.14.3

ocamlPackages.ppx_sexp_message: 0.14.1 → 0.14.2

ocamlPackages.ppx_typerep_conv: 0.14.1 → 0.14.2

ocamlPackages.visitors: 20210127 → 20210316

ocamlPackages.pgocaml: 4.2.2 → 4.2.2-dev-20210111
2021-03-25 17:36:51 +01:00
Frederik Rietdijk
350f9bd822
Merge pull request #117570 from FRidh/python2alias
Python: be explicit on whether it is python2 or python3 that is used
2021-03-25 13:26:35 +01:00
github-actions[bot]
4dc869e403
Merge master into staging-next 2021-03-25 12:06:22 +00:00
Frederik Rietdijk
7864093c68 fedpkg: stay with python2 2021-03-25 12:43:50 +01:00
Frederik Rietdijk
49b68c5924 doclifter: use python3 2021-03-25 12:25:40 +01:00
Frederik Rietdijk
11aa8b3b89 distcc: use python3 2021-03-25 12:20:37 +01:00
Arnout Engelen
675d5ba700
buf: init at 0.40.0 2021-03-25 12:03:54 +01:00
Sandro
e1bb08589f
Merge pull request #117573 from sikmir/stagit
stagit: 0.9.4 → 0.9.5
2021-03-25 11:52:21 +01:00
Frederik Rietdijk
8456df5d37 cli11: use python3 2021-03-25 11:42:32 +01:00
Nikolay Korotkiy
7cba7fe18a
stagit: 0.9.4 → 0.9.5 2021-03-25 13:25:48 +03:00
Frederik Rietdijk
344bce2431 cask: use python3 2021-03-25 11:21:54 +01:00
Frederik Rietdijk
2b0f34bcb5 blackmagic: use python3 2021-03-25 10:52:10 +01:00
Frederik Rietdijk
490bdd203c bazel_0_26: use python3 2021-03-25 10:39:17 +01:00
Frederik Rietdijk
43b7b079dd bazel-watcher: use python3 2021-03-25 10:36:54 +01:00
Frederik Rietdijk
d191ee7330 bam: use python3 2021-03-25 10:29:14 +01:00
Jörg Thalheim
84cf39d9cc
Merge pull request #116757 from Pamplemousse/master
libbfd: Patch CVE-2020-35448
2021-03-25 08:43:06 +00:00
Sandro
bf43a10261
Merge pull request #117557 from happysalada/wrangler_fix_darwin_build
wrangler: fix darwin build
2021-03-25 09:31:22 +01:00
Sandro
df6f2d0acb
Merge pull request #117560 from danieldk/crate2nix-source
crate2nix: use sourceRoot, so that src is a proper derivation
2021-03-25 09:27:52 +01:00
Daniël de Kok
445ff0cd50
Merge pull request #117450 from danieldk/rocm-4.1.0
rocm: 4.0.1 -> 4.1.0
2021-03-25 08:53:14 +01:00
Daniël de Kok
28781f9097 crate2nix: use sourceRoot, so that src is a proper derivation
Makes it possible to get the top-level source path as `crate2nix.src`
for e.g. using `tools.nix` for IFD.
2021-03-25 08:32:05 +01:00
happysalada
326445a4d6 wrangler: fix darwin build 2021-03-25 15:37:34 +09:00
github-actions[bot]
26d9481285
Merge staging-next into staging 2021-03-25 06:06:01 +00:00
github-actions[bot]
8cebf1dc19
Merge master into staging-next 2021-03-25 06:05:58 +00:00
Fabian Affolter
6ab5277729 flawfinder: init at 2.0.15 2021-03-24 22:46:33 +01:00
Thomas Tuegel
8882ec2b66
Merge pull request #117280 from r-ryantm/auto-update/cmake
cmake: 3.19.6 -> 3.19.7
2021-03-24 16:16:32 -05:00
R. RyanTM
e7ca0e33ea sd-local: 1.0.26 -> 1.0.27 2021-03-24 20:52:45 +00:00
R. RyanTM
328a30302a py-spy: 0.3.4 -> 0.3.5 2021-03-24 20:03:04 +00:00
github-actions[bot]
48dc94ebad
Merge staging-next into staging 2021-03-24 18:10:42 +00:00
github-actions[bot]
8e2d0e45c0
Merge master into staging-next 2021-03-24 18:10:39 +00:00
endorama
3071774c90
go-task: rename executable to task (#117455) 2021-03-24 19:02:58 +01:00
Ryan Mulligan
5db15c129b
Merge pull request #117474 from r-ryantm/auto-update/jbang
jbang: 0.68.0 -> 0.69.1
2021-03-24 09:22:14 -07:00
R. RyanTM
5efaab8ad6 jbang: 0.68.0 -> 0.69.1 2021-03-24 14:42:56 +00:00
R. RyanTM
d87bbeb724 coursier: 2.0.15 -> 2.0.16 2021-03-24 09:19:01 -04:00
Sandro
c4582a8388
Merge pull request #117386 from phfroidmont/master
mill: 0.9.3 -> 0.9.5
2021-03-24 13:50:24 +01:00
Robert Schütz
3114c599c5 boost-build: 2016.03 -> 4.4.1
The symlink bjam is created for backwards compatibility. See
https://boostorg.github.io/build/manual/master/index.html#bbv2.faq.names.
2021-03-24 13:26:23 +01:00
github-actions[bot]
85dc25227c
Merge staging-next into staging 2021-03-24 12:12:00 +00:00
github-actions[bot]
380cb1e995
Merge master into staging-next 2021-03-24 12:11:57 +00:00
Paul-Henri Froidmont
2b2f6cf361 mill: 0.9.3 -> 0.9.5 2021-03-24 11:33:34 +01:00
Daniël de Kok
ec21ab9e0c rocm-cmake: 4.0.0 -> 4.1.0 2021-03-24 08:56:37 +01:00
R. RyanTM
5498ac7c50 buildkite-agent: 3.27.0 -> 3.28.1 2021-03-23 23:24:59 -07:00
github-actions[bot]
1fef6e73b9
Merge staging-next into staging 2021-03-24 06:05:57 +00:00
github-actions[bot]
f29a6f5877
Merge master into staging-next 2021-03-24 06:05:54 +00:00
Mario Rodas
d45bf41d7a rubocop: 1.11.0 -> 1.12.0
https://github.com/rubocop/rubocop/releases/tag/v1.12.0
2021-03-24 04:20:00 +00:00
Mario Rodas
aeba3b9e54
Merge pull request #115697 from r-ryantm/auto-update/vultr
vultr: 2.0.2 -> 2.0.3
2021-03-23 20:19:17 -05:00
github-actions[bot]
0a29e611e1
Merge staging-next into staging 2021-03-24 00:41:13 +00:00
github-actions[bot]
2417360191
Merge master into staging-next 2021-03-24 00:41:10 +00:00
Fabian Affolter
924b214e05
Merge pull request #117204 from r-ryantm/auto-update/kubie
kubie: 0.12.1 -> 0.13.4
2021-03-23 23:27:25 +01:00
Fabian Affolter
5e650a663f
Merge pull request #117171 from r-ryantm/auto-update/codeql
codeql: 2.4.5 -> 2.4.6
2021-03-23 23:23:12 +01:00
Robert Scott
d3f7e969b9
Merge pull request #117218 from r-ryantm/auto-update/minizinc
minizinc: 2.5.4 -> 2.5.5
2021-03-23 19:22:30 +00:00
github-actions[bot]
3fe8f858ef
Merge staging-next into staging 2021-03-23 18:20:04 +00:00
github-actions[bot]
ca7fa2ef7b
Merge master into staging-next 2021-03-23 18:20:01 +00:00
Ryan Mulligan
56677a6fc1
Merge pull request #117198 from r-ryantm/auto-update/jbang
jbang: 0.67.3 -> 0.68.0
2021-03-23 09:12:01 -07:00
Sandro
d1bd45a9ef
Merge pull request #117362 from oxalica/rust-analyzer
rust-analyzer: 2021-03-15 -> 2021-03-22
2021-03-23 16:26:06 +01:00
Danielle
ded9ada2b1
drone-runner-docker: init at 1.6.3 (#117239)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-03-23 15:46:04 +01:00
oxalica
f8d0005177
rust-analyzer: 2021-03-15 -> 2021-03-22 2021-03-23 22:34:00 +08:00
github-actions[bot]
eba34ded87
Merge staging-next into staging 2021-03-23 12:27:49 +00:00
github-actions[bot]
963842fb19
Merge master into staging-next 2021-03-23 12:27:46 +00:00
OPNA2608
cfba508aa9 blackmagic: Add patch for libftdi1 1.5 compatibility 2021-03-23 11:11:11 +01:00
Jörg Thalheim
3ae466ad56
radare2: 5.0.0 -> 5.1.1 2021-03-23 09:42:22 +01:00
github-actions[bot]
8ef8f6b43c
Merge staging-next into staging 2021-03-23 06:18:05 +00:00
github-actions[bot]
39e3812215
Merge master into staging-next 2021-03-23 06:18:02 +00:00
R. RyanTM
c04f0f8413 cppcheck: 2.3 -> 2.4 2021-03-23 01:22:50 -04:00
Ryan Mulligan
d20e020961
Merge pull request #116695 from r-ryantm/auto-update/drm_info
drm_info: 2.2.0 -> 2.3.0
2021-03-22 21:22:20 -07:00
Ryan Mulligan
76330f830c
Merge pull request #117187 from r-ryantm/auto-update/go-task
go-task: 3.2.2 -> 3.3.0
2021-03-22 21:07:37 -07:00
Sandro
aa22e2748c
Merge pull request #116770 from r-ryantm/auto-update/ocaml-findlib
ocamlPackages.findlib: 1.8.1 -> 1.9.1
2021-03-23 02:39:12 +01:00
Otavio Salvador
e6bab7c0dc cargo-valgrind: 1.3.0 -> 2.0.0
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2021-03-22 21:51:42 -03:00
github-actions[bot]
13fa16d91b
Merge staging-next into staging 2021-03-23 00:40:28 +00:00
github-actions[bot]
11ee0bf5d7
Merge master into staging-next 2021-03-23 00:40:24 +00:00
R. RyanTM
7eac452484 cmake: 3.19.6 -> 3.19.7 2021-03-22 21:07:11 +00:00
Sandro
04bd5af2a7
Merge pull request #117237 from siraben/sccache-platforms
sccache: remove platforms and fix darwin build
2021-03-22 21:46:12 +01:00
R. RyanTM
274fc0f668 ocamlPackages.findlib: 1.8.1 -> 1.9.1 2021-03-22 20:42:50 +00:00
github-actions[bot]
6912ad3e03
Merge staging-next into staging 2021-03-22 18:21:14 +00:00
github-actions[bot]
44763c135b
Merge master into staging-next 2021-03-22 18:21:11 +00:00
Pascal Bach
35d802b26b
Merge pull request #117193 from max-wittig/patch-8
gitlab-runner: 13.9.0 -> 13.10.0
2021-03-22 17:19:24 +01:00
Ben Siraphob
ebb6205c7a sccache: remove platforms and fix darwin build 2021-03-22 21:55:32 +07:00
Pamplemousse
8748154972 binutils, libbfd: Patch CVE-2020-35448
Signed-off-by: Pamplemousse <xav.maso@gmail.com>
2021-03-22 07:22:33 -07:00
Mario Rodas
2af47fc86a
Merge pull request #117179 from r-ryantm/auto-update/flow
flow: 0.146.0 -> 0.147.0
2021-03-22 08:36:02 -05:00
R. RyanTM
9cbd510c21 coursier: 2.0.14 -> 2.0.15 2021-03-22 09:30:26 -04:00
github-actions[bot]
c0c22dd12d
Merge staging-next into staging 2021-03-22 12:26:59 +00:00
github-actions[bot]
feda7be375
Merge master into staging-next 2021-03-22 12:26:55 +00:00
R. RyanTM
971b497a47 minizinc: 2.5.4 -> 2.5.5 2021-03-22 12:14:15 +00:00
Daniël de Kok
611ba48b71
Merge pull request #116954 from danieldk/setuptools-rust-0.12.1
python3Packages.setuptools-rust: 0.11.6 -> 0.12.1
2021-03-22 11:54:00 +01:00
R. RyanTM
d51760a074 kubie: 0.12.1 -> 0.13.4 2021-03-22 10:38:44 +00:00
R. RyanTM
934c84bee3 jbang: 0.67.3 -> 0.68.0 2021-03-22 10:00:54 +00:00
Matthieu Coudron
810d22fb35
Merge pull request #111975 from teto/bazel-execlog
bazel: add execlog parser
2021-03-22 10:43:17 +01:00
Max Wittig
7fdf3c30a7
gitlab-runner: 13.9.0 -> 13.10.0 2021-03-22 10:27:27 +01:00
R. RyanTM
30806da83e go-task: 3.2.2 -> 3.3.0 2021-03-22 08:40:48 +00:00
Guillaume Girol
d49a594a8d
Merge pull request #117144 from symphorien/dot-merlin-reader-ocaml-lsp
ocamlPackages.ocaml-lsp: wrap with dot-merlin-reader
2021-03-22 07:58:51 +00:00
lewo
d7743bab15
Merge pull request #116914 from r-ryantm/auto-update/go-protobuf
go-protobuf: 1.4.3 -> 1.5.1
2021-03-22 08:45:22 +01:00
Mario Rodas
0e098672b6 flow: enable on aarch64 2021-03-22 07:41:00 +00:00
R. RyanTM
3b6b27d56a flow: 0.146.0 -> 0.147.0 2021-03-22 07:40:45 +00:00
R. RyanTM
f8f11cba77 codeql: 2.4.5 -> 2.4.6 2021-03-22 06:03:47 +00:00
R. RyanTM
da87ea60fd cargo-deny: 0.8.9 -> 0.9.0 2021-03-22 05:36:44 +00:00
github-actions[bot]
226884645e
Merge master into staging-next 2021-03-22 00:45:52 +00:00
Sandro
19acaca157
Merge pull request #116131 from r-ryantm/auto-update/buildkite-cli
buildkite-cli: 1.1.0 -> 1.2.0
2021-03-22 01:25:13 +01:00
Sebastian Zivota
ed9ddeb142
vulkan-validation-layers: fix bug related to XDG_DATA_DIRS (#106085) 2021-03-22 01:15:25 +01:00
Sandro
3ff3bd4e48
Merge pull request #115805 from r-ryantm/auto-update/cargo-deny
cargo-deny: 0.8.8 -> 0.8.9
2021-03-22 01:07:25 +01:00
Sandro
1d3766389a
Merge pull request #116201 from r-ryantm/auto-update/svlint
svlint: 0.4.16 -> 0.4.18
2021-03-22 01:07:01 +01:00
Sandro
791c3cd5ae
Merge pull request #116151 from r-ryantm/auto-update/kustomize-sops
kustomize-sops: 2.4.0 -> 2.5.0
2021-03-22 00:54:26 +01:00
Symphorien Gibol
d08e1d78e7 ocamlPackages.ocaml-lsp: wrap with dot-merlin-reader
this requires that dot-merlin-reader be built with the same ocaml version as
ocaml-lsp
2021-03-21 22:09:52 +01:00
github-actions[bot]
2379dca8ce
Merge master into staging-next 2021-03-21 18:25:45 +00:00
Sandro
cb9f2fbf5d
Merge pull request #117105 from yurrriq/noweb-prefer-boolean-over-null
noweb: add useIcon boolean arg
2021-03-21 17:22:59 +01:00
github-actions[bot]
6f6e1d46b4
Merge master into staging-next 2021-03-21 12:26:00 +00:00
Gabriel Ebner
bab28cf36c automaticcomponenttoolkit: init at 1.6.0 2021-03-21 11:26:24 +01:00
Eric Bailey
870b0dd84d noweb: add useIcon boolean arg 2021-03-21 02:20:51 -05:00
github-actions[bot]
b0455cafa7
Merge master into staging-next 2021-03-21 06:17:15 +00:00
Sandro
5400fa5461
Merge pull request #110923 from q3k/q3k/xcode-install-2.6.8
xcode-install: init at 2.6.8
2021-03-21 05:17:30 +01:00
Ryan Mulligan
2a748e5dbf
Merge pull request #116414 from r-ryantm/auto-update/jbang
jbang: 0.67.1 -> 0.67.3
2021-03-20 19:50:26 -07:00
Martin Weinelt
ec8267c539
Merge branch 'master' into staging-next 2021-03-21 02:22:36 +01:00
freezeboy
832221706d trunk: init at 0.10.0 2021-03-20 20:17:18 -04:00
Fabian Affolter
4c13f2bdc5
Merge pull request #116913 from r-ryantm/auto-update/go-mockery
go-mockery: 2.5.1 -> 2.7.4
2021-03-20 21:50:09 +01:00
github-actions[bot]
933682b533
Merge master into staging-next 2021-03-20 18:19:30 +00:00
Sandro
afd0feb887
Merge pull request #114657 from siraben/noweb-xcompile 2021-03-20 17:02:18 +01:00
Robert Scott
7f21b53fc0
Merge pull request #116638 from r-ryantm/auto-update/minizinc
minizinc: 2.5.3 -> 2.5.4
2021-03-20 12:43:01 +00:00
github-actions[bot]
6e614e4dac
Merge master into staging-next 2021-03-20 12:26:41 +00:00
R. RyanTM
505383074c help2man: 1.47.17 -> 1.48.1 2021-03-20 09:27:45 +01:00
Arthur Gautier
ad6e13fcfb elfutils: split outputs
gdb does not need elfutils binaries and only access the libdebuginfod.so
2021-03-20 09:24:51 +01:00
Arthur Gautier
c600d5232d elfutils: add support for debuginfod
Signed-off-by: Arthur Gautier <baloo@superbaloo.net>
2021-03-20 09:24:51 +01:00
R. RyanTM
7bfd49ecdb waf: 2.0.20 -> 2.0.22 2021-03-20 09:22:04 +01:00
R. RyanTM
f2a6ca89f3 bison: 3.7.5 -> 3.7.6 2021-03-20 09:19:34 +01:00
Daniël de Kok
cf66c08b84 python3Packages.setuptools-rust: do no mix Python versions in tests
The passthru test used python3Packages, mixing different Python
version when testing on a Python version different that the python3
alias.
2021-03-20 08:50:28 +01:00
Daniël de Kok
313177129b python3Packages.setuptools-rust: fix passthru test
The build wanted to create a Cargo.lock in the top-level source
directory (presumably because it is also a Cargo project), since we
were crating the lock file in sourceRoot (which was set to the example
project). This failed because the sources are read-only. Change the
test to create the lock file in the top-level crate directory, which
is Cargo's default behavior.
2021-03-20 08:38:28 +01:00
Jörg Thalheim
fa488cd9bf
Merge pull request #117008 from r-ryantm/auto-update/circleci-cli
circleci-cli: 0.1.15108 -> 0.1.15149
2021-03-20 06:58:48 +00:00
github-actions[bot]
11187b30ca
Merge staging-next into staging 2021-03-20 06:21:50 +00:00
Peter Hoeg
f17621f688 shards: 0.14.0 -> 0.14.1 2021-03-20 14:07:40 +08:00
R. RyanTM
edacaf3a57 circleci-cli: 0.1.15108 -> 0.1.15149 2021-03-20 04:16:13 +00:00
R. RyanTM
d834510118 terracognita: 0.6.0 -> 0.6.2 2021-03-19 22:41:49 -04:00
R. RyanTM
562ec6a67f tfsec: 0.39.8 -> 0.39.10 2021-03-19 22:31:53 -04:00
R. RyanTM
563183cd49 yq-go: 4.6.1 -> 4.6.2 2021-03-19 22:26:44 -04:00
Thomas Bereknyei
47c48e0417 yq-go: add simple test 2021-03-19 22:17:30 -04:00
github-actions[bot]
1620a4d1e1
Merge staging-next into staging 2021-03-20 00:40:14 +00:00
Wael Nasreddine
d1921174a9
Merge pull request #108454 from kalbasit/opensource/nixpkgs/update-ccloud-cli
ccloud-cli: Declare the actual supported platforms
2021-03-19 16:20:14 -07:00
Robert Scott
996b14f610
Merge pull request #116614 from r-ryantm/auto-update/fly
fly: 7.0.0 -> 7.1.0
2021-03-19 23:13:22 +00:00
Wael M. Nasreddine
9b05bad4ba
ccloud-cli: Declare the actual supported platforms
Not all Linux and Darwin platforms are supported, only their x86_64
variants are supported.
2021-03-19 15:59:23 -07:00
Wael M. Nasreddine
48b0b3f72a
ccloud-cli: update the curl call to fetch the latest version 2021-03-19 15:54:48 -07:00
Ricardo Guevara
ac2501d4ae
ccloud-cli v0.202.0 > v1.25.0 (#116970) 2021-03-19 15:51:32 -07:00
Sandro
cf117712a8
Merge pull request #116148 from NeverBehave/pkg/fission 2021-03-19 23:30:32 +01:00
Peter Simons
a839c811a5
Merge pull request #116096 from NixOS/haskell-updates
Update Haskell package set to Stackage Nightly 2021-03-17 (plus other fixes)
2021-03-19 21:24:10 +01:00
github-actions[bot]
6e3a55e059
Merge staging-next into staging 2021-03-19 18:19:40 +00:00
NeverBehave
1b0385825b
fission: init at 1.12.0 2021-03-19 18:18:54 +01:00
Frederik Rietdijk
1ecb97eae9 Merge master into staging-next 2021-03-19 18:17:01 +01:00
Vladyslav M
6b92b911cf
Merge pull request #116713 from r-ryantm/auto-update/k6
k6: 0.31.0 -> 0.31.1
2021-03-19 17:46:09 +02:00
R. RyanTM
032f4e35f2 go-protobuf: 1.4.3 -> 1.5.1 2021-03-19 15:06:08 +00:00
R. RyanTM
5bef7871a0 go-mockery: 2.5.1 -> 2.7.4 2021-03-19 15:02:35 +00:00
Eric Dallo
a48b87fda4
omnisharp-roslyn: fix outdated built-in msbuild for unity (#98435)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-03-19 14:31:03 +01:00
github-actions[bot]
29278dcf45
Merge staging-next into staging 2021-03-19 12:26:59 +00:00
github-actions[bot]
c804f22a81
Merge master into staging-next 2021-03-19 12:26:52 +00:00
Doron Behar
8b3f258bbc
Merge pull request #109928 from r-ryantm/auto-update/cproto
cproto: 4.7q -> 4.7r
2021-03-19 08:06:26 +00:00
github-actions[bot]
8c03075f07
Merge staging-next into staging 2021-03-19 00:41:08 +00:00
github-actions[bot]
d73a492e83
Merge master into staging-next 2021-03-19 00:41:01 +00:00
Sandro
1c7f116d1d
Merge pull request #116537 from onsails/fix/rust-analyzer 2021-03-18 20:55:58 +01:00
Jan Tojnar
2445e9a681
Merge branch 'master' into staging-next 2021-03-18 19:24:39 +01:00
Fabian Affolter
4abe80b5bf
Merge pull request #115559 from r-ryantm/auto-update/rshell
rshell: 0.0.28 -> 0.0.30
2021-03-18 18:11:56 +01:00
Maximilian Bosch
4419aeaa9c
Merge pull request #116680 from r-ryantm/auto-update/cargo-fuzz
cargo-fuzz: 0.8.0 -> 0.10.0
2021-03-18 17:49:39 +01:00
Thomas Mader
6cfbedcac2
Literate: unstable-2020-09-02 -> unstable-2021-01-22
Compile with ldc instead of dmd
2021-03-18 17:41:30 +02:00