Mario Rodas
271f04d655
chromedriver: add marsam as maintainer
2019-10-19 20:01:00 -05:00
Mario Rodas
5e3b0ac5c3
chromedriver: 76.0.3809.68 -> 78.0.3904.70
2019-10-19 20:00:00 -05:00
Andreas Rammhold
06744bb2d4
rust-cbindgen: skip expand tests
...
The expand tests require unstable rust features.
2019-10-20 02:31:13 +02:00
zimbatm
639a0eafcb
mdsh: 0.2.0 -> 0.3.0
2019-10-20 00:33:28 +02:00
Lily Ballard
7be6ba2cca
chit: 0.1.14 -> 0.1.15
2019-10-19 14:15:19 -07: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
Mario Rodas
152e9882c4
bazelisk: 1.0 -> 1.1.0
...
Changelog: https://github.com/bazelbuild/bazelisk/releases/tag/v1.1.0
2019-10-19 04:20:00 -05: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
worldofpeace
2417833f69
Merge pull request #71299 from worldofpeace/fix-gtk-doc-quick
...
gtk-doc: fix on darwin
2019-10-18 16:02:51 +00:00
worldofpeace
62e029cc2b
gtk-doc: fix on darwin
...
We can't use shell scripts as shebangs so we drop using .withPackages
and just add pygments to the build env to satiate meson's checks.
https://github.com/NixOS/nixpkgs/pull/71221#issuecomment-543372945
2019-10-18 12:01:38 -04: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
Frederik Rietdijk
1b5c537f45
Merge staging-next into staging
2019-10-18 12:27:41 +02:00
Frederik Rietdijk
c51c2f79b2
Merge master into staging-next
2019-10-18 12:26:11 +02:00
Jonathan Ringer
1e8150a26a
aws-sam-cli: 0.16.1 -> 0.22.0
2019-10-18 09:54:05 +02: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
12441bdf9f
Merge staging-next into staging
2019-10-16 11:17:12 +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
Tor Hedin Brønner
9752932de9
Merge pull request #71022 from hedning/gnome-3.34.1-staging
...
Gnome 3.34.1 staging
2019-10-15 13:22:47 +02: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
Marco Maggesi
24d0bd37b5
Merge branch 'master' into rename-z77z-into-maggesi
2019-10-13 18:06:23 +02:00
Dmitry Kalinkin
5d19c11efe
Merge pull request #70997 from veprbl/pr/cmake_iframework
...
cmake: process -iframework in setup-hook
2019-10-13 07:33:35 -04: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
worldofpeace
f03b26c134
gtk-doc: 1.30 -> 1.32
...
Drop patch for "Wrong permissions for style CSS file".
It was fixed in 1.31
https://gitlab.gnome.org/GNOME/gtk-doc/blob/GTK_DOC_1_32/NEWS
2019-10-12 17:25:59 -04:00
Sergei Trofimovich
697429c98a
re2c: enable parallel building, enable tests
...
Parallel builds speed up building considerably.
Tests don't add much of an overhead.
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
2019-10-12 08:57:21 -05:00
Sergei Trofimovich
7ebe962177
re2c: 1.0.3 -> 1.2.1
2019-10-12 08:57:21 -05: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
e2e3861d6b
Merge branch 'staging-next' into staging
2019-10-12 00:51:55 +02:00
Jan Tojnar
6c8aed6391
Merge branch 'master' into staging-next
2019-10-12 00:50:21 +02:00
Dmitry Kalinkin
c8041d97a5
cmake: process -iframework in setup-hook
...
This fixes a regression in #26197
Fixes: f496357585
('cc-wrapper: use -iframework instead of -F')
2019-10-11 18:48:16 -04: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
makefu
9ae60cff0c
devpi-client: 4.1.0 -> 5.0.0
...
unbreak the package, clean up dependencies and make them overridable
2019-10-10 15:49:29 -07:00
worldofpeace
4266a1e0b4
valadoc: remove
2019-10-10 13:18:23 -04:00
Mario Rodas
e220ed84cb
Merge pull request #70808 from r-ryantm/auto-update/visualvm
...
visualvm: 1.4.3 -> 1.4.4
2019-10-09 21:33:05 -05:00
Mario Rodas
0fdd8bc09d
jtc: init at 1.74
2019-10-09 21:00:00 -05:00
lewo
8cff1c3a10
Merge pull request #70669 from geistesk/golangci-lint-v1.19.1
...
golangci-lint: 1.17.1 -> 1.20.0
2019-10-09 22:33:54 +02:00
lewo
191f28a0b7
Merge pull request #70855 from nlewo/hydra-cli-fix
...
hydra-cli: fix the cargoSha256 hash
2019-10-09 22:30:04 +02:00
Mario Rodas
67323040e3
heroku: 7.27.1 -> 7.33.1
2019-10-09 10:14:02 -07:00
Antoine Eiche
0a7c50e0e0
hydra-cli: update the cargoSha256 hash
...
This might be related to the way cargo fetches sources since the old
hash still works on the original PR (before being rebased onto master by
the merge action).
See
- https://github.com/NixOS/nixpkgs/pull/67680
- https://hydra.nixos.org/build/102205464/nixlog/2
2019-10-09 18:29:18 +02:00
Danny Bautista
91f582db03
cloudflare-wrangler: init at 1.4.0
2019-10-09 11:38:49 -04:00
Nikita Uvarov
8627cc58ba
rtags: 2.16 -> 2.34
2019-10-09 08:02:39 -07:00
Renaud
7a82ed50b3
Merge pull request #70564 from r-ryantm/auto-update/distgen
...
distgen: 1.3 -> 1.4
2019-10-09 13:47:07 +02:00
Jaka Hudoklin
aef0e13d26
Merge pull request #70816 from r-ryantm/auto-update/yarn
...
yarn: 1.17.3 -> 1.19.0
2019-10-09 08:10:03 +02:00
R. RyanTM
e83d1ea5ee
yarn: 1.17.3 -> 1.19.0
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/yarn/versions
2019-10-08 18:37:34 -07:00
R. RyanTM
53c604760f
visualvm: 1.4.3 -> 1.4.4
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/visualvm/versions
2019-10-08 16:54:01 -07:00
Robin Gloster
356464388f
Merge pull request #69370 from chkno/no-extra-flags
...
makeWrapper: Remove unused extraFlagsArray feature
2019-10-09 01:32:28 +02:00
geistesk
6e39f5c762
golangci-lint: 1.17.1 -> 1.20.0
2019-10-08 21:18:44 +02:00
Christine Koppelt
854c969b57
add missing meta data
2019-10-08 20:54:38 +02:00
Renaud
3323655ccb
Merge pull request #70539 from kampka/drone
...
drone: 1.3.1 -> 1.6.0
2019-10-08 17:21:37 +02:00
Renaud
3fea3bb3b7
Merge pull request #70540 from kampka/drone-cli
...
drone-cli: 0.8.6 -> 1.2.0
2019-10-08 17:21:05 +02:00
Linus Heckemann
5aa4b19946
treewide: mark some broken packages as broken
...
Refs:
e6754980264fe927320d5ff2dbd24ca4fac9a160
1e9cc5b9844ef603fe160e9f671178f96200774f
793a2fe1e8bb886ca2096c5904e1193dc3268b6d
c19cf65261639f749012454932a532aa7c681e4b
f6544d618f30fae0bc4798c4387a8c7c9c047a7c
2019-10-08 17:14:26 +02:00
Christian Kampka
3aa784b3e3
drone-cli: 0.8.6 -> 1.2.0
2019-10-08 14:56:36 +02:00
zimbatm
90c89eac6e
mdsh: 0.1.4 -> 0.2.0
2019-10-08 13:16:12 +02:00
Frederik Rietdijk
a0c34f54cc
Merge master into staging-next
2019-10-08 11:56:52 +02:00
ryanfitzsimon
4434c123f4
packer: 1.4.1 -> 1.4.4 ( #70623 )
2019-10-07 16:29:58 +00:00
Marco Maggesi
ff1ed720e2
Rename z77z into maggesi
...
Make the "handle" of the maintainer match the name of the github account.
Also update the email address.
2019-10-07 17:05:25 +02:00
Sascha Grunert
fae0bc8936
buildah: 1.11.1 -> 1.11.3
...
Signed-off-by: Sascha Grunert <sgrunert@suse.com>
2019-10-07 11:49:21 +02:00
R. RyanTM
39744af51b
distgen: 1.3 -> 1.4
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/distgen/versions
2019-10-06 20:41:12 -07:00
Christian Kampka
f155360175
drone: 1.3.1 -> 1.6.0
2019-10-06 21:22:55 +02:00
Renaud
50bd897908
Merge pull request #68271 from elohmeier/drone
...
drone: 0.8.6 -> 1.3.1
2019-10-06 18:21:51 +02:00
Daniël de Kok
36164541c5
rustracer: fix default RUST_SRC_PATH
2019-10-06 09:56:55 +02:00
Daniël de Kok
0e49168cc6
rustracer: 2.1.22 -> 2.1.27
...
Fixes failing build on master.
2019-10-06 09:47:07 +02:00
Mario Rodas
03a5cf8444
Merge pull request #66643 from jonringer/bump-antlr4
...
antlr4: 4.7.1 -> 4.7.2
2019-10-05 19:18:17 -05:00
Marek Mahut
195a9b51ba
Merge pull request #70428 from manveru/dbmate-1.7.0
...
dbmate: 1.4.1 -> 1.7.0
2019-10-05 22:27:14 +02:00
Peter Simons
35521b42c2
update Python packages psycopg2, sqlparse, and pgcli ( #70257 )
...
* python-psycopg2: update from 2.7.7 to 2.8.3
* python-sqlparse: update from 0.2.4 to 0.3.0
* pgcli: update from 2.0.2 to 2.1.1
2019-10-05 21:48:36 +02:00
Mario Rodas
d9a068b8b7
Merge pull request #70148 from marsam/update-rubocop
...
rubocop: 0.74.0 -> 0.75.0
2019-10-05 08:14:00 -05:00
Michael Fellinger
35b405aeb7
dbmate: 1.4.1 -> 1.7.0
2019-10-05 02:26:52 +02:00
Tom Hunger
fa4b5185b3
pyre: remove
...
Every other version update of pyre is non-trivial and requires
specific versions which blocks updates elsewhere. Removing now,
we can re-import when pyre has settled down.
2019-10-05 00:02:48 +02:00
Daniël de Kok
54393d25d8
maturin: 0.7.2 -> 0.7.6
2019-10-04 23:18:22 +02:00
wucke13
f37c03470d
stm32cubemx: init at 5.3.0
2019-10-04 18:12:38 +02:00
Robin Gloster
ffb7d6a7ea
strace: 5.2 -> 5.3
2019-10-03 21:16:09 +02:00
zimbatm
d3542aae76
coz: init at 0.2.0 ( #68981 )
2019-10-03 14:34:17 +00:00
Jonathan Ringer
02795b4ed5
racerd: 2019-03-20 -> 2019-09-02
2019-10-03 02:15:30 -07:00
Mario Rodas
ea5d2a0efa
flow: 0.108.0 -> 0.109.0
...
Changelog: https://github.com/facebook/flow/releases/tag/v0.109.0
2019-10-03 08:27:11 +02:00
Jan Tojnar
b3fcd9375d
Merge branch 'master' into staging-next
2019-10-03 01:47:08 +02:00
Jan Tojnar
4655669483
Gnome 3.34 ( #68608 )
...
Gnome 3.34
2019-10-03 00:38:54 +02:00
John Mercier
2e2b068e04
micronaut 1.2.1 -> 1.2.3
2019-10-02 23:15:56 +02:00
Ryan Mulligan
e5b783bd22
Merge pull request #69969 from r-ryantm/auto-update/sourcetrail
...
sourcetrail: 2019.2.39 -> 2019.3.46
2019-10-02 07:26:52 -07:00
Mario Rodas
a65eab246b
Merge pull request #70199 from tredontho/tredontho/universal-ctags-jansson
...
universal-ctags: Add jansson dependency
2019-10-02 02:50:22 -05:00
Tim Steinbach
85abd40bcb
sbt-extras: 2019-08-14 -> 2019-09-30
2019-10-01 17:47:59 -04:00
Trevor Thompson
f2eabd49fc
universal-ctags: Add jansson dependency
...
Add jansson dependency to enable JSON support
2019-10-01 11:27:59 -05:00
Jonathan Marler
c6a1412132
rund: init at version 1.0.0
...
Adding a D Programming Language Compiler Wrapper tool that runs and caches D programs. This is an alternative to the existing `rdmd` tool. It's a rewrite that leverages a new compiler feature that allows it to run the compiler once instead of having to run it twice like `rdmd` does. I decided to create a new tool rather than trying to support both older and new compilers in the same tool. It also introduces new features like "Source Compiler Directives" which allow D Language source files to contain compiler configuration such as import paths, environment variables, etc.
2019-10-01 18:27:38 +02:00
Ryan Mulligan
5eee2d42a0
Merge pull request #69972 from r-ryantm/auto-update/squirrel-sql
...
squirrel-sql: 3.9.1 -> 4.0.0
2019-10-01 06:53:45 -07:00
Jörg Thalheim
83a7fd2a77
buildRustPackage: add verifyCargoDeps option ( #67387 )
...
buildRustPackage: add verifyCargoDeps option
2019-10-01 10:55:31 +01:00
R. RyanTM
13ccc86f4e
flatpak-builder: 1.0.8 -> 1.0.9
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/flatpak-builder/versions
2019-09-30 22:31:34 -07:00
Mario Rodas
cad5d81b1c
rubocop: 0.74.0 -> 0.75.0
...
Changelog: https://github.com/rubocop-hq/rubocop/releases/tag/v0.75.0
2019-09-30 18:00:00 -05:00
Tor Hedin Brønner
63b9cbdb8e
sysprof: 3.32.0 -> 3.34.0
2019-09-30 19:39:48 +02:00
zimbatm
ee00d08ed0
mdsh: use the verifyCargoDeps option
2019-09-30 17:09:52 +00:00
Jonathan Ringer
23d3a0269a
antlr4: 4.7.1 -> 4.7.2
2019-09-29 03:14:22 -07:00
Jörg Thalheim
f8363c2721
Merge pull request #69950 from r-ryantm/auto-update/radare2-cutter
...
radare2-cutter: 1.8.3 -> 1.9.0
2019-09-29 11:05:53 +01:00
Jörg Thalheim
925b4244d7
radare2-for-cutter: 3.6.0 -> 3.8.0
2019-09-29 11:02:01 +01:00
Frederik Rietdijk
503081fa5b
Merge staging into staging-next
2019-09-29 11:05:22 +02:00
Marek Mahut
238aac7e5f
Merge pull request #69892 from marsam/update-tflint
...
tflint: 0.11.2 -> 0.12.0
2019-09-29 10:27:01 +02:00
R. RyanTM
c0dc5d3654
squirrel-sql: 3.9.1 -> 4.0.0
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/squirrel-sql/versions
2019-09-28 22:37:54 -07:00
R. RyanTM
dc59594878
sourcetrail: 2019.2.39 -> 2019.3.46
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/sourcetrail/versions
2019-09-28 22:19:37 -07:00
R. RyanTM
8fe18e4b3e
radare2-cutter: 1.8.3 -> 1.9.0
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/radare2-cutter/versions
2019-09-28 19:10:44 -07:00
R. RyanTM
b572ff9f09
rebar3: 3.11.1 -> 3.12.0
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/rebar3/versions
2019-09-28 18:26:32 -07:00
Mario Rodas
956546e20b
lsof: fix man page
2019-09-28 19:19:19 -05:00
Emily
ee96061946
trellis: 2019.09.01 -> 2019.09.27
2019-09-28 16:55:21 -05:00
Emily
391ce62306
icestorm: 2019.08.31 -> 2019.09.13
2019-09-28 16:55:21 -05:00
Maximilian Bosch
ecbafb30bd
Merge pull request #69826 from marsam/update-wabt
...
wabt: 1.0.11 -> 1.0.12
2019-09-28 22:06:23 +02:00
Thomas Tuegel
fccbb5daf3
Merge pull request #56034 from peterhoeg/u/sqlite
...
qscintilla: 2.9.4 -> 2.11.2 and sqlitebrowser: 3.11.2
2019-09-28 13:26:34 -05:00
Mario Rodas
17bc656634
tflint: 0.11.2 -> 0.12.0
...
Changelog: https://github.com/wata727/tflint/releases/tag/v0.12.0
2019-09-28 13:00:00 -05:00
Mario Rodas
b2349f906a
Merge pull request #69567 from lilyball/jazzy
...
jazzy: 0.11.1 -> 0.11.2
2019-09-28 10:08:42 -05:00
Mario Rodas
997ad3f0b6
Merge pull request #69733 from r-ryantm/auto-update/pet
...
pet: 0.3.5 -> 0.3.6
2019-09-28 06:22:21 -05:00
Mario Rodas
b289915b37
wabt: 1.0.11 -> 1.0.12
2019-09-28 04:20:00 -05:00
Vladimír Čunát
fda4a08d4a
Merge branch 'staging-next'
...
There are several security fixes - again, as it consists mainly of the
previously reverted staging-next merge.
2019-09-28 07:43:04 +02:00
R. RyanTM
62ff5b6342
pet: 0.3.5 -> 0.3.6
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/pet/versions
2019-09-27 18:15:57 -07:00
R. RyanTM
ef3f4af0f1
lttng-ust: 2.10.4 -> 2.10.5
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/lttng-ust/versions
2019-09-28 00:19:50 +02:00
Vladimír Čunát
217cf982c7
Merge branch 'master' into staging-next
2019-09-27 22:13:02 +02:00
Marek Mahut
c018ae3d98
Merge pull request #69544 from r-ryantm/auto-update/fdroidserver
...
fdroidserver: 1.1.4 -> 1.1.5
2019-09-27 22:06:17 +02:00
Marek Mahut
96e52b3742
Merge pull request #69589 from r-ryantm/auto-update/kafkacat
...
kafkacat: 1.4.0 -> 1.5.0
2019-09-27 22:04:40 +02:00
markuskowa
d30961c538
Merge pull request #69597 from r-ryantm/auto-update/jam
...
jam: 2.6 -> 2.6.1
2019-09-27 13:52:33 +02:00
Jörg Thalheim
7ec88c7b5d
sbt: 1.2.8 -> 1.3.2 ( #69327 )
...
sbt: 1.2.8 -> 1.3.2
2019-09-27 09:57:26 +01:00
Mario Rodas
1992fcb027
Merge pull request #69612 from r-ryantm/auto-update/kubectx
...
kubectx: 0.6.3 -> 0.7.0
2019-09-27 03:21:12 -05:00
R. RyanTM
b14e64b21e
kubectx: 0.6.3 -> 0.7.0
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/kubectx/versions
2019-09-26 16:47:38 -07:00
R. RyanTM
6034acabd1
jam: 2.6 -> 2.6.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/jam/versions
2019-09-26 15:14:19 -07:00
Filipe Regadas
4e990b2ff5
fixup! Updated list of urls
2019-09-26 23:14:10 +01:00
Maximilian Bosch
61db4bc3b4
Merge pull request #69566 from r-ryantm/auto-update/git-quick-stats
...
git-quick-stats: 2.0.8 -> 2.0.9
2019-09-26 23:38:53 +02:00
R. RyanTM
aff9d8b1a2
kafkacat: 1.4.0 -> 1.5.0
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/kafkacat/versions
2019-09-26 14:24:59 -07:00
Lily Ballard
8686f44139
jazzy: 0.11.1 -> 0.11.2
2019-09-26 11:11:33 -07:00
R. RyanTM
29a7877a08
git-quick-stats: 2.0.8 -> 2.0.9
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/git-quick-stats/versions
2019-09-26 11:11:17 -07:00
Vincent Laporte
348c8947e0
ocamlPackages.utop: 2.4.1 → 2.4.2
...
Ensures compatibility with OCaml 4.09
2019-09-26 17:27:11 +00:00
R. RyanTM
f4b470545d
fdroidserver: 1.1.4 -> 1.1.5
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/fdroidserver/versions
2019-09-26 08:45:24 -07:00
Tim Steinbach
6ab2a81b3e
jenkins: 2.176.3 -> 2.190.1
2019-09-26 10:45:50 -04:00
Mario Rodas
941d3fc372
Merge pull request #69450 from r-ryantm/auto-update/autoflake
...
autoflake: 1.3 -> 1.3.1
2019-09-26 08:41:01 -05:00
Mario Rodas
8a6c8f904f
Merge pull request #69508 from r-ryantm/auto-update/buck
...
buck: 2019.06.17.01 -> 2019.09.12.01
2019-09-26 08:38:57 -05:00
Jörg Thalheim
287dbd1562
Merge pull request #69507 from tobim/pkgs/ccls
...
ccls: 0.20190823 -> 0.20190823.3
2019-09-26 12:52:40 +01:00
R. RyanTM
7c93929d3d
buck: 2019.06.17.01 -> 2019.09.12.01
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/buck/versions
2019-09-26 04:32:44 -07:00
Tobias Mayer
2963c8811e
ccls: 0.20190823 -> 0.20190823.3
2019-09-26 13:16:41 +02:00
R. RyanTM
1d542a7794
checkstyle: 8.23 -> 8.24
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/checkstyle/versions
2019-09-26 00:36:47 -07:00
R. RyanTM
e7c4781662
autoflake: 1.3 -> 1.3.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/autoflake/versions
2019-09-25 22:11:55 -07:00
Dmitry Kalinkin
b3472597b7
Merge branch 'staging-next' into staging
...
Fixes eval on darwin after #69072
Tested using maintainers/scripts/eval-release.sh before and after to see
that the fix works
2019-09-25 19:31:32 -04:00
Dmitry Kalinkin
c455adcc42
Merge branch 'master' into staging-next
...
Fixes eval on darwin after #69072
Resolved conflict in pkgs/tools/security/thc-hydra/default.nix
Basically had to revert a1c0e10564
which
adapts #69210 to master that doesn't yet have
329a88efa7
Tested using maintainers/scripts/eval-release.sh before and after to see
that the fix works
2019-09-25 19:21:46 -04:00
Filipe Regadas
cf72659ca0
fixup! Updated list of urls
2019-09-25 20:08:50 +01:00
Chuck
a45b3ad89f
makeWrapper: Remove unused extraFlagsArray feature
...
There is a bug in this feature: It allows extra arguments to leak in
from the environment. For example:
$ export extraFlagsArray=date
$ man ls
Note that you get the man page for date rather than for ls. This happens
because 'man' happens to use a wrapper (to add groff to its PATH).
An attempt to fix this was made in 5ae18574fc
in PR #19328 for
issue #2537 , but 1. That change didn't actually fix the problem because
it addressed makeWrapper's environment during the build process, not the
constructed wrapper script's environment after installation, and 2. That
change was apparently accidentally lost when merged with 7ff6eec5fd
.
Rather than trying to fix the bug again, we remove the extraFlagsArray
feature, since it has never been used in the public repo in the ten
years it has been available.
wrapAclocal continues to use its own, separate flavor of extraFlagsArray
in a more limited context. The analogous bug there was fixed in
4d7d10da6b
in 2011.
2019-09-25 09:23:09 -07:00
Max Wittig
92d5acb41a
gitlab-runner: 12.2.0 -> 12.3.0
2019-09-25 15:53:55 +02:00
Filipe Regadas
5cd72ae5c4
Updated list of urls
2019-09-25 10:50:02 +01:00
Christine Koppelt
e3dc1865d4
maven: 3.6.1 -> 3.6.2
2019-09-25 09:26:53 +02:00
Jörg Thalheim
94bd708252
Merge pull request #69337 from vbgl/ocamlformat-0.11.0
...
ocamlformat: 0.8 → 0.11.0
2019-09-24 10:54:25 +01:00
Jörg Thalheim
f3a9e9c226
ocamlPackages.camlp5: 7.08 → 7.10 ( #69185 )
...
ocamlPackages.camlp5: 7.08 → 7.10
2019-09-24 07:25:22 +01:00
Vladimír Čunát
192fb9d11b
Merge branch 'staging-next' into staging
2019-09-24 08:15:01 +02:00
Vladimír Čunát
eab41878ac
Merge branch 'master' into staging-next
2019-09-24 08:14:34 +02:00
Vincent Laporte
9c427a0c1e
ocamlformat: 0.8 → 0.11.0
2019-09-24 05:53:06 +00:00
Jörg Thalheim
bfed455de3
Merge pull request #68946 from volth/escape
...
treewide: fix string escapes
2019-09-24 04:19:12 +01:00
uHOOCCOOHu
d22b4859a1
valgrind: move perl to buildInputs
...
Perl is needed for `callgrind_{annotate,control}'.
2019-09-23 19:35:48 -04:00
Filipe Regadas
fbd3e7b9e5
Update sbt to 1.3.2
2019-09-23 22:22:55 +01:00
lewo
b7406b8eda
Merge pull request #68551 from nlewo/pr-skopeo
...
skopeo: 0.1.37 -> 0.1.39
2019-09-23 09:22:11 +02:00
Orivej Desh
e675e2763e
gdb: build with libipt
...
This adds support for "record btrace pt" command.
2019-09-22 21:34:32 +00:00
Orivej Desh
dc4224bc54
Merge branch 'master' into staging
...
* master: (36 commits)
libipt: set platforms to unix
licenses: refer to curl using spdx
qhull: specify spdx license
ocamlPackages.spacetime_lib: 0.1.0 -> 0.3.0
ocamlPackages.owee: 0.2 -> 0.3
nixFlakes: 2.4pre20190913_a25c022 -> 2.4pre20190922_382aa05
daemon: init at 0.6.4
k9s: 0.7.13 -> 0.8.4
cask: Use generated src/version from Melpa
python.pkgs.flask_oauthlib: remove
radeon-profile: 20170714 -> 20190903
radeon-profile: use Qt mkDerivation
afew: propagate setuptools
pythonPackages.flask-jwt-extended: 3.17.0 -> 3.23.0
mutt: 1.12.1 -> 1.12.2
unit: 1.10.0 -> 1.11.0
emacsPackages: Update elpa
emacsPackages: Update melpa
cask: Fix cask usage
git-lfs: use buildGoPackage
...
2019-09-22 21:33:00 +00:00
adisbladis
083c3b9251
cask: Use generated src/version from Melpa
2019-09-22 16:48:00 +01:00
adisbladis
4698473f45
Merge pull request #69204 from etu/fix-cask
...
cask: Fix cask usage
2019-09-22 16:47:47 +01:00
adisbladis
17bf171b13
Merge pull request #69229 from marsam/use-buildGoPackage
...
treewide: use buildGoPackage in packages which vendor dependencies
2019-09-22 16:36:54 +01:00
Robin Gloster
e8efeaac4f
Merge pull request #69196 from dtzWill/update/gdb-8.3.1
...
gdb: 8.3 -> 8.3.1
2019-09-22 16:58:00 +02:00
Jan Tojnar
f2b9f5baa5
Merge branch 'staging-next' into staging
2019-09-22 16:39:56 +02:00
Jan Tojnar
11c2b06dd2
Merge branch 'master' into staging-next
2019-09-22 16:39:12 +02:00
Jan Tojnar
f80e55fc2e
gtk3.setupHook: clear icon-theme.cache in preFixup ( #68552 )
...
gtk3.setupHook: clear icon-theme.cache in preFixup
2019-09-22 16:30:42 +02:00
Jörg Thalheim
d217fce304
bazel-buildtools: 0.28.0 -> 0.29.0 ( #68475 )
...
bazel-buildtools: 0.28.0 -> 0.29.0
2019-09-22 14:45:17 +01:00
Rémi NICOLE
20de44845d
bingrep: init at 0.7.0 ( #69021 )
2019-09-22 10:54:45 +00:00
Vladimír Čunát
6c567ed797
Merge branch 'staging-next' into staging
2019-09-22 10:06:45 +02:00
Vladimír Čunát
4e5b465052
patchelf: 0.10 -> 0.9 (downgrade!)
...
This is a partial revert of #58715 . Bumping the default caused problems
described in #69213 . I tested that the vscode corruption happened even
with the 0.10 pre-release, so I'm keeping patchelfUnstable on 0.10
(patchelfUnstable shouldn't cause a large rebuild anyway)
2019-09-22 09:47:36 +02:00
Vladimír Čunát
22a216849b
Re-Revert "Merge branch 'staging-next'"
...
This reverts commit f8a8fc6c7c
.
2019-09-22 09:38:09 +02:00
Mario Rodas
1e117cf7b1
Merge pull request #69189 from marsam/update-terraform-lsp
...
terraform-lsp: 0.0.6 -> 0.0.9
2019-09-21 17:43:42 -05:00
Mario Rodas
2ba55afe2f
Merge pull request #69154 from marsam/update-pgformatter
...
pgformatter: 4.0 -> 4.1
2019-09-21 17:43:05 -05:00
Mario Rodas
cc0a3221f5
Merge pull request #69190 from marsam/update-tflint
...
tflint: 0.11.1 -> 0.11.2
2019-09-21 16:24:47 -05:00
Vladimír Čunát
f8a8fc6c7c
Revert "Merge branch 'staging-next'"
...
This reverts commit 41af38f372
, reversing
changes made to f0fec244ca
.
Let's delay this. We have some serious regressions.
2019-09-21 20:05:09 +02:00
volth
1673f3d458
ammonite: add scala-2.13 version
2019-09-21 13:16:30 -04:00
Maximilian Bosch
a141d29fef
Merge pull request #67680 from gilligan/add-hydra-cli
...
hydra-cli: init at 0.2.0
2019-09-21 15:46:51 +02:00
Vladimír Čunát
41af38f372
Merge branch 'staging-next'
2019-09-21 13:14:09 +02:00
Elis Hirwing
4f297c2b6f
cask: Fix cask usage
...
Without python as a dependency I only get the following error:
/usr/bin/env: ‘python’: No such file or directory
2019-09-21 11:43:17 +02:00
Mario Rodas
d02d88feba
elfinfo: use buildGoPackage
2019-09-21 04:33:00 -05:00
Mario Rodas
04aee5f070
mkcert: use buildGoPackage
2019-09-21 04:25:00 -05:00
Mario Rodas
f6b9982ad6
golangci-lint: use buildGoPackage
2019-09-21 04:24:00 -05:00
Jörg Thalheim
f0fec244ca
ycmd: 2018-09-20 -> 2019-09-19; add optional golang completion ( #69163 )
...
ycmd: 2018-09-20 -> 2019-09-19; add optional golang completion
2019-09-21 09:45:23 +01:00
Will Dietz
d1f7bb2ad9
gdb: 8.3 -> 8.3.1
...
https://lists.gnu.org/archive/html/info-gnu/2019-09/msg00006.html
2019-09-21 02:51:02 -05:00
Mario Rodas
354b2ee016
terraform-lsp: 0.0.6 -> 0.0.9
2019-09-21 00:00:00 -05:00
Mario Rodas
5ee382a79a
tflint: 0.11.1 -> 0.11.2
...
Changelog: https://github.com/wata727/tflint/releases/tag/v0.11.2
2019-09-21 00:00:00 -05:00
Mario Rodas
7ffeba4315
flow: 0.107.0 -> 0.108.0
...
Changelog: https://github.com/facebook/flow/releases/tag/v0.108.0
2019-09-21 00:00:00 -05:00
Vincent Laporte
0c0e63d211
ocamlPackages.camlp5: 7.08 → 7.10
2019-09-21 03:35:39 +00:00
Matthew Bauer
d8b7b95ac6
Merge remote-tracking branch 'origin/master' into staging
2019-09-20 23:25:24 -04:00
Pierre Bourdon
ad4b97a233
redo-apenwarr: fix source URL
2019-09-20 22:31:08 +02:00
Sirio Balmelli
dee0cb7be5
ycmd: add gopls completer
...
ycmd gives 'no completer support' because of missing 'gopls'.
Add this as a conditional dependency.
Refactor the 'mkdir -p' step to be conditional per-dependency,
and placed just before the link step.
This is mostly for legibility but also pedantic correctness:
do not create a directory unless it will be used.
Signed-off-by: Sirio Balmelli <sirio@b-ad.ch>
2019-09-20 21:33:40 +02:00
Sirio Balmelli
7d21d6a680
ycmd: update build to 2019-09-19
...
Signed-off-by: Sirio Balmelli <sirio@b-ad.ch>
2019-09-20 21:33:40 +02:00
Sirio Balmelli
dfc7bdb1a3
ycmd: install phase copies all dirs below 'third_party'
...
Copy _all_ of 'third_party'.
Cherry-picking the contents of this dir is a fragile approach as
they change in later commits (breaking this build).
This approach continues to work on the current build,
and will not break with later versions of the project.
Signed-off-by: Sirio Balmelli <sirio@b-ad.ch>
2019-09-20 21:33:37 +02:00
Mario Rodas
22d77d950d
pgformatter: 4.0 -> 4.1
...
Changelog: https://github.com/darold/pgFormatter/releases/tag/v4.1
2019-09-20 08:30:00 -05:00
Frederik Rietdijk
f81d43b94c
Merge staging-next into staging
2019-09-19 17:00:07 +02:00
Frederik Rietdijk
0b12d44c06
Merge master into staging-next
2019-09-19 16:59:42 +02:00
Nikolay Korotkiy
ad4a3074c0
qtcreator: use Qt mkDerivation
2019-09-19 18:55:12 +09:00
Lily Ballard
aa413a0ce3
jazzy: 0.11.0 -> 0.11.1
2019-09-18 22:54:37 -07:00
Jörg Thalheim
0a784ab6aa
radare2: 3.8.0 -> 3.9.0
2019-09-19 04:53:56 +01:00
Mario Rodas
bc172c8780
circleci-cli: 0.1.2569 -> 0.1.5879
2019-09-18 18:00:00 -05:00
worldofpeace
b0c2aea20b
treewide: drop adding hicolor-icon-theme where possible
...
This was either for the setup-hook to remove caches or added
even though the respective icon theme propagated it.
2019-09-18 22:47:26 +02:00
Jan Tojnar
f5ef80b46d
Merge branch 'staging-next' into staging
2019-09-18 21:16:01 +02:00
Jan Tojnar
62791c3743
Merge branch 'master' into staging-next
2019-09-18 21:15:35 +02:00
markuskowa
19a51cd2cb
Merge pull request #68263 from moaxcp/micronaut
...
micronaut init at 1.2.1
2019-09-18 13:14:36 +02:00
Mario Rodas
f1747f0f88
Merge pull request #68966 from siriobalmelli-foss/fix/cargo-inspect
...
cargo-inspect: fix build on Darwin
2019-09-18 06:13:15 -05:00
John Mercier
b973a8e0d0
micronaut init at 1.2.1
2019-09-18 06:25:21 -04:00
Sirio Balmelli
7cb3992c6c
cargo-inspect: fix build on Darwin
...
package fails to build with 'ld: framework not found Security'
Solve by adding darwin.apple_sdk.frameworks.Security on Darwin.
Signed-off-by: Sirio Balmelli <sirio@b-ad.ch>
2019-09-18 10:10:28 +02:00
Mario Rodas
24d976e39f
terraform-lsp: 0.0.5 -> 0.0.6
...
Changelog: https://github.com/juliosueiras/terraform-lsp/releases/tag/v0.0.6
2019-09-17 23:48:00 -05:00
volth
8276314608
treewide: fix string escapes
2019-09-16 22:15:38 +00:00
Vladimír Čunát
268872d996
Merge branch 'staging-next' into staging
2019-09-16 19:25:54 +02:00
Vladimír Čunát
fa4a3af5a7
Merge branch 'master' into staging-next
2019-09-16 19:24:52 +02:00
Will Dietz
b86f9d6d46
bison: 3.4.1 -> 3.4.2, bugfix release ( #68734 )
2019-09-16 10:58:43 -04:00
Will Dietz
7f9a120147
elfinfo: 0.7.5 -> 0.7.6
2019-09-16 09:36:54 -05:00
Sirio Balmelli
a3757e6409
racerd: fix broken build on Darwin ( #68861 )
...
* racerd: fix broken build on Darwin
Build on Darwin failing with 'ld: framework not found Security'
Add buildInput darwin.apple_sdk.frameworks.Security
when building on Darwin.
Signed-off-by: Sirio Balmelli <sirio@b-ad.ch>
2019-09-15 21:25:59 -05:00
Mario Rodas
edc033a616
Merge pull request #67905 from marsam/add-pgformatter
...
pgformatter: init at 4.0
2019-09-15 11:38:08 -05:00
Aaron Andersen
3866029516
Merge pull request #68668 from pebbleKite/cue_version_bump
...
cue: 0.0.3 -> 0.0.11
2019-09-15 09:59:07 -04:00
Vladimír Čunát
b6c6e1f9e8
Merge branch 'master' into staging-next
2019-09-15 13:18:54 +02:00
Vladimír Čunát
c860babfe6
redo-apenwarr: fixup a hard evaluation error on Darwin
2019-09-15 13:17:37 +02:00
Franz Pletz
789760aa10
Merge pull request #68779 from mimame/update/maintainer
...
maintainer: mimadrid: update github username and personal data
2019-09-14 14:08:35 +00:00
Doron Behar
4a99b423fe
sccache: 0.2.10 -> 0.2.11
2019-09-14 15:18:12 +03:00
WilliButz
cbb6293dce
Merge pull request #68291 from Ma27/bump-hydra
...
hydra: 2019-05-06 -> 2019-08-30
2019-09-14 13:16:07 +02:00
Lily Ballard
a5d5133e9c
jazzy: 0.10.0 -> 0.11.0 ( #68766 )
...
* gem-config: fix sassc on darwin
By default the sassc gem compiles with LTO, but LTO is currently broken
on darwin.
* jazzy: 0.10.0 -> 0.11.0
2019-09-14 10:17:05 +00:00
Miguel Madrid Mencía
148c82e07e
maintainer: mimadrid: update github username and personal data
2019-09-14 12:15:46 +02:00
Vincent Laporte
5fed98e862
ocamlPackages.js_of_ocaml*: 3.3.0 -> 3.4.0
...
Ensures compatibility with OCaml 4.08
2019-09-14 06:54:35 +00:00
Mario Rodas
3243c157a3
Merge pull request #68646 from marsam/update-tflint
...
tflint: 0.11.0 -> 0.11.1
2019-09-13 23:15:58 -05:00
Austin Seipp
700cc56a0e
doctl: 1.18.0 -> 1.31.2
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2019-09-13 18:32:29 -05:00
zimbatm
d5817fa95a
rustup: 1.18.3 -> 1.19.0
2019-09-13 16:33:40 +00:00
Jörg Thalheim
a4bea6db8b
ccls: 0.20190314.1 -> 0.20190823 ( #67832 )
...
ccls: 0.20190314.1 -> 0.20190823
2019-09-13 16:34:32 +01:00
Robin Gloster
ec64d881cb
Merge pull request #65457 from ck3d/redo-0.42
...
redo-apenwarr: update to release 0.42 and added docs and checks
2019-09-13 17:28:26 +02:00
Jörg Thalheim
2e0c19121a
Merge branch 'master' into ccls
2019-09-13 16:26:21 +01:00
pebblekite
250a667892
cue: 0.0.3 -> 0.0.11
2019-09-13 18:01:33 +03:00
Christian Kögler
9b7e7e726e
redo-apenwarr: update to release 0.42 and added docs and checks
2019-09-13 15:43:50 +02:00
Mario Rodas
9a2e336c8a
tflint: 0.11.0 -> 0.11.1
...
Changelog: https://github.com/wata727/tflint/releases/tag/v0.11.1
2019-09-13 04:20:00 -05:00
Sascha Grunert
4c981b4ffe
buildah: 1.11.0 -> 1.11.1
...
Signed-off-by: Sascha Grunert <sgrunert@suse.com>
2019-09-13 09:04:21 +02:00
Jan Tojnar
a441eaa7b1
Merge branch 'staging-next' into staging
2019-09-12 22:49:43 +02:00
zimbatm
ab0308604b
cide: remove ( #68505 )
2019-09-12 22:02:26 +02:00
Roman Volosatovs
2a7c0f2ab9
conftest: 0.7.0 -> 0.12.0, ensure go 1.13 compatibility
2019-09-12 17:15:41 +02:00
Antoine Eiche
35399ad14b
skopeo: 0.1.37 -> 0.1.39
2019-09-12 14:29:34 +02:00
Tim Steinbach
dad77d59cb
ammonite: 1.6.9 -> 1.7.1
2019-09-12 08:06:57 -04:00
Peter Hoeg
0f95f6922d
buildah: minor cleanups
...
Was meant to be a part of 1.10.1 -> 1.11.0 but somebody else beat me to that.
2019-09-12 17:25:57 +08:00
Sascha Grunert
1593d91692
buildah: 1.10.1 -> 1.11.0
...
Signed-off-by: Sascha Grunert <sgrunert@suse.com>
2019-09-11 16:05:07 +02:00
Uri Baghin
b8ab4451b5
bazel-buildtools: 0.28.0 -> 0.29.0
2019-09-11 15:17:07 +10:00
Lily Ballard
0f34860540
tokei: 9.1.1 -> 10.0.1
...
Enable all crate features, which gets us alternative output formats.
Update description and add long description to match what's in the
GitHub repo.
Add myself as a maintainer.
2019-09-10 13:21:37 -07:00
Enno Lohmeier
90608a3892
drone: 0.8.6 -> 1.3.1
2019-09-10 11:31:19 +02:00
Jan Tojnar
1716d62f63
Merge branch 'staging-next' into staging
2019-09-10 07:06:45 +02:00
Domen Kožar
41ad32febe
Merge pull request #58715 from booxter/patchelf-version-bump
...
Bump patchelf and patchelfUnstable to 0.10
2019-09-09 16:51:51 +02:00
Izorkin
329a88efa7
treewide: replace mysql.connector-c to libmysqlclient
2019-09-09 15:55:34 +03:00
zimbatm
bcc8db0298
kind: 0.3.0 -> 0.5.1 ( #68319 )
2019-09-09 13:12:59 +02:00
Frederik Rietdijk
0107ee8c32
Merge pull request #68339 from NixOS/staging-next
...
Staging next with systemd 243
2019-09-09 10:02:20 +02:00
Marek Mahut
c55ff13fea
Merge pull request #68245 from jonringer/bump-grabserial
...
grabserial: 1.9.3 -> 1.9.8
2019-09-09 09:02:43 +02:00
Peter Hoeg
65fb1a053f
Merge pull request #67498 from peterhoeg/f/xxdiff
...
xxdiff: drop the old qt4 version in favour of qt5
2019-09-09 14:44:19 +08:00
Frederik Rietdijk
e3f25191c4
Merge staging-next into staging
2019-09-09 08:11:34 +02:00
Frederik Rietdijk
731c82a447
Merge pull request #68244 from NixOS/staging-next
...
Staging next that includes gcc8
2019-09-09 08:09:36 +02:00
Peter Hoeg
c78216067b
xxdiff: drop the old qt4 version in favour of qt5
2019-09-09 13:13:54 +08:00
Jörg Thalheim
21f61dde0d
nemiver: clean up ( #68333 )
...
nemiver: clean up
2019-09-09 06:03:39 +01:00
Matthieu Coudron
59d65e23e1
Merge pull request #68258 from teto/luarocks-nix_bump
...
Moved luarocks-nix to community and leverage luarocks mirrors when possible.
2019-09-09 12:41:54 +09:00
Jan Tojnar
3cdc583dd1
nemiver: rename from gnome3.nemiver
2019-09-09 02:06:57 +02:00
volth
7b8fb5c06c
treewide: remove redundant quotes
2019-09-08 23:38:31 +00:00
Frederik Rietdijk
b5284a56d9
asn2quickder: fix build
2019-09-08 22:48:47 +02:00
Marek Mahut
8977ae2d90
Merge pull request #68254 from scalavision/mill-update-0.5.1
...
mill: 0.5.0->0.5.1
2019-09-08 21:34:52 +02:00
Frederik Rietdijk
5f4734b1dd
Merge remote-tracking branch 'upstream/gcc-8' into staging-next
...
Earlier the gcc8 branch was merged instead of the gcc-8 branch (note the dash)...
2019-09-08 20:44:26 +02:00
Frederik Rietdijk
e73f871285
Merge master into staging-next
2019-09-08 14:49:25 +02:00
Mario Rodas
9254955151
tflint: 0.10.3 -> 0.11.0
...
Changelog: https://github.com/wata727/tflint/releases/tag/v0.11.0
2019-09-08 04:20:00 -05:00
Maximilian Bosch
f3ad897674
Merge pull request #68288 from Ma27/bump-nexus
...
nexus: 3.16.1-02 -> 3.18.1-01
2019-09-08 11:31:43 +02:00
Maximilian Bosch
b898c262c1
hydra: 2019-05-06 -> 2019-08-30
2019-09-08 01:25:25 +02:00
Maximilian Bosch
d381762334
nexus: 3.16.1-02 -> 3.18.1-01
...
https://help.sonatype.com/repomanager3/release-notes/2019-release-notes
2019-09-08 00:58:25 +02:00
Matthieu Coudron
4a3189085a
luarocks-nix: bump to 2019-09-07
...
added version and transferred the repostiory to nix-community.
With this bump, luarocks-nix generates mirro://luarocks urls.
2019-09-08 01:14:16 +09:00
Doron Behar
18b783b9bd
luarocks: 3.1.3 -> 3.2.1
2019-09-07 23:53:48 +09:00
adisbladis
723148f92e
elastic7: 7.0.1 -> 7.3.1
2019-09-07 12:48:42 +01:00
adisbladis
3ab433df34
elastic6: 6.7.2 -> 6.8.3
2019-09-07 12:43:40 +01:00
Jonathan Ringer
a4ca05f7eb
grabserial: 1.9.3 -> 1.9.8
2019-09-07 00:33:10 -07:00
Linus Heckemann
bcac886971
Revert "elfutils: add patch that fixes compilation under gcc8 ( #40705 )"
...
This reverts commit b12448c001
.
2019-09-07 07:20:19 +00:00
Frederik Rietdijk
e68505e735
Merge remote-tracking branch 'upstream/gcc8' into staging-next
2019-09-06 23:25:18 +02:00
Frederik Rietdijk
9894a70299
Merge staging into staging-next
2019-09-06 22:47:40 +02:00
Frederik Rietdijk
66bc7fc1b3
Merge master into staging-next
2019-09-06 22:46:05 +02:00
Ivan Kozik
96a099adb6
pyflame: fix the build on machines with kernel.yama.ptrace_scope > 0
2019-09-06 21:48:58 +02:00
Ivan Kozik
175827f1ed
pyflame: use pytest -v to see which tests are skipped
2019-09-06 21:48:58 +02:00
Roman Volosatovs
e8f20bfc8d
gotools: 2019-07-06 -> 2019-09-05
2019-09-06 21:16:06 +02:00
Will Dietz
718dbcaf13
bear: 2.4.1 -> 2.4.2
2019-09-06 21:14:08 +02:00
Daniël de Kok
05a0bf99c9
maturin: 0.7.1 -> 0.7.2
...
GitHub release:
https://github.com/PyO3/maturin/releases/tag/v0.7.2
This release provides some cross-compilation fixes.
2019-09-06 19:18:08 +02:00
Vlad Artamonov
25ac92e825
dep: 0.5.1 -> 0.5.4
2019-09-06 19:17:03 +02:00
Jan Tojnar
8563088e69
Merge branch 'staging-next' into staging
2019-09-06 16:55:45 +02:00
Jan Tojnar
f9237f3152
Merge branch 'master' into staging-next
2019-09-06 16:55:11 +02:00
adisbladis
a3032415f7
kibana5: Remove EOL package
2019-09-06 14:30:49 +01:00
Benjamin Hipple
7d3b44c9be
waf: 2.0.15 -> 2.0.18
2019-09-06 14:35:59 +02:00
scalavision
24ebaf4f64
mill: 0.5.0->0.5.1
2019-09-06 10:26:30 +02:00
Jan Tojnar
cdf426488b
Merge branch 'master' into staging-next
...
Fixed trivial conflicts caused by removing rec.
2019-09-06 03:20:09 +02:00
Jan Tojnar
ed54a5b51d
Merge branch 'gtk-no-plus'
2019-09-06 02:57:51 +02:00
Jan Tojnar
72e7d569a7
tree-wide: s/GTK+/GTK/g
...
GTK was renamed.
2019-09-06 02:54:53 +02:00
Jörg Thalheim
a7c12f59f8
Merge pull request #68140 from esclear/fix-cutter
...
Fix radare2-cutter: Wrap Cutter with Qt wrapper
2019-09-05 15:46:38 +01:00
Daniel Albert
5864b89767
Fix radare2-cutter: Wrap Cutter with Qt wrapper
...
Cutter would not find Qt plugins. This is fixed by wrapping it.
2019-09-05 16:18:37 +02:00
Mario Rodas
584ca4c8ee
flow: 0.106.0 -> 0.107.0
...
Changelog: https://github.com/facebook/flow/releases/tag/v0.107.0
2019-09-04 20:00:00 -05:00
Jan Tojnar
e7cccdbb13
Merge pull request #68105 from jtojnar/meson-darwin-fix
...
meson: fix darwin patch
2019-09-04 16:59:33 +02:00
Jan Tojnar
1be03500d5
meson: fix darwin patch
...
Somehow I missed this in https://github.com/NixOS/nixpkgs/pull/67596
2019-09-04 16:10:56 +02:00
Vladimír Čunát
4aad2947f8
Merge branch 'master' into staging-next
2019-09-04 11:00:56 +02:00
Franz Pletz
de85797565
Merge remote-tracking branch 'origin/master' into gcc-8
2019-09-03 22:15:07 +02:00
Jörg Thalheim
bf14c2076c
radare2: 3.7.0 -> 3.8.0
2019-09-03 14:49:35 +01:00
Guillaume Bouchard
67904dccbb
bazel: 0.28.1 -> 0.29.0
...
- Upgraded dependencies
- dependencies script upgraded to take into account new WORKSPACE
rules
- Tests now depends on the `distdir`
Runtime bazel now also depends on the `distdir` setting which appears
in the global configuration file. This increases the bazel closure
size by 85 MO for stuffs which can normally be downloaded at runtime
by bazel. However, any invocation of `buildBazelPackage` (such as in
`bazel-watcher`) may fail in nix sandbox if theses files are not
available at runtime.
If this overhead is too important, we may later evolve to a finer
grained solution, where buildBazelPackage declares the list of
necessary dependencies.
2019-09-03 13:12:53 +02:00
Marek Mahut
3802b4113a
Merge pull request #67984 from marsam/update-devpi-server
...
devpi-server: 4.9.0 -> 5.1.0
2019-09-03 11:01:13 +02:00
Mario Rodas
b9329a88b9
devpi-server: 4.9.0 -> 5.1.0
2019-09-02 22:00:00 -05:00
Mario Rodas
9bd820c542
dive: 0.7.2 -> 0.8.0
2019-09-02 20:46:48 -05:00
Vladimír Čunát
f21211ebfe
Merge branch 'master' into staging
2019-09-02 23:25:24 +02:00
Emily
d13e64641d
icestorm: use libftdi1 rather than libftdi
2019-09-02 16:11:17 -05:00
Emily
c9625fa9ac
icestorm: 2019.08.15 -> 2019.08.31
2019-09-02 16:11:17 -05:00
Mario Rodas
0e04dfdccb
pgformatter: init at 4.0
2019-09-01 16:20:00 -05:00
Emily
2450e41497
trellis: 2019.08.09 -> 2019.09.01
2019-09-01 14:22:49 -05:00
Ivan Kozik
78d1b2d29e
cargo-watch: enable for darwin
2019-09-01 09:45:02 +00:00
Marek Mahut
29e7629318
Merge pull request #67865 from ivan/init-diesel-cli
...
diesel-cli: init at 1.4.0
2019-09-01 08:51:32 +02:00
Marek Mahut
05fbc579cd
Merge pull request #67815 from xrelkd/add/cargo-watch
...
cargo-watch: init at 7.2.1
2019-09-01 08:28:14 +02:00
Ivan Kozik
1ac28e704f
diesel-cli: init at 1.4.0
...
Fixes #67797 .
2019-09-01 03:39:23 +00:00
Aaron Andersen
945f47a139
Merge pull request #66099 from timor/udis86
...
udis86: init at 1.7.2
2019-08-31 17:50:43 -04:00
Marek Mahut
24f182bc42
Merge pull request #67783 from jollheef/out-of-tree-v1.1.0
...
out-of-tree: 1.0.1 -> 1.1.1
2019-08-31 22:29:08 +02:00
Frederik Rietdijk
98ef78326d
Merge staging-next into staging
2019-08-31 18:07:33 +02:00
Frederik Rietdijk
96e5474329
Merge master into staging-next
2019-08-31 18:04:31 +02:00
Aaron Andersen
6951cbeea9
Merge pull request #66238 from jonringer/update-vulkan
...
Update vulkan packages
2019-08-31 11:45:50 -04:00
timor
09781e81c3
udis86: init at 1.7.2
2019-08-31 16:38:26 +02:00
MetaDark
5c22c8ba94
ccls: 0.20190314.1 -> 0.20190823
2019-08-31 10:03:32 -04:00
volth
7bb6b373ab
treewide: name -> pname ( #67513 )
2019-08-31 07:41:22 -04:00
Aaron Andersen
e916439453
Merge pull request #67812 from danieldk/maturin-0.7.1
...
maturin: 0.7.0 -> 0.7.1
2019-08-31 06:57:00 -04:00
Samuel Leathers
4b515cf6ef
Merge remote-tracking branch 'upstream/master' into staging-next
...
* upstream/master:
vimPlugins: update (#67823 )
mattermost-desktop: 4.2.0 -> 4.2.3 (#67717 )
lightspark: init at 0.8.1 (#67425 )
anki: 2.1.11 -> 2.1.14 (#67738 )
nixos/{namecoind,bitcoind}: removing the altcoin prefix
rust-cbindgen: 0.8.7 -> 0.9.0
2019-08-31 06:53:44 -04:00
Aaron Andersen
4c6b09d134
Merge pull request #67618 from endocrimes/i-gotestsum
...
gotestsum: Init at 0.3.5
2019-08-31 06:45:13 -04:00
Andreas Rammhold
5fd022d65c
Merge pull request #65856 from jonringer/bump-cbindgen
...
rust-cbindgen: 0.8.7 -> 0.9.0
2019-08-31 11:45:36 +02:00
Mikhail Klementev
c2cd35c4cb
out-of-tree: 1.0.1 -> 1.1.1
2019-08-31 08:16:45 +00:00
Danielle Lancashire
1c9253ce2b
gotestsum: Init at 0.3.5
2019-08-31 10:09:32 +02:00
Frederik Rietdijk
ad1d58c622
Merge staging-next into staging
2019-08-31 10:04:20 +02:00
Frederik Rietdijk
fc74ba8291
Merge master into staging-next
2019-08-31 09:50:38 +02:00
xrelkd
18508dcb6a
cargo-watch: init at 7.2.1
2019-08-31 14:47:01 +08:00
Daniël de Kok
72f711eada
maturin: 0.7.0 -> 0.7.1
...
Change:
- maturin build --interpreter/maturin publish --interpreter builds
only a source distribution.
2019-08-31 07:36:28 +02:00
Andreas Herrmann
1bf70fd2f1
bazel: cctools runtime dependency on darwin ( #66724 )
...
The bazel build patches paths like `/usr/bin/install_name_tool` to refer
to `${cctools}/bin/install_name_tool` instead. If the corresponding
runtime dependency is not denoted, then darwin users can encounter "file
not found" errors, e.g. when they fetch bazel from a binary cache and
don't have `cctools` in their own nix store.
2019-08-30 22:35:33 -06:00
Aaron Andersen
27bd71c008
Merge pull request #67668 from strager/iwyu-0.12
...
include-what-you-use: 0.10 -> 0.12
2019-08-30 20:41:51 -04:00
Maximilian Bosch
1a1d1bc389
Merge pull request #67786 from danieldk/maturin
...
maturin: 0.6.1 -> 0.7.0
2019-08-31 01:44:25 +02:00
Ihar Hrachyshka
59bed0a7b3
Adjust patchelfUnstable to patchelf derivation layout
2019-08-30 13:18:10 -07:00
Ihar Hrachyshka
0611b32e92
patchelf: fixed tests for musl
...
The recipe is copied from patchelfUnstable.
2019-08-30 13:18:06 -07:00
Ihar Hrachyshka
f345dc1dad
Bump patchelfUnstable to 0.10
...
This is to reflect the bump for regular version. We are leaving
patchelfUnstable b/c in the future we may need it to get the very latest
patches to patchelf again.
2019-08-30 13:17:58 -07:00
Ihar Hrachyshka
d7fb15024f
Bump patchelf to 0.10
...
This release contains three years of bug fixes and improvements.
2019-08-30 13:17:01 -07:00
zimbatm
3d0af7848c
Merge pull request #67607 from zimbatm/verifpal-0.2
...
verifpal: init at 0.2
2019-08-30 21:56:52 +02:00
zimbatm
027b117fee
pigeon: init at 20160310
2019-08-30 21:56:12 +02:00
Daniël de Kok
7e29ce8a77
maturin: 0.6.1 -> 0.7.0
...
pyo3-pack has been renamed to maturin version 0.7.0. Other larger
changes are:
- Mixed rust/python layout
- Added PEP 517 support
- Support settings all applicable fields from the python core
metadata specification in Cargo.toml
2019-08-30 20:59:44 +02:00
adisbladis
41d1b8fa88
emacsPackages: Drop old emacsPackages (non-NG) sets
...
These have been deprecated for a long time now and has not seen much maintenance.
2019-08-30 16:43:16 +01:00
Marek Mahut
65f7fa4f6e
Merge pull request #67333 from nlewo/pr-yq-go
...
yq-go: init at 2.4.0
2019-08-30 13:36:31 +02:00
tobias pflug
11ec70c0ff
hydra-cli: init at 0.2.0
2019-08-30 11:33:21 +02:00
Marek Mahut
b122bbf116
Merge pull request #67743 from averelld/gradle-upgrade
...
gradle: 5.3.1 -> 5.6.1
2019-08-30 10:46:27 +02:00
Marek Mahut
58b2798859
Merge pull request #67685 from xrelkd/update/cargo-bloat
...
cargo-bloat: 0.8.2 -> 0.8.3
2019-08-30 10:40:40 +02:00
Marek Mahut
2bcc36ee3d
Merge pull request #67647 from artemist/one_gadget
...
one_gadget: 1.6.2 → 1.7.2
2019-08-30 10:25:27 +02:00
Antoine Eiche
984acf8004
yq-go: init at 2.4.0
2019-08-30 10:17:55 +02:00
Marek Mahut
d9e7601926
Merge pull request #67658 from averelld/lsof-update
...
lsof: 4.91 -> 4.93.2
2019-08-30 10:17:48 +02:00
Averell Dalton
a7a6528c61
lsof: 4.91 -> 4.93.2
2019-08-30 06:51:12 +02:00
Averell Dalton
9a2f83feb9
gradle: 5.3.1 -> 5.6.1
2019-08-30 04:37:56 +02:00
Tim Steinbach
3e30f3e1f9
jenkins: 2.176.2 -> 2.176.3
2019-08-29 12:40:21 -04:00
xrelkd
17e833d8e5
cargo-bloat: 0.8.2 -> 0.8.3
2019-08-29 20:08:20 +08:00
xrelkd
b5977ddd8e
cargo-web: 0.6.25 -> 0.6.26
2019-08-29 18:03:52 +08:00
Matthew Glazar
7ba8b728dc
include-what-you-use: 0.10 -> 0.12
...
Release notes:
https://github.com/include-what-you-use/include-what-you-use/releases/tag/clang_8.0
IWYU version 0.12 is based on LLVM/Clang version 8.0.
2019-08-28 22:31:57 -07:00
Jan Tojnar
2d00fed978
Merge pull request #67596 from jtojnar/meson-0.51.2
...
meson: 0.50.1 → 0.51.2
2019-08-29 00:31:45 +02:00
Jan Tojnar
b03016bf66
meson: 0.50.1 → 0.51.2
...
https://mesonbuild.com/Release-notes-for-0-51-0.html
2019-08-28 22:22:35 +02:00
Artemis Tosini
a4ca80771e
one_gadget: 1.6.2 → 1.7.2
2019-08-28 19:29:17 +00:00
Imuli
7863697575
fly: 5.3.0 -> 5.4.1 ( #67633 )
2019-08-28 12:30:18 -06:00
volth
08f68313a4
treewide: remove redundant rec
2019-08-28 11:07:32 +00:00
Vincent Laporte
f7387ad383
ocamlPackages.utop: 2.3.0 -> 2.4.1
...
ocamlPackages.zed: 1.6 -> 2.0.3
ocamlPackages.lambdaTerm: 1.13 -> 2.0.2
2019-08-28 06:36:57 +00:00
Frederik Rietdijk
5061fe0c2c
Merge staging-next into staging
2019-08-28 08:26:42 +02:00
Frederik Rietdijk
98640fd482
Merge master into staging-next
2019-08-27 16:36:47 +02:00
Marek Mahut
9760593a52
Merge pull request #67531 from jonringer/bump-texi2html
...
texi2html: 1.82 -> 5.0
2019-08-27 10:35:45 +02:00
Marek Mahut
c0e2e095c8
Merge pull request #67512 from jlesquembre/skaffold
...
skaffold: 0.35.0 -> 0.36.0
2019-08-27 10:08:25 +02:00
Mario Rodas
7a4a8e0089
Merge pull request #67499 from marsam/update-tflint
...
tflint: 0.10.1 -> 0.10.3
2019-08-26 23:14:34 -05:00
volth
35d68ef143
treewide: remove redundant quotes
2019-08-26 21:40:19 +00:00
Jonathan Ringer
38f810ea33
texi2html: 1.82 -> 5.0
2019-08-26 13:16:43 -07:00
obadz
a9b4e7592f
Merge pull request #66299 from jdanekrh/jd_fsharp_update_mono
...
fsharp41: 4.1.7 -> 4.1.34; mono = mono6
2019-08-26 19:53:30 +01:00
José Luis Lafuente
1fe6e41ccc
skaffold: 0.35.0 -> 0.36.0
2019-08-26 18:52:37 +02:00
Peter Hoeg
ffbf1db5c2
sqlitebrowser: build on darwin too
2019-08-26 19:20:59 +08:00
Peter Hoeg
96f5d7941a
sqlitebrowser: do not use vendored qscintilla
2019-08-26 19:09:59 +08:00
Peter Hoeg
780e656e8a
Merge pull request #67486 from peterhoeg/f/astyle
...
astyle: use cmake to avoid having to manually manage the build
2019-08-26 18:47:39 +08:00
Mario Rodas
01efdec356
tflint: 0.10.1 -> 0.10.3
...
Changelog: https://github.com/wata727/tflint/releases/tag/v0.10.3
2019-08-26 04:20:00 -05:00
Peter Hoeg
076f9d88dd
astyle: use cmake to avoid having to manually fix up LDFLAGS
2019-08-26 16:40:04 +08:00
Roman Volosatovs
3f4144c30a
gofumpt: Init at 2019-07-29 ( #66892 )
2019-08-25 18:29:21 -06:00
worldofpeace
3f36ec5d33
Merge pull request #67136 from jollheef/out-of-tree-v1.0.1
...
out-of-tree: init at 1.0.1
2019-08-25 14:54:51 -04:00
Robin Gloster
616b8343c4
Merge remote-tracking branch 'upstream/master' into gcc-8
2019-08-25 18:55:46 +02:00
Vladimír Čunát
985d1ac425
Merge branch 'master' into staging-next
...
There were several more conflicts from name -> pname+version;
all auto-solved by kdiff3, hopefully OK.
Hydra nixpkgs: ?compare=1538611
2019-08-25 14:57:11 +02:00
Mikhail Klementev
abf17cb6ac
out-of-tree: init at 1.0.1
2019-08-25 12:32:59 +00:00
Vladimír Čunát
e19b17cc14
rust-bindgen: fixup build with rustc 1.37
...
Thanks to Symphorien: #67426
2019-08-25 14:23:01 +02:00
worldofpeace
0e1992e17b
dfeet: 0.3.14 -> 0.3.15
...
Port to meson.
https://gitlab.gnome.org/GNOME/d-feet/blob/0.3.15/NEWS
2019-08-24 16:15:23 -04:00
Vladyslav M
814936b96f
cargo-expand: 0.4.14 -> 0.4.15 ( #67405 )
...
cargo-expand: 0.4.14 -> 0.4.15
2019-08-24 22:47:52 +03:00
Jan Tojnar
edcecfee00
Merge pull request #67358 from jtojnar/ofono-progress
...
nixos/ofono: various improvements
2019-08-24 21:37:42 +02:00
xrelkd
8da18fc8e3
cargo-expand: 0.4.14 -> 0.4.15
2019-08-25 02:58:38 +08:00
Robert Scott
6e921f77ff
cloudfoundry-cli: 6.45.0 -> 6.46.1
2019-08-24 16:21:37 +01:00
Profpatsch
ffbad0f656
tree-sitter: init at 0.15.7
2019-08-24 15:13:47 +02:00
Vladimír Čunát
2e6bf42a22
Merge branch 'master' into staging-next
...
There ver very many conflicts, basically all due to
name -> pname+version. Fortunately, almost everything was auto-resolved
by kdiff3, and for now I just fixed up a couple evaluation problems,
as verified by the tarball job. There might be some fallback to these
conflicts, but I believe it should be minimal.
Hydra nixpkgs: ?compare=1538299
2019-08-24 08:55:37 +02:00
Jan Tojnar
877dc46d24
ofono-phonesim: init at unstable-2014-04-22
2019-08-23 20:47:33 +02:00
Linus Heckemann
25559a5597
Merge pull request #22357 from NixOS/openssl-1.1
...
Use openssl 1.1 by default
2019-08-23 17:51:52 +02:00
Linus Heckemann
d1d602f559
Merge remote-tracking branch 'origin/master' into openssl-1.1
2019-08-23 17:27:39 +02:00
worldofpeace
a4083fb455
Merge pull request #67236 from Chiiruno/dev/general
...
Update: easyjson, quicktemplate, statik, qtchan, vlang
2019-08-23 11:14:00 -04:00
Robin Gloster
8279e5faab
Merge pull request #67294 from bachp/gitlab-runner-12.2.0
...
gitlab-runner: 12.1.0 -> 12.2.0
2019-08-23 14:49:19 +02:00
Mario Rodas
f7c9670cd8
dune: add marsam as maintainer
2019-08-23 12:33:38 +00:00
Mario Rodas
2898679f15
dune: 1.11.1 -> 1.11.3
2019-08-23 12:33:38 +00:00
Markus Hauck
8f8d9abca4
coursier: 1.1.0-M14-6 -> 2.0.0-RC3-3
2019-08-23 07:28:08 -04:00
markuskowa
8120fb6ec4
Merge pull request #67291 from dtzWill/gengetopt-2.23
...
gengetopt: 2.22.6 -> 2.23
2019-08-23 12:43:43 +02:00
Maximilian Bosch
19094ee62a
Merge pull request #67330 from markus1189/scalafmt
...
scalafmt: 2.0.0 -> 2.0.1
2019-08-23 11:19:03 +02:00
Marek Mahut
ca117762f3
Merge pull request #66866 from r-ryantm/auto-update/fdroidserver
...
fdroidserver: 1.1.1 -> 1.1.4
2019-08-23 09:52:58 +02:00
Markus Hauck
3257ffc48d
scalafmt: 2.0.0 -> 2.0.1
2019-08-23 09:29:09 +02:00
Emily
0c1c67f257
trellis: extend platforms
2019-08-23 02:14:40 -05:00
Emily
39bf5d5ec7
icestorm: 2019.08.08 -> 2019.08.15
2019-08-23 02:14:40 -05:00
Okinan
82af5e4d51
statik: 2018-11-28 -> 2019-07-31
2019-08-23 01:57:23 -05:00
Okinan
44a00b3be9
quicktemplate: 2019-01-31 -> 2019-07-08
2019-08-23 01:57:18 -05:00
Okinan
5b946d8e83
easyjson: 2019-02-21 -> 2019-06-26
2019-08-23 01:56:59 -05:00
Marek Mahut
6abd6c36d2
Merge pull request #66927 from peterhoeg/u/tora
...
tora: 3.1 -> 3.2.176
2019-08-23 08:34:03 +02:00
Mario Rodas
4dc585c44e
flow: 0.105.2 -> 0.106.0
2019-08-23 06:10:00 +00:00
Marek Mahut
c805c7657d
Merge pull request #67271 from dtzWill/update/solarus-1.6.2
...
solarus{,-quest-editor}: 1.6.0 -> 1.6.2
2019-08-23 08:06:24 +02:00
Mario Rodas
dfc6d580bc
tflint: 0.9.3 -> 0.10.1 ( #67317 )
2019-08-22 20:44:40 -06:00
Mario Rodas
eb02fa5d43
mkcert: 1.3.0 -> 1.4.0 ( #67314 )
...
Changelog: https://github.com/FiloSottile/mkcert/releases/tag/v1.4.0
2019-08-22 20:44:13 -06:00
Robin Gloster
2cc05be907
treewide: openssl_1_1 pinning is unnecessary
2019-08-23 02:02:50 +02:00
Robin Gloster
c7e75df21f
Merge remote-tracking branch 'upstream/master' into openssl-1.1
2019-08-23 02:00:31 +02:00
Marek Mahut
ea2ca805ec
Merge pull request #67252 from MarcFontaine/cddl-tool
...
cddl: 0.8.5 -> 0.8.9
2019-08-22 23:05:37 +02:00
Marek Mahut
7b3fbc2988
Merge pull request #67254 from MarcFontaine/cbor-diag-tool
...
cbor-diag: 0.5.2 -> 0.5.6
2019-08-22 23:02:18 +02:00
Pascal Bach
c6378b36df
gitlab-runner: 12.1.0 -> 12.2.0
2019-08-22 21:56:49 +02:00
Will Dietz
a3baa41e0b
gengetopt: 2.22.6 -> 2.23
...
https://www.gnu.org/software/gengetopt/NEWS
* deps, parallel build
2019-08-22 14:12:23 -05:00
Marek Mahut
085fe1ae7a
Merge pull request #67237 from mmahut/osslsigncode
...
osslsigncode: init at unstable-2019-07-25
2019-08-22 20:46:48 +02:00
Marek Mahut
c6edb741c1
osslsigncode: init at unstable-2019-07-25
2019-08-22 20:22:54 +02:00
Will Dietz
a986f7d46c
solarus{,-quest-editor}: use qt's mkDerivation, fix
2019-08-22 13:10:53 -05:00
Will Dietz
4b9f0774bf
solarus{,-quest-editor}: 1.6.0 -> 1.6.2
...
https://www.solarus-games.org/en/news/2019-08-15-solarus-1-6-2-bugfix-release
2019-08-22 13:10:50 -05:00
Sean Coates
680ebf6842
aws-sam-cli: update requests dependency to 2.22.0
2019-08-22 13:09:10 -04:00
Sarah Brofeldt
2bebade1fb
Merge pull request #67220 from edef1c/wishbone-tool
...
wishbone-tool: init at 0.2.8
2019-08-22 14:15:25 +02:00
MarcFontaine
6941695470
cbor-diag: 0.5.2 -> 0.5.6
2019-08-22 13:23:15 +02:00
edef
e9ccd6fa3d
wishbone-tool: init at 0.2.8
2019-08-22 11:09:45 +00:00
MarcFontaine
85bbd3c17f
cddl: 0.8.5 -> 0.8.9
2019-08-22 12:52:43 +02:00