3
0
Fork 0
forked from mirrors/nixpkgs
Commit graph

9820 commits

Author SHA1 Message Date
Mario Rodas f7abe26ae9
tflint: 0.12.0 -> 0.12.1
Changelog: https://github.com/wata727/tflint/releases/tag/v0.12.1
2019-10-19 21:19:08 -05:00
zimbatm 639a0eafcb
mdsh: 0.2.0 -> 0.3.0 2019-10-20 00:33:28 +02:00
Emily b97a11643a trellis: 2019.09.27 -> 2019.10.13 2019-10-19 12:26:49 -05:00
Marek Mahut 05c771fe46
Merge pull request #69940 from r-ryantm/auto-update/rebar3
rebar3: 3.11.1 -> 3.12.0
2019-10-19 18:54:04 +02:00
worldofpeace 020e1b0c8e
Merge pull request #71334 from edef1c/git-series
Clean up git-series packaging, use OpenSSL 1.1
2019-10-18 21:42:22 +00:00
edef 67b8f4e0a7 git-series: add edef as maintainer 2019-10-18 21:28:46 +00:00
edef fca52043a5 git-series: use nixpkgs libgit2
This replaces the vendored copy from libgit2-sys.
2019-10-18 21:28:46 +00:00
edef 2bc9e6cb37 git-series: use nixpkgs libcurl
This replaces the vendored copy from curl-sys.
2019-10-18 21:28:46 +00:00
edef f7de72a552 git-series: upgrade Cargo dependencies to allow using OpenSSL 1.1 2019-10-18 21:28:46 +00:00
worldofpeace 81acba5df7
Merge pull request #71336 from edef1c/pypi2nix-setuptools
pypi2nix: add missing setuptools dependency
2019-10-18 19:57:13 +00:00
Mario Rodas f6fa4b6596
Merge pull request #71261 from geistesk/golangci-lint-v1.21.0
golangci-lint: 1.20.0 -> 1.21.0
2019-10-18 07:57:37 -05:00
edef 23fd70d694 pypi2nix: add missing setuptools dependency
Broken by f7e28bf5d8, which removed
setuptools from the default propagatedBuildInputs of Python packages.
2019-10-18 12:17:17 +00:00
edef 88d4b40bb2 git-series: use cargoPatches rather than cargoDepsHook 2019-10-18 12:07:37 +00:00
Jörg Thalheim 5f9d32b77d
Merge pull request #71245 from basile-henry/rustup-1.20.2
rustup: 1.20.0 -> 1.20.2
2019-10-17 10:54:39 +01:00
Renaud 7c0c96536b
Merge pull request #70876 from cko/flamegraph
flamegraph: 2017-07-01 -> 2019-02-16
2019-10-17 11:15:14 +02:00
Christine Koppelt dd8f3cd0d5 flamegraph: 2017-07-01 -> 2019-02-16 2019-10-17 09:33:11 +02:00
geistesk 31b9627644 golangci-lint: 1.20.0 -> 1.21.0 2019-10-16 22:59:14 +02:00
Basile Henry ddf26389c8 rustup: 1.20.0 -> 1.20.2 2019-10-16 20:01:49 +01:00
Jörg Thalheim 7b512c1557
Merge pull request #71219 from FRidh/pwndbg
pwndbg: fix runtime python deps, fixes #71071
2019-10-16 12:42:14 +01:00
Maximilian Bosch 9bffa5a6a5
wasm-bindgen-cli: init at 0.2.51
CLI for `wasm-bindgen`, a tool that helps to interact between WASM
modules written in Rust and JS-Code. This contains only the CLI[1], the
libraries are usually included via `Cargo.toml` in a project.

Co-authored-by: Fabian Möller <fabianm88@gmail.com>

[1] https://crates.io/crates/wasm-bindgen-cli
2019-10-16 12:49:54 +02:00
Maximilian Bosch 1737cd07ca
cargo-make: 0.22.2 -> 0.23.0
https://github.com/sagiegurari/cargo-make/releases/tag/0.23.0

Please note that the cargo hash didn't change since no dependencies were
updated (only the package version in Cargo.lock).
2019-10-16 12:43:58 +02:00
Frederik Rietdijk 27a9800e85 pwndbg: fix runtime python deps, fixes #71071
pwndbg is a Python module for gdb. The built-in interpreter is used and
pwndbg offers additional routines. Packaging this is tricky because that
interpreter needs to be used. Using `python3.withPackages` won't work.
By setting `NIX_PYTHONPATH`, the interpreter should pick up pwndbg and
its dependencies.

If `NIX_PYTHONPATH` does not function we can fall back to `PYTHONPATH`.
An example of when that won't work is if pwndbg runs a script of itself
in a subshell. `NIX_PYTHONPATH` would be  unset, but `PYTHONPATH` not.
2019-10-16 10:01:44 +02:00
Robin Gloster 7b6b3e5066
Merge pull request #71077 from aanderse/arcanist/update
arcanist: 20180916 -> 20190905
2019-10-15 23:09:26 +02:00
Robin Gloster 140380e5f5
Merge pull request #71175 from basile-henry/rustup-1.20.0
rustup: 1.19.0 -> 1.20.0
2019-10-15 23:08:38 +02:00
Tim Steinbach 749dccbedb
Merge pull request #71171 from regadas/update/sbt
sbt: 1.3.2 -> 1.3.3
2019-10-15 08:42:43 -04:00
Basile Henry f61e23ac13 rustup: 1.19.0 -> 1.20.0 2019-10-15 11:40:21 +01:00
Maximilian Bosch e071809101
cargo-make: 0.22.1 -> 0.22.2
https://github.com/sagiegurari/cargo-make/releases/tag/0.22.2

Also regenerated the lockfile and added it to the repo itself rather
than fetching it from a GitHub gist.
2019-10-15 12:06:39 +02:00
Filipe Regadas f416e8cc5e
sbt: 1.3.2 -> 1.3.3 2019-10-15 10:20:26 +01:00
Florian Klink 0fd1df74be bazel_0_4: remove
bazel_0_4 fails to build since 2018-04-29, so clearly nobody is using
it.
2019-10-14 18:33:17 +02:00
Jörg Thalheim 63746f6bcf
Merge pull request #70506 from danieldk/racer-2.1.27
rustracer: 2.1.22 -> 2.1.27
2019-10-14 10:16:40 +01:00
Vladimír Čunát b5697c6954
Merge branch 'master' into staging-next
Hydra nixpkgs: ?compare=1548439
2019-10-13 13:31:33 +02:00
Aaron Andersen 955c16a881 arcanist: 20180916 -> 20190905 2019-10-13 07:14:38 -04:00
Renaud f5cc5ce8d6
Merge pull request #70282 from moaxcp/spring-boot
spring-boot: init at 2.1.9
2019-10-12 11:53:25 +02:00
Mario Rodas 514968fcca
Merge pull request #71010 from moaxcp/visualvm
visualvm update homepage
2019-10-11 22:23:58 -05:00
xrelkd 1658beb6a1 cargo-bloat: 0.8.3 -> 0.9.0 2019-10-11 18:58:21 -07:00
John Mercier 0811095d84 visualvm update homepage 2019-10-11 20:13:45 -04:00
Wael Nasreddine 62e894b300
Merge pull request #68135 from rvolosatovs/update/go
Add Go 1.13
2019-10-11 17:01:51 -07:00
Jan Tojnar 6c8aed6391
Merge branch 'master' into staging-next 2019-10-12 00:50:21 +02:00
John Mercier 32113451b7 spring-boot: init at 2.1.9 2019-10-11 18:10:57 -04:00
Andreas Herrmann 1f3187c1b2 bazel: Comment on python versions. 2019-10-11 21:44:28 +02:00
Andreas Herrmann 1987d86007 bazel: shebang-test: Test for all bin/env ...
Fail on any form of `bin/env ...` shebang.
2019-10-11 21:44:28 +02:00
Andreas Herrmann f6572b4e64 bazel: patch #!/usr/bin/env bash
To point to the custom bash instead of `/nix/store.../bin/env bash`.
2019-10-11 21:44:28 +02:00
Andreas Herrmann d132d47199 bazel: shebang-test: pass bazel dir in Nix 2019-10-11 21:44:28 +02:00
Andreas Herrmann 7429acdea1 bazel: Test that all shebangs are patched correctly 2019-10-11 21:44:28 +02:00
Florian Klink a0380cbfe9 bazel: fix build on macosx 2019-10-11 21:41:23 +02:00
Guillaume Bouchard 7e5b2e74b7 bazel: 0.29 -> 1.0 2019-10-11 21:41:23 +02:00
Mario Rodas 5e716c80f2 dune: 1.11.3 -> 1.11.4
Changelog: https://github.com/ocaml/dune/releases/tag/1.11.4
2019-10-11 12:10:18 +02:00
R. RyanTM 8b426722c0 swig4: 4.0.0 -> 4.0.1
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/swig/versions
2019-10-11 12:05:58 +02:00
Colin L Rice 88f65fca79
conftest: 0.12.0 -> 0.14.0, disable go sum db.
The go sum db is a hosted service that appears to be generating a new
inclusion proof each time this build is run (rather than using the one
from the previous run). Since this ends up the module directory + thus
hash, it's breaking deterministic builds.

Co-authored-by: Roman Volosatovs <rvolosatovs@riseup.net>
2019-10-11 10:09:11 +02:00
Mario Rodas 67223bc752
Merge pull request #70889 from marsam/init-jtc
jtc: init at 1.74
2019-10-10 23:19:12 -05:00