Commit Graph

12579 Commits

Author SHA1 Message Date
oxalica c90e6dd06d
rust-analyzer: 2020-06-08 -> 2020-07-13 2020-07-14 20:15:55 +08:00
oxalica 1cb300ac2a
rust-analyzer: fix update script and avoid updating nodePackages if possible 2020-07-14 19:02:04 +08:00
Jonas Schievink 720a9358dd nrfutil: 5.2 -> 6.1 2020-07-13 23:25:43 +02:00
Maximilian Bosch 514afd26bc
rustracer: 2.1.30 -> 2.1.33, fix build
ChangeLog: https://github.com/racer-rust/racer/blob/v2.1.33/CHANGELOG.md#2132
Broken build: https://hydra.nixos.org/build/123837796

Please note that I intentionally didn't bump to `2.1.35` since it
requires nightly features. `2.1.33` is the latest version which supports
our current `rustc`-version (1.44.1) on nixpkgs `master`.

Closes #89481
2020-07-13 22:46:22 +02:00
Daniël de Kok 4ba7e9aa8e rocm-cmake: init at 3.5.0 2020-07-13 20:00:20 +02:00
Daniël de Kok 9730290b77
Merge pull request #92939 from RaghavSood/mage/1.10.0
mage: 1.9.0 -> 1.10.0
2020-07-13 15:56:40 +02:00
Jan Tojnar 0e4bdc9f6e
flatpak-builder: 1.0.10 → 1.0.11
https://github.com/flatpak/flatpak-builder/releases/tag/1.0.11

Also try to fix: https://github.com/NixOS/nixpkgs/issues/73325
2020-07-13 07:25:49 +02:00
Vladimír Čunát 377324ca6d
Merge branch 'staging-next' (PR #91090) 2020-07-13 07:13:56 +02:00
Maximilian Bosch e072276cf2
Merge pull request #93015 from equirosa/lazygit
lazygit: 0.20.5 -> 0.20.6
2020-07-12 23:37:50 +02:00
markuskowa 8a48fe1682
Merge pull request #92815 from ck3d/add-redo-c
redo-c: Init at 0.2
2020-07-12 23:07:30 +02:00
Jan Tojnar d8ac41f863
meson: 0.54.2 → 0.55.0
https://mesonbuild.com/Release-notes-for-0-55-0.html
https://github.com/mesonbuild/meson/releases/tag/0.55.0
https://github.com/mesonbuild/meson/compare/0.54.2...0.55.0
2020-07-12 19:56:33 +02:00
Jan Tojnar c19222143e
meson: clean up 2020-07-12 19:56:24 +02:00
Eduardo Quiros 6c70cee85a lazygit: 0.20.5 -> 0.20.6
new version released with some improvements and a couple fixes:
https://github.com/jesseduffield/lazygit/releases/tag/v0.20.6
2020-07-12 11:50:04 -06:00
Oleksii Filonenko a2e8547c36
Merge pull request #92913 from equirosa/lazygit
lazygit: 0.20.4 -> 0.20.5
2020-07-12 12:37:10 +03:00
Daniël de Kok 4c40111f1d maturin: 0.8.1 -> 0.8.2
The changelog is not updated, so this has to do:

https://github.com/PyO3/maturin/compare/v0.8.1...v0.8.2
2020-07-12 07:26:44 +02:00
Daniël de Kok e8d7851e00
Merge pull request #92943 from minijackson/cargo-inspect-0.10.3
cargo-inspect: 0.10.1 -> 0.10.3
2020-07-11 20:09:27 +02:00
Minijackson ca343e5398
cargo-inspect: 0.10.1 -> 0.10.3 2020-07-11 18:26:40 +02:00
Raghav Sood 881c92f68f
mage: 1.9.0 -> 1.10.0 2020-07-11 16:06:12 +00:00
Eduardo Quiros 40f4cbbd7c lazygit: 0.20.4 -> 0.20.5
new version released with a small improvement
https://github.com/jesseduffield/lazygit/releases/tag/v0.20.5
2020-07-11 02:10:54 -06:00
Frederik Rietdijk a3a40ac7cc Merge staging-next into staging 2020-07-11 09:00:18 +02:00
Frederik Rietdijk ae8eee9c3f Merge master into staging-next 2020-07-11 08:59:54 +02:00
Mario Rodas c87c474b17
Merge pull request #92901 from r-ryantm/auto-update/rustup
rustup: 1.21.1 -> 1.22.1
2020-07-10 22:32:18 -05:00
R. RyanTM 0d68512749 rustup: 1.21.1 -> 1.22.1 2020-07-11 01:11:05 +00:00
Silvan Mosberger 75ee18766a
yarn2nix: Don't pass yarnNix to mkDerivation (#92856)
The generated yarnNix file doesn't need to be part of the mkDerivation.
And doing so prevents other platforms from reproducibly instantiating
it. With this change you can e.g. do

  darwinPkgs.yarn2nix.mkYarnPackage {
    # ...
    yarnNix = pkgs.yarn2nix.mkYarnNix {
      yarnLock = ./yarn.lock;
    };
  }

Which is a darwin derivation, but can still be instantiated reproducibly on Linux.
2020-07-10 16:24:03 +00:00
Jörg Thalheim 33b5621ef6
Merge pull request #92794 from dguibert/dg/cross-texinfo-interactive 2020-07-10 07:28:39 +01:00
David Guibert b92c2c666c
Update cross-tools-flags.patch 2020-07-10 08:07:35 +02:00
Christian Kögler 30a2f40336 redo-c: Initial 0.2 2020-07-10 00:48:57 +02:00
David Guibert a2eb391e8f fix pkgsCross.*.texinfoInteractive
This fixes #86166 to build cross compilied texinfoInteractive.
BUILD_CC has been renamed to CC_FOR_BUILD so the patch needs to applied
this renaming.

tested on: pkgsCross.armv7l-hf-multiplatform.texinfoInteractive
2020-07-09 17:19:09 +02:00
Austin Seipp e494368606
trellis: 2020.06.12 -> 2020.06.29
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2020-07-09 09:12:42 -05:00
Austin Seipp f22c718e17
icestorm: 2020.04.22 -> 2020.07.08
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2020-07-09 09:12:42 -05:00
Mario Rodas 61f57d850e
Merge pull request #92729 from r-ryantm/auto-update/tfsec
tfsec: 0.21.0 -> 0.23.2
2020-07-08 19:10:11 -05:00
Mario Rodas aa5ee82db2
tfsec: add ldflags 2020-07-08 18:55:18 -05:00
Ryan Mulligan f2ff245bfd
Merge pull request #92730 from r-ryantm/auto-update/the-way
the-way: 0.3.2 -> 0.4.0
2020-07-08 11:54:47 -07:00
R. RyanTM b9d29dad13 the-way: 0.3.2 -> 0.4.0 2020-07-08 16:58:51 +00:00
R. RyanTM 4b0ab3f2a4 tfsec: 0.21.0 -> 0.23.2 2020-07-08 16:49:39 +00:00
Mario Rodas 9b2a1ea654
Merge pull request #92688 from r-ryantm/auto-update/golangci-lint
golangci-lint: 1.27.0 -> 1.28.1
2020-07-08 07:52:39 -05:00
Daniël de Kok d915b7223a
Merge pull request #92657 from CRTified/pkg/cc-tool
cc-tool: Init at unstable-2020-05-19
2020-07-08 14:16:30 +02:00
CRTified cc1fadf581 cc-tool: init at unstable-2020-05-19 2020-07-08 13:30:53 +02:00
Mario Rodas 27ac9620c6 golangci-lint: update meta 2020-07-08 04:22:00 -05:00
Mario Rodas 4568f9bfb1 golangci-lint: add ldflags 2020-07-08 04:21:00 -05:00
Mario Rodas c94a2de710 golangci-lint: install completions 2020-07-08 04:20:00 -05:00
José Luis Lafuente e9d928ad3a
kustomize: 3.3.1 -> 3.8.0
tree removed, since doesn't look necessary
buildDate flag removed. If unset, the default date is 1/1/1970, which is
common practice when building nix packages
2020-07-08 10:56:05 +02:00
R. RyanTM bf76f25248 golangci-lint: 1.27.0 -> 1.28.1 2020-07-08 06:42:40 +00:00
Mario Rodas b25895d964
Merge pull request #92647 from r-ryantm/auto-update/webdis
webdis: 0.1.10 -> 0.1.11
2020-07-07 19:34:33 -05:00
Mario Rodas a6fad046a8
Merge pull request #92555 from r-ryantm/auto-update/redo-apenwarr
redo-apenwarr: 0.42a -> 0.42c
2020-07-07 19:33:19 -05:00
Timo Kaufmann c6e47d5763
Merge pull request #78451 from arnarg/adding-operator-sdk
operator-sdk: init at 0.18.2
2020-07-07 23:41:30 +02:00
R. RyanTM 20f4914bf5 webdis: 0.1.10 -> 0.1.11 2020-07-07 21:31:50 +00:00
Arnar Gauti Ingason 5458f54a83 operator-sdk: init at 0.18.2
Operator-sdk is a cli tool for scaffolding and building Kubernetes
operators.
2020-07-07 21:13:26 +02:00
MetaDark 832a240b12 cmake-language-server: build with pygls 0.9.x 2020-07-07 10:33:26 -07:00
R. RyanTM ed9f1b36b3 mill: 0.7.3 -> 0.7.4 2020-07-07 10:04:15 -07:00
R. RyanTM babd73a3e3 spring-boot-cli: 2.3.0 -> 2.3.1 2020-07-07 09:51:30 -07:00
Mario Rodas 005b5770f4
redo-apenwarr: install bash completion 2020-07-07 04:20:00 -05:00
Mario Rodas a12ccb7f3e redo-apenwarr: update meta 2020-07-07 04:20:00 -05:00
R. RyanTM abe8394a5b redo-apenwarr: 0.42a -> 0.42c 2020-07-07 08:01:26 +00:00
Jörg Thalheim ad3140e898
Merge pull request #92470 from ericdallo/bump-clojure-lsp
clojure-lsp: 20200624T142700 -> 20200706T152722
2020-07-06 22:57:20 +01:00
Luflosi 92ca9d643f
include-what-you-use: 0.13 -> 0.14
https://github.com/include-what-you-use/include-what-you-use/releases/tag/0.14
2020-07-06 23:05:39 +02:00
Maximilian Bosch 146e96d9ba
Merge pull request #92492 from Tomahna/scalafmt
scalafmt: 2.5.2 -> 2.6.2
2020-07-06 21:03:23 +02:00
Daniël de Kok f4dce8e967
Merge pull request #91634 from bmilanov/submit/add-nxp-mfgtools
nxpmicro-mfgtools: init at 1.3.191
2020-07-06 20:59:50 +02:00
Biser Milanov cb2ab83d3e nxpmicro-mfgtools: init at 1.3.191
Add nxpmicro-mfgtools to nixpkgs

From the project's homepage [1]:

    Freescale/NXP I.MX Chip image deploy tools.

The project's only binary and library at the moment is UUU. NXP
might add more in the future, so making the package name:

    nxpmicro-mfgtools

instead of:

    nxp-uuu

or something similar.

[1]: https://github.com/NXPmicro/mfgtools
2020-07-06 20:43:14 +02:00
Kevin Rauscher e8cb5d5d14 scalafmt: 2.5.2 -> 2.6.2 2020-07-06 20:37:40 +02:00
Matthew Bauer 89d4142fc8
Merge pull request #92416 from matthewbauer/fix-elfutils
Fix elfutils
2020-07-06 12:27:27 -04:00
Eric Dallo e8a734c6c8
clojure-lsp: 20200624T142700 -> 20200706T152722 2020-07-06 12:52:34 -03:00
Vladimír Čunát e978eb5986
gnumake42: bring this version back
This is almost a revert of commit 0cfe9f3a (PR #86293).  Version 4.3
https://lists.gnu.org/archive/html/info-gnu/2020-01/msg00004.html
brought some incompatibilities, so this will be useful for shorter-term
workarounds.
2020-07-06 10:55:32 +02:00
Matthew Bauer 80ca70b0e1 elfutils: add argp-standalone for musl
https://hydra.nixos.org/build/123111192
2020-07-06 01:51:46 -04:00
R. RyanTM 0a5fd4c12e bison: 3.6.3 -> 3.6.4 2020-07-06 07:42:31 +02:00
R. RyanTM 9beef71b32 help2man: 1.47.15 -> 1.47.16 2020-07-06 03:57:53 +02:00
Jan Tojnar cfe7e12d38
Revert "cmake: only set output paths with multiple outputs"
This reverts commit be1b22538a.

The commit broke Qt modules using CMake because they disable setOutputFlags.

There is no need to have these flags limited to multiple output derivations since it
should just work. If it does not, it is a bug that should be fixed as per
https://github.com/jtojnar/cmake-snips#assuming-cmake_install_dir-is-relative-path
Likewise, having a variable to disable passing the flags is also unnecessary,
since CMake, unlike some configure scripts, ignores unknown flags. And if a person
does not like the values, they can just override them by passing the offending
flag with a different value to cmakeFlags.
2020-07-05 19:01:53 +02:00
Mario Rodas 969e35423c dune_2: 2.6.0 -> 2.6.1
Changelog: https://github.com/ocaml/dune/releases/tag/2.6.1
2020-07-05 12:11:03 +02:00
Jan Tojnar 4bca7dfb27
Merge branch 'master' into staging-next 2020-07-04 23:59:32 +02:00
Ludovic Claude 6eeb612a9b gradle: 5.6.4 -> 6.5.1
Co-authored-by: Daniël de Kok <me@github.danieldk.eu>
Use https for all urls
fix version for native library
pin gradle for jd-gui
2020-07-04 14:56:12 -07:00
Maximilian Bosch 9203abb204
Merge pull request #92246 from r-ryantm/auto-update/liquibase
liquibase: 3.10.0 -> 3.10.1
2020-07-04 23:22:06 +02:00
Maximilian Bosch 67a1c36929
cargo-watch: 7.4.1 -> 7.5.0
https://github.com/passcod/cargo-watch/releases/tag/v7.5.0

Also fixes the `aarch64`-build: https://hydra.nixos.org/build/123187262
2020-07-04 23:13:30 +02:00
Jack Kelly c0e9bc1cf8 aws-sam-cli: 0.44.0 -> 1.0.0rc1 2020-07-04 21:01:32 +10:00
Vladimír Čunát e1206a2129
Merge master into staging-next
This brings thousands of rebuilds.
Hydra nixpkgs: ?compare=1597944
2020-07-04 09:15:27 +02:00
Daniël de Kok 563b4b01ee
Merge pull request #92191 from Tomahna/metals
metals: 0.9.0 -> 0.9.1
2020-07-04 08:35:45 +02:00
R. RyanTM 95930da953 liquibase: 3.10.0 -> 3.10.1 2020-07-04 05:22:12 +00:00
Mario Rodas a252c3747d
Merge pull request #92179 from r-ryantm/auto-update/flyway
flyway: 6.4.4 -> 6.5.0
2020-07-03 18:27:57 -05:00
Saúl Cabrera a45b66e3d9 asls: init at 0.4.0 2020-07-03 18:19:04 -04:00
Maximilian Bosch db0540d178
cargo-make: fix darwin build
https://hydra.nixos.org/build/123569405
2020-07-03 23:10:36 +02:00
Peter Simons f614e5006f
Merge pull request #91759 from NixOS/haskell-updates
Update Haskell package set to LTS 16.3 (plus other fixes)
2020-07-03 21:29:53 +02:00
Peter Simons 6ab9c60bbe
Merge pull request #91640 from sarahzrf/patch-1
Fixed syntax errors in ihaskell wrapper
2020-07-03 20:17:09 +02:00
Maximilian Bosch 12ff390744
Merge pull request #92162 from r-ryantm/auto-update/fdroidserver
fdroidserver: 1.1.7 -> 1.1.9
2020-07-03 18:58:56 +02:00
Kevin Rauscher 04eb79c8a9 metals: 0.9.0 -> 0.9.1 2020-07-03 18:50:01 +02:00
Daniël de Kok 8e51d14108
Merge pull request #92185 from r-ryantm/auto-update/hopper
hopper: 4.5.28 -> 4.5.29
2020-07-03 17:31:50 +02:00
R. RyanTM b994272c13 hopper: 4.5.28 -> 4.5.29 2020-07-03 14:51:48 +00:00
R. RyanTM ff5bf5e793 flyway: 6.4.4 -> 6.5.0 2020-07-03 13:40:00 +00:00
Maximilian Bosch 873e21190e
cargo-make: 0.31.1 -> 0.32.0
https://github.com/sagiegurari/cargo-make/releases/tag/0.32.0
2020-07-03 14:28:46 +02:00
R. RyanTM 7117b0d6a2 fdroidserver: 1.1.7 -> 1.1.9 2020-07-03 11:31:51 +00:00
Peter Simons 7536a09d30 Merge remote-tracking branch 'origin/master' into haskell-updates. 2020-07-03 11:23:30 +02:00
Mario Rodas e489b840ff
Merge pull request #92115 from r-ryantm/auto-update/bmake
bmake: 20200606 -> 20200629
2020-07-02 23:13:50 -05:00
Alyssa Ross 57f3c834bc
automake115x: 1.15 -> 1.15.1 2020-07-03 03:36:42 +00:00
Mario Rodas 2f32d65644
Merge pull request #92085 from r-ryantm/auto-update/skaffold
skaffold: 1.11.0 -> 1.12.0
2020-07-02 20:42:09 -05:00
Mario Rodas d1565a01d0
skaffold: use src.rev 2020-07-02 20:24:17 -05:00
R. RyanTM 2d6d3db7e2 bmake: 20200606 -> 20200629 2020-07-03 01:07:55 +00:00
Flakebi deb78151a9 buildRustPackage: fix cargoBuildFlags
When features were supplied in cargoBuildFlags, the binaries were built
with these features enabled. Unless checking was disabled, `cargo test`
was executed without these build flags, meaning the binaries were
rebuilt and overwritten without the specified features.

Fix this bug by running tests after the installation phase.
2020-07-03 08:53:57 +10:00
Pawel Kruszewski 17e1fbe0fc
eclipse-mat: init at 1.10.0.20200225
Closes #43611
2020-07-02 23:39:33 +02:00
R. RyanTM 52c87393ea skaffold: 1.11.0 -> 1.12.0 2020-07-02 19:14:01 +00:00
Jonathan Ringer 6eb63fc2e5 pmd: 6.17.0 -> 6.25.0, fix runtime 2020-07-02 11:48:59 -07:00
Daniël de Kok 805ab8c14f
Merge pull request #91589 from waldheinz/master
ccache: 3.4.1 -> 3.7.10
2020-07-02 20:18:43 +02:00
Matthias Treydte 4ec15456b3 ccache: 3.4.1 -> 3.7.10
The fix-debug-prefix-map-suite patch became obsolete with upstream
commit:

82010e0eb9

The skip-fs-dependent-test patch with PR:

https://github.com/ccache/ccache/pull/444
2020-07-02 19:42:10 +02:00
R. RyanTM dc5a3f9f13 rust-cbindgen: 0.14.2 -> 0.14.3 2020-07-02 10:33:07 -07:00
Chuck 0cfe9f3ae2 gnumake: 4.2.1 -> 4.3 2020-07-02 17:44:47 +02:00
Frederik Rietdijk ae1584dc98
Merge pull request #91457 from matthewbauer/prefixed-pkg-config
Fixes from prefixed pkg config
2020-07-02 17:26:16 +02:00
Tim Steinbach 5fce232e3f elfutils: 0.176 -> 0.180 2020-07-02 17:24:23 +02:00
Frederik Rietdijk c33ca7c5ce Merge staging-next into staging 2020-07-02 17:14:53 +02:00
Mario Rodas 4ee9de0ce0
Merge pull request #92003 from r-ryantm/auto-update/flow
flow: 0.127.0 -> 0.128.0
2020-07-02 09:01:51 -05:00
R. RyanTM 5b846f1c11 flow: 0.127.0 -> 0.128.0 2020-07-02 10:29:08 +00:00
Mario Rodas ba67663b0a
Merge pull request #91993 from r-ryantm/auto-update/circleci-cli
circleci-cli: 0.1.8302 -> 0.1.8599
2020-07-02 04:23:10 -05:00
R. RyanTM 55948dff74 circleci-cli: 0.1.8302 -> 0.1.8599 2020-07-02 07:03:20 +00:00
Diego Rodriguez 2f817d5c77
kubectx: 0.9.0 -> 0.9.1
New release of Go implementation of Kubectx: https://github.com/ahmetb/kubectx/releases/tag/v0.9.1
2020-07-01 22:28:36 -06:00
Mario Rodas c343436fcd
Merge pull request #91924 from marsam/update-heroku
heroku: 7.41.1 -> 7.42.2
2020-07-01 18:35:08 -05:00
Vincent Laporte 18094dbdc2 frama-c: 21.0 (Scandium) → 21.1 (Scandium) 2020-07-01 23:51:10 +02:00
Claudio Bley cda852a528 bazel: 3.3.0 -> 3.3.1 2020-07-01 23:23:33 +02:00
Drew Risinger 2396eb646d conan: 1.25.0 -> 1.27.0
Switch to fetching source from GitHub vs PyPi, which will enable running
packaging tests in the future.
2020-07-01 12:45:39 -07:00
Drew Risinger ea5a79c4a3 conan: enable pythonPackages.six > 1.14.0 2020-07-01 12:45:39 -07:00
Vincent Laporte 581660a4d3 ocamlPackages.camlp5: 7.11 → 7.12 2020-07-01 13:46:30 +02:00
Pascal Bach c323751a71
gitlab-runner: remove additional binaries (#91811)
Only the gitlab-runner and the helper-images are required.
All other binaries that were currently in the derivation were only for
testing.
2020-07-01 09:43:31 +00:00
Mario Rodas a8a49b4ad3
heroku: 7.41.1 -> 7.42.2 2020-07-01 04:20:00 -05:00
Ryan Mulligan bff350e854
Merge pull request #89643 from r-ryantm/auto-update/micronaut
micronaut: 1.3.5 -> 1.3.6
2020-06-30 22:01:52 -07:00
Mario Rodas 731417253f
Merge pull request #91862 from r-ryantm/auto-update/terraform-ls
terraform-ls: 0.3.2 -> 0.4.0
2020-06-30 19:44:42 -05:00
Mario Rodas 09756b3a52
Merge pull request #91887 from r-ryantm/auto-update/yq-go
yq-go: 3.3.1 -> 3.3.2
2020-06-30 19:11:45 -05:00
Mario Rodas 58d13e99e4
Merge pull request #91861 from r-ryantm/auto-update/terracognita
terracognita: 0.4.0 -> 0.5.0
2020-06-30 18:20:37 -05:00
Maximilian Bosch 6c648f96e3
Merge pull request #91869 from r-ryantm/auto-update/tokei
tokei: 11.2.1 -> 12.0.4
2020-07-01 00:53:05 +02:00
Tim Steinbach 360e0fae7e
Merge pull request #91846 from r-ryantm/auto-update/sbt
sbt: 1.3.12 -> 1.3.13
2020-06-30 17:09:05 -04:00
R. RyanTM 1a7ac5872e yq-go: 3.3.1 -> 3.3.2 2020-06-30 20:40:10 +00:00
Oleksii Filonenko 2321476db1
Merge pull request #91880 from r-ryantm/auto-update/wrangler
wrangler: 1.9.2 -> 1.10.3
2020-06-30 22:03:14 +03:00
R. RyanTM 9cf41a84bc wrangler: 1.9.2 -> 1.10.3 2020-06-30 19:00:55 +00:00
R. RyanTM 5e8a6e42ab tokei: 11.2.1 -> 12.0.4 2020-06-30 17:41:06 +00:00
R. RyanTM 133d5ae422 terraform-ls: 0.3.2 -> 0.4.0 2020-06-30 16:58:35 +00:00
R. RyanTM 968e1a03eb terracognita: 0.4.0 -> 0.5.0 2020-06-30 16:51:53 +00:00
R. RyanTM 58cbd5ba85 sbt: 1.3.12 -> 1.3.13 2020-06-30 14:57:54 +00:00
Mario Rodas 55f0953d1b
Merge pull request #91798 from r-ryantm/auto-update/checkstyle
checkstyle: 8.33 -> 8.34
2020-06-30 06:31:22 -05:00
R. RyanTM 3e75e5113c
git-quick-stats: 2.1.1 -> 2.1.2 (#91807) 2020-06-30 10:34:16 +02:00
Yurii Rashkovskii 3774105f48 framac: 20.0 -> 21.0 2020-06-30 09:30:38 +02:00
R. RyanTM 7462d78905 checkstyle: 8.33 -> 8.34 2020-06-30 03:02:12 +00:00
Dennis Gosnell 2998bc1f77
Update pkgs/development/tools/haskell/haskell-language-server/update.sh 2020-06-30 11:21:17 +09:00
Mario Rodas 1a818e22ef
Merge pull request #91780 from marsam/update-reviewdog
reviewdog: 0.10.0 -> 0.10.1
2020-06-29 14:53:22 -05:00
Eric Bailey c0fb6c45c1 conftest: update src.owner 2020-06-29 14:14:05 -05:00
Mario Rodas 249f4ed2c5
reviewdog: 0.10.0 -> 0.10.1
Changelog: https://github.com/reviewdog/reviewdog/releases/tag/v0.10.1
2020-06-29 13:20:00 -05:00
Maximilian Bosch acd100ff82
wasm-bindgen-cli: 0.62.0 -> 0.64.0
https://github.com/rustwasm/wasm-bindgen/releases/tag/0.2.63
https://github.com/rustwasm/wasm-bindgen/releases/tag/0.2.64
2020-06-29 19:46:02 +02:00
Alyssa Ross be1b22538a cmake: only set output paths with multiple outputs
This brings cmake inline with the behaviour used for configure
scripts, defined in multiple-outputs.sh.  It's important because
that setup hook will only set shareDocName if multiple outputs are in
use (and setOutputFlags hasn't been disabled).  So previously,
CMAKE_INSTALL_DOCDIR would be set to $out/share/doc for single-output
derivations, instead of $out/share/doc/$shareDocName, which would
result in collisions.

Since this hook now uses the setOutputFlags variable, I had to remove
the empty assignment of it added in
a714284d8b.

Fixes: https://github.com/NixOS/nixpkgs/issues/82304
2020-06-29 13:56:27 +00:00
Guillaume Desforges 356cd30269 haskell-language-server: init at 0.1.0.0 2020-06-29 11:50:15 +02:00
Daniël de Kok 96ccfbaf44
Merge pull request #91671 from david-sawatzke/easypdkprog
easypdkprog: init at 1.2
2020-06-28 18:27:26 +02:00
David Sawatzke a531363179 easypdk: init at 1.2 2020-06-28 15:32:34 +02:00
Vincent Laporte 5ac8870024 ocamlPackages.js_of_ocaml: 3.5.2 → 3.6.0 2020-06-28 09:59:04 +02:00
Mario Rodas db5bbef31f
Merge pull request #91543 from r-ryantm/auto-update/cli11
cli11: 1.9.0 -> 1.9.1
2020-06-27 20:29:09 -05:00
Mario Rodas 324a7dd38e
Merge pull request #90198 from jlesquembre/kubectx
kubectx: re-pack, switch from bash to go
2020-06-27 19:58:22 -05:00
Mario Rodas 8f15b08911
Merge pull request #90319 from nilp0inter/gosec-2.3.0
gosec: 1.2.0 -> 2.3.0
2020-06-27 19:02:13 -05:00
Mario Rodas f0f4472908
Merge pull request #91678 from marsam/update-tflint
tflint: 0.16.2 -> 0.17.0
2020-06-27 13:38:26 -05:00
Mario Rodas 64ebdfab39
Merge pull request #91550 from r-ryantm/auto-update/dbmate
dbmate: 1.8.0 -> 1.9.0
2020-06-27 13:31:41 -05:00
Mario Rodas f1a5e78176
Merge pull request #91593 from r-ryantm/auto-update/hcloud
hcloud: 1.16.2 -> 1.17.0
2020-06-27 13:24:43 -05:00
Mario Rodas d121364a21
tflint: 0.16.2 -> 0.17.0
Changelog: https://github.com/terraform-linters/tflint/releases/tag/v0.17.0
2020-06-27 04:20:00 -05:00
Mario Rodas a1ab293129
hcloud: fix completions 2020-06-27 04:20:00 -05:00
sarahzrf 2ef3794f2c
Fixed syntax errors in ihaskell wrapper 2020-06-26 16:52:00 -04:00
Ryan Mulligan c5acc7f35c
Merge pull request #91547 from r-ryantm/auto-update/conftest
conftest: 0.18.2 -> 0.19.0
2020-06-26 12:30:18 -07:00
Ryan Mulligan bddfc5bff5
Merge pull request #91581 from r-ryantm/auto-update/gotestsum
gotestsum: 0.4.2 -> 0.5.1
2020-06-26 11:58:10 -07:00
Ryan Mulligan ee69a7cdfe
Merge pull request #91606 from r-ryantm/auto-update/ktlint
ktlint: 0.37.1 -> 0.37.2
2020-06-26 11:41:35 -07:00
Ryan Mulligan 40dbcfc4b3
Merge pull request #91546 from r-ryantm/auto-update/codeql
codeql: 2.2.1 -> 2.2.3
2020-06-26 10:58:56 -07:00
R. RyanTM c0a750f40a ktlint: 0.37.1 -> 0.37.2 2020-06-26 13:14:35 +00:00
Maximilian Bosch 2101f7361c
cargo-make: 0.31.0 -> 0.31.1
https://github.com/sagiegurari/cargo-make/releases/tag/0.31.1
2020-06-26 14:54:49 +02:00
R. RyanTM f698365bf1 hcloud: 1.16.2 -> 1.17.0 2020-06-26 11:23:24 +00:00
sternenseemann c4ca9ba10d dune-release: init at 1.3.3 2020-06-26 12:14:03 +02:00
R. RyanTM 11521b72f9 gotestsum: 0.4.2 -> 0.5.1 2020-06-26 09:51:36 +00:00
R. RyanTM 7e72cc5f85 dbmate: 1.8.0 -> 1.9.0 2020-06-26 06:55:40 +00:00
Daniël de Kok c5bd37dee2
Merge pull request #91526 from HugoReeves/update/cargo-tarpaulin
cargo-tarpaulin: 0.13.4 -> 0.14.0
2020-06-26 08:50:25 +02:00
Daniël de Kok e1c0d36381
Merge pull request #91536 from r-ryantm/auto-update/cargo-deny
cargo-deny: 0.6.8 -> 0.7.0
2020-06-26 08:49:35 +02:00
R. RyanTM 99b9f84fdc conftest: 0.18.2 -> 0.19.0 2020-06-26 06:00:43 +00:00
R. RyanTM 7a2ed26f98 codeql: 2.2.1 -> 2.2.3 2020-06-26 05:39:48 +00:00
R. RyanTM 4f2febba93 cli11: 1.9.0 -> 1.9.1 2020-06-26 05:07:42 +00:00
R. RyanTM fce7543afa cargo-deny: 0.6.8 -> 0.7.0 2020-06-26 04:18:44 +00:00
Mario Rodas 29eb525875
Merge pull request #91499 from danieldk/maturin-0.8.1
maturin: 0.8.0 -> 0.8.1
2020-06-25 22:04:26 -05:00
Mario Rodas cbc29c6f72
Merge pull request #91529 from r-ryantm/auto-update/act
act: 0.2.9 -> 0.2.10
2020-06-25 21:48:39 -05:00
R. RyanTM 0c339237b8 act: 0.2.9 -> 0.2.10 2020-06-26 01:35:02 +00:00
Hugo Reeves cf11c3c2cd
cargo-tarpaulin: 0.13.4 -> 0.14.0 2020-06-26 11:12:16 +12:00
Eric Dallo aa1092809f
clojure-lsp: 20200624T134144 -> 20200624T142700 2020-06-25 18:34:47 -03:00
Daniël de Kok 1e5b480e8b maturin: 0.8.0 -> 0.8.1
- Supports `sdist-include = ["path/**/*"]` to include arbitrary files
  in source distributions
- Fixes Cargo.lock
- Updates some dependencies
2020-06-25 17:25:37 +02:00
Frederik Rietdijk bef20b38ef Merge master into staging-next 2020-06-25 13:48:05 +02:00
worldofpeace bdb59380a3
Merge pull request #91459 from zowoq/desktop-validation
treewide: remove deprecated value `Application` from makeDesktopItem
2020-06-25 07:09:24 -04:00
Mario Rodas acf9040bd1
Merge pull request #91468 from avdv/bazel-buildtools-3.3.0
bazel-buildtools: 3.2.1 -> 3.3.0
2020-06-25 06:02:26 -05:00
Matthew Bauer 3f41da9b38 strace: use host perl
perl needs to be in buildInputs for patchShebangs to work properly
2020-06-25 00:09:22 -04:00
zowoq c7e61112df treewide: remove deprecated value `Application` from makeDesktopItem 2020-06-25 12:18:37 +10:00
Mikołaj Gałkowski 22d4aed5bd
unity3d: fix editor not launching due to missing libraries (#91452) 2020-06-24 20:17:56 -04:00
Maximilian Bosch 7be82cc572
Merge pull request #91357 from Ma27/bump-hydra
hydra-unstable: 2020-06-01 -> 2020-06-23
2020-06-24 23:25:26 +02:00
Mikołaj Gałkowski 0cff75edf9
unityhub: fix editor crashes after opening a project (#91443) 2020-06-24 17:06:58 -04:00
Frederik Rietdijk 16287a8cb8 Merge master into staging-next 2020-06-24 19:04:03 +02:00
Claudio Bley 388038ff98 bazel-buildtools: 3.2.1 -> 3.3.0 2020-06-24 17:02:23 +02:00
xrelkd 4ab300d6e2 just: 0.5.11 -> 0.6.0 2020-06-24 16:16:01 +08:00
Lancelot SIX 536aad5776
Merge pull request #91262 from aca-labs/ameba
ameba: 0.12.1 -> 0.13.0
2020-06-24 07:53:43 +01:00
Hugo Reeves 27108e7cee
cargo-tarpaulin: 0.13.3 -> 0.13.4 2020-06-24 14:39:16 +12:00
Jörg Thalheim 5d8fa2ffa1
Merge pull request #91327 from witchof0x20/rustupfix
Fix RPATH for libraries downloaded by rustup
2020-06-23 20:56:35 +01:00
Daniël de Kok 6e12223e16
Merge pull request #91346 from pblkt/master
cue: 0.2.0 -> 0.2.1
2020-06-23 20:25:13 +02:00
Maximilian Bosch 39e3c15706
hydra-unstable: 2020-06-01 -> 2020-06-23
Fixes the build the changes from b505bf202b.
2020-06-23 15:57:22 +02:00
Claudio Bley 21a21a4224 bazel: 3.2.0 -> 3.3.0 2020-06-23 15:29:38 +02:00
Michele Guerini Rocco bf2425fb06
Merge pull request #91343 from madjar/just-remove-dash-dependency
just: remove dash dependency
2020-06-23 12:49:06 +02:00
pblkt 0d8649c4e9 cue: 0.2.0 -> 0.2.1 2020-06-23 13:29:20 +03:00
Georges Dubus c72d7de7fe just: remove dash dependency 2020-06-23 11:14:51 +02:00
Jade Harley 05b765d299 (rustup): (add zlib to rpath in rustup libraries)
(Rust now has a dynamic library dependence on zlib. (see https://github.com/rust-lang/rust/pull/72696))
2020-06-22 21:23:01 -05:00
Teo Klestrup Röijezon 259246cb75
travis: 1.8.11 -> 1.9.1 (#91282) 2020-06-22 20:47:31 +00:00
Ryan Mulligan 31fa8b5cb9
Merge pull request #90385 from r-ryantm/auto-update/jp
jp: 0.1.2 -> 0.1.3
2020-06-22 08:34:29 -07:00
Peter Hoeg fea4603212
sqlitebrowser: 3.11.2 -> 3.12.0 (#91271) 2020-06-22 11:19:35 +02:00
Frederik Rietdijk 7481da9cbd Merge master into staging-next 2020-06-22 08:46:16 +02:00
Kim Burgess 06e55617a4
ameba: 0.12.1 -> 0.13.0 2020-06-22 11:26:42 +10:00
Max Wittig 42ab6da6a8
gitlab-runner: 13.0.1 -> 13.1.0 (#91239) 2020-06-21 22:41:47 +00:00
Jörg Thalheim 5d9cb9a0c2
Merge pull request #91229 from nagisa/nagisa/tracy-binaries 2020-06-21 20:58:31 +01:00
Simonas Kazlauskas 84871fb982 tracy: add capture and update binaries
These are used to capture the trace without using the GUI tool and
update the saved trace files from older to newer versions. `update` also
allows to re-compress the trace files for whatever reason one might want
to do it.
2020-06-21 21:34:36 +03:00
Robert Hensing 838822a2e5
Merge pull request #91223 from hercules-ci/init-hercules-ci-agent-package
hercules-ci-agent: init at 0.7.2
2020-06-21 17:56:19 +02:00
Phillip Cloud 28d42496f8 tracy: 0.6.3 -> 0.7 2020-06-21 09:04:43 -04:00
Robert Hensing 7d436b4618 hercules-ci-agent: init at 0.7.2 2020-06-21 13:38:22 +02:00
Austin Seipp 45400f3504
icestorm: 2019.09.13 -> 2020.04.22
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2020-06-20 11:34:10 -05:00
Austin Seipp 4f2d6deee6
trellis: 2020.03.25 -> 2020.06.12
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2020-06-20 11:34:07 -05:00
Vladimír Čunát e3ef6f60ab
patchelf_0_9: bring this version back 2020-06-20 12:17:42 +02:00
Frederik Rietdijk 9c5e7367d1 Merge master into staging-next 2020-06-20 07:38:17 +02:00
zowoq 630454dfbe skopeo: 1.0.0 -> 1.1.0
https://github.com/containers/skopeo/releases/tag/v1.1.0
2020-06-20 10:24:34 +10:00
Ryan Mulligan be707e4cc5
Merge pull request #89644 from r-ryantm/auto-update/mill
mill: 0.7.1 -> 0.7.3
2020-06-19 16:45:24 -07:00
Peter Simons a2e18d7f8f
Merge pull request #90032 from NixOS/haskell-updates
Update Haskell package set to LTS 16.1 (plus other fixes)
2020-06-19 23:34:41 +02:00
Florian Klink f48db6108d
Merge pull request #91057 from ruuda/fcct
fedora-coreos-config-transpiler: init at 0.6.0
2020-06-19 23:20:42 +02:00
(cdep)illabout cdda16b1b1 spago: 0.15.1 -> 0.15.3 2020-06-19 22:29:21 +02:00
Sebastien Bariteau 5a345d60d3
the-way: init at 0.3.2
* the-way: init at 0.3.2
2020-06-19 13:00:04 +02:00
R. RyanTM dc906cbe92 bison: 3.6.2 -> 3.6.3 2020-06-19 11:06:59 +02:00
R. RyanTM 9757111825 cmake: 3.17.2 -> 3.17.3 2020-06-19 10:54:01 +02:00
Frederik Rietdijk 301847a7e5 Merge master into staging-next 2020-06-19 09:01:43 +02:00
Ruud van Asseldonk 05c559cbc9 fedora-coreos-config-transpiler: use buildGoModule 2020-06-19 08:57:58 +02:00
Ruud van Asseldonk 9e887cf268 fedora-coreos-config-transpiler: init at 0.6.0
Fedora CoreOS Config Transpiler (FCCT) is to Fedora CoreOS what
Container Linux Config Transpiler (CT) was to CoreOS Container Linux.
2020-06-19 08:57:58 +02:00
Paul Myjavec be22631154
circleci-cli: 0.1.7971 -> 0.1.8302 (#91013) 2020-06-18 22:30:34 -07:00
Florian Klink bde91a6fd7
Merge pull request #90501 from r-ryantm/auto-update/ct
container-linux-config-transpiler: 0.7.0 -> 0.9.0
2020-06-19 00:32:57 +02:00
Florian Klink f761f29bd3
Merge pull request #90211 from lovesegfault/r-a-bump
rust-analyzer: 2020-06-01 -> 2020-06-08
2020-06-18 20:39:16 +02:00
Michael Weiss 2608e52664
cargo-c: init at 0.6.7
This crate is required for building the C-API for rav1e [0] but is also
used by other projects [1].

[0]: https://github.com/xiph/rav1e#building-the-c-api
[1]: https://github.com/lu-zero/cargo-c/#users
2020-06-18 18:49:27 +02:00
Wael Nasreddine 46db244d2d
go-swagger: init at 0.24.0 (#90682)
* go-swagger: init at 0.24.0

* Apply suggestions from code review

Co-authored-by: Jon <jonringer@users.noreply.github.com>

Co-authored-by: Jon <jonringer@users.noreply.github.com>
2020-06-18 07:10:54 -07:00
Daniël de Kok f7214facbf
Merge pull request #74487 from oxalica/cargo-insta
cargo-insta: init at 0.16.0
2020-06-18 15:09:25 +02:00
oxalica 030fd3ca0c
cargo-insta: strip unused variable 2020-06-18 20:49:20 +08:00
Tim Steinbach d1966f0860
jenkins: 2.222.4 -> 2.235.1 2020-06-18 08:16:06 -04:00
oxalica 71c0dbd5a4
cargo-insta: init at 0.16.0 2020-06-18 19:13:04 +08:00
zowoq 5c35515adf buildah: 1.14.9 -> 1.15.0
https://github.com/containers/buildah/releases/tag/v1.15.0
2020-06-18 20:11:11 +10:00
Frederik Rietdijk 79f9ef8752 Merge master into staging-next 2020-06-18 09:01:39 +02:00
R. RyanTM 188394a666 visualvm: 2.0 -> 2.0.2 2020-06-17 12:40:45 -07:00
R. RyanTM 01fd63bee2 go-protobuf: 1.3.2 -> 1.4.2 2020-06-17 12:18:24 -07:00
R. RyanTM 514c250e72 gllvm: 1.2.3 -> 1.2.6 2020-06-17 12:17:26 -07:00
R. RyanTM 595883171e liquibase: 3.9.0 -> 3.10.0 2020-06-17 12:04:20 -07:00
R. RyanTM 84b7946079 flyway: 6.4.3 -> 6.4.4 2020-06-17 11:02:22 -07:00
Daniël de Kok 705b85c301
Merge pull request #90594 from wucke13/webdis
webdis: 0.1.9 -> 0.1.10
2020-06-17 17:12:20 +02:00
Claudio Bley 9836a30422 bazel-buildtools: 3.2.0 -> 3.2.1 2020-06-17 11:11:41 +02:00
Frederik Rietdijk 8850815577 Merge master into staging-next 2020-06-17 08:40:33 +02:00
zowoq 78e324d272 treewide: ffmpeg_4 -> ffmpeg 2020-06-16 18:23:14 -07:00
Maximilian Bosch cf810b54e0
vagrant: 2.2.8 -> 2.2.9
https://github.com/hashicorp/vagrant/blob/v2.2.9/CHANGELOG.md#229-may-07-2020
2020-06-17 02:31:31 +02:00
Maximilian Bosch 3f61850c41
Merge pull request #90495 from r-ryantm/auto-update/cppcheck
cppcheck: 2.0 -> 2.1
2020-06-17 01:04:03 +02:00
Frederik Rietdijk 4af4a49251 Merge master into staging-next 2020-06-16 18:05:38 +02:00
R. RyanTM 4fbf2d1b1b bmake: 20200506 -> 20200606 2020-06-16 10:40:27 -05:00
Arseniy Seroka 138c2dc5be
Merge pull request #90408 from jollheef/out-of-tree-v1.4.0
out-of-tree: 1.3.0 -> 1.4.0
2020-06-16 16:38:11 +03:00
wucke13 35f3cb442b webdis: 0.1.9 -> 0.1.10 2020-06-16 12:10:59 +02:00
Jonathan Ringer 96d1403e7f cpplint: 1.3.0 -> 1.5.1 2020-06-15 17:50:53 -07:00
Jörg Thalheim 448a27759e
Merge pull request #90455 from Mic92/cquery
cquery: remove
2020-06-15 21:39:44 +01:00
Jörg Thalheim 7c68f54d95
cquery: remove 2020-06-15 20:48:56 +01:00
R. RyanTM 813bd1ae83 container-linux-config-transpiler: 0.7.0 -> 0.9.0 2020-06-15 14:50:26 +00:00
Frederik Rietdijk d9e0820393 Merge master into staging-next 2020-06-15 16:48:53 +02:00
R. RyanTM b24cd9444e cppcheck: 2.0 -> 2.1 2020-06-15 14:20:40 +00:00
Ryan Mulligan b040c0ed46
Merge pull request #90342 from r-ryantm/auto-update/delve
delve: 1.2.0 -> 1.4.1
2020-06-15 05:52:33 -07:00
Ryan Mulligan 5815c8b911
Merge pull request #90362 from r-ryantm/auto-update/gauge
gauge: 1.0.4 -> 1.1.1
2020-06-15 05:51:26 -07:00
Ryan Mulligan 4e224086c2
Merge pull request #90429 from r-ryantm/auto-update/skaffold
skaffold: 1.10.1 -> 1.11.0
2020-06-15 05:49:49 -07:00
Frederik Rietdijk 4ece345970 gtk-doc: dont recompile bytecode
Would not build otherwise. The hooks needs to be fixed.
https://github.com/NixOS/nixpkgs/pull/90208#issuecomment-644051108
2020-06-15 12:43:04 +02:00
Mario Rodas a19f3dcb16
Merge pull request #90438 from r-ryantm/auto-update/tfsec
tfsec: 0.19.0 -> 0.21.0
2020-06-15 02:15:07 -05:00
Vincent Laporte a0d4f232d7 ocamlPackages.js_of_ocaml: rename file to “default.nix” 2020-06-15 08:53:50 +02:00
Vincent Laporte d6a4ee1193 ocamlPackages.js_of_ocaml_2: remove at 2.7 & 2.8.4 2020-06-15 08:53:50 +02:00
Frederik Rietdijk 384bc1a861 Merge staging-next into staging 2020-06-15 08:29:05 +02:00
Frederik Rietdijk 59dda0a42a Merge master into staging-next 2020-06-15 08:07:00 +02:00
R. RyanTM 6c579f0487 tfsec: 0.19.0 -> 0.21.0 2020-06-15 04:35:28 +00:00
R. RyanTM c6f8333fa4 skaffold: 1.10.1 -> 1.11.0 2020-06-15 03:29:51 +00:00
Greg Roodt 8520ec69c6
buildkite-cli: init at 1.1.0 (#89399) 2020-06-14 17:23:26 -07:00
Ryan Mulligan eae0cf30cb
Merge pull request #90346 from r-ryantm/auto-update/doctl
doctl: 1.45.0 -> 1.45.1
2020-06-14 15:32:21 -07:00
Mikhail Klementev 5d81f6da23
out-of-tree: 1.3.0 -> 1.4.0 2020-06-14 21:53:13 +00:00
John Ericson fd4dcae884 Merge remote-tracking branch 'upstream/nixpkgs-unstable' into staging 2020-06-14 21:46:35 +00:00
Ryan Mulligan f8c0789069
Merge pull request #90341 from r-ryantm/auto-update/dapper
dapper: 0.4.1 -> 0.5.1
2020-06-14 12:57:49 -07:00
Oleksii Filonenko b972ea91f4
Merge pull request #90396 from r-ryantm/auto-update/lazygit
lazygit: 0.20.3 -> 0.20.4
2020-06-14 22:34:26 +03:00
R. RyanTM 8528ae8ce4 lazygit: 0.20.3 -> 0.20.4 2020-06-14 19:26:31 +00:00
R. RyanTM 246e6cdd74 jp: 0.1.2 -> 0.1.3 2020-06-14 18:12:39 +00:00
Ryan Mulligan 13231517a2
Merge pull request #90359 from r-ryantm/auto-update/fly
fly: 6.1.0 -> 6.3.0
2020-06-14 09:59:31 -07:00
Mario Rodas 47a18b58b2
Merge pull request #90358 from r-ryantm/auto-update/flow
flow: 0.126.1 -> 0.127.0
2020-06-14 10:53:13 -05:00
R. RyanTM 3b6d8c2bb5 gauge: 1.0.4 -> 1.1.1 2020-06-14 15:38:14 +00:00
R. RyanTM 801e325a38 fly: 6.1.0 -> 6.3.0 2020-06-14 15:10:15 +00:00
R. RyanTM fceb6f82df flow: 0.126.1 -> 0.127.0 2020-06-14 15:04:52 +00:00
Robert Scott c6c5c927ec
Merge pull request #90325 from r-ryantm/auto-update/cloudfoundry-cli
cloudfoundry-cli: 6.46.1 -> 6.51.0
2020-06-14 14:39:57 +01:00
R. RyanTM 063abf2af8 doctl: 1.45.0 -> 1.45.1 2020-06-14 13:31:33 +00:00
R. RyanTM 89561e0be5 delve: 1.2.0 -> 1.4.1 2020-06-14 13:13:26 +00:00
Ryan Mulligan 839aad5b4f
Merge pull request #90110 from r-ryantm/auto-update/pkgconf
pkgconf-unwrapped: 1.7.0 -> 1.7.3
2020-06-14 06:07:09 -07:00
R. RyanTM ea09233a46 dapper: 0.4.1 -> 0.5.1 2020-06-14 12:58:02 +00:00
Mario Rodas c9f207f118
Merge pull request #90323 from r-ryantm/auto-update/circleci-cli
circleci-cli: 0.1.7868 -> 0.1.7971
2020-06-14 07:33:45 -05:00
R. RyanTM 5f1ff4bf90 cloudfoundry-cli: 6.46.1 -> 6.51.0 2020-06-14 11:48:08 +00:00
R. RyanTM 6b8e83428a circleci-cli: 0.1.7868 -> 0.1.7971 2020-06-14 11:37:17 +00:00
Roberto Abdelkader Martínez Pérez b52d80d198
gosec: 1.2.0 -> 2.3.0 2020-06-14 13:23:45 +02:00
Vladimír Čunát e1b93806ba
autogen: try fixing on darwin
and cause no rebuild elsewhere.
In commit 2988780 I forgot that patchelf makes no sense there.
2020-06-14 09:11:14 +02:00
Mario Rodas 7602241fbd
Merge pull request #90185 from marsam/update-merlin
ocamlPackages.merlin: 3.3.4 -> 3.3.6
2020-06-13 12:24:36 -05:00
Frederik Rietdijk 2e4b4e3300 Merge staging-next into staging 2020-06-13 11:03:26 +02:00
Frederik Rietdijk 1523382160 Merge master into staging-next 2020-06-13 11:02:21 +02:00
José Luis Lafuente a89e9a2eec
kubectx: re-pack, switch from bash to go
With release 0.9, kubectx was rewritten in go. For more info see
https://github.com/ahmetb/kubectx/releases/tag/v0.9.0
2020-06-13 10:10:46 +02:00
Emery Hemingway de20ec04f9 tup: fix setup hook location 2020-06-13 11:03:55 +05:30
Emery Hemingway 3065ab3a92 tup: add setupHook 2020-06-13 10:56:20 +05:30
Emery Hemingway 896959cf66 tup: 0.7.8 -> 0.7.9 2020-06-13 10:55:22 +05:30
Samuel Dionne-Riel c42545445a
Merge pull request #90212 from lovesegfault/rm-casper
casperjs: remove
2020-06-12 22:03:32 -04:00
Bernardo Meurer dbf352aca1
casperjs: remove 2020-06-12 16:08:39 -07:00
Bernardo Meurer d55e70b7cd rust-analyzer: 2020-06-01 -> 2020-06-08 2020-06-12 15:55:44 -07:00
Doron Behar 01d4e2fe33 treewide: use ffmpeg_3 explicitly if not wanted otherwise
After making `ffmpeg` point to the latest `ffmpeg_4`, all packages that
used `ffmpeg` without requiring a specific version now use ffmpeg_3
explicitly so they shouldn't change.
2020-06-12 11:55:31 -07:00
Mario Rodas 80643891c0
Merge pull request #90181 from martinbaillie/terraform-language-server
terraform-ls: init at 0.3.2
2020-06-12 08:18:35 -05:00
Profpatsch 91340aeea8 gitit: init at 0.13.0.0
This was broken in `haskellPackages` for a long time, but it’s back!

Time to give it a place in the toplevel and a prope) treatment:

* Semi-static binary
* Remove all references to `Paths_` modules of dependencies
* gitit tries very hard to have a runtime dependency on GHC, disable
  that by default.

Also added myself as a maintainer, let’s try to keep this working from
now on.

Fixes https://github.com/NixOS/nixpkgs/issues/32377
2020-06-12 13:21:34 +02:00
Martin Baillie 66dcfc613e
terraform-ls: init at 0.3.2
Signed-off-by: Martin Baillie <martin@baillie.email>
2020-06-12 20:35:06 +10:00
Mario Rodas d1a51e415d
ocamlPackages.merlin: 3.3.4 -> 3.3.6 2020-06-12 04:20:00 -05:00
Frederik Rietdijk febc27b59a Merge master into staging-next 2020-06-12 08:57:26 +02:00
zowoq 7b01d672e3 yq-go: 3.3.0 -> 3.3.1
https://github.com/mikefarah/yq/releases/tag/3.3.1
2020-06-12 13:21:54 +10:00
Maximilian Bosch ea2c1a384a
Merge pull request #90112 from r-ryantm/auto-update/pipenv
pipenv: 2020.5.28 -> 2020.6.2
2020-06-12 00:33:10 +02:00
Ryan Mulligan c5535450dc
Merge pull request #90020 from r-ryantm/auto-update/ktlint
ktlint: 0.37.0 -> 0.37.1
2020-06-11 15:17:50 -07:00
Frederik Rietdijk aace708416 Merge staging-next into staging 2020-06-11 09:59:26 +02:00
R. RyanTM 470798c2cd pipenv: 2020.5.28 -> 2020.6.2 2020-06-11 01:11:27 +00:00
R. RyanTM 44089bebbf pkgconf-unwrapped: 1.7.0 -> 1.7.3 2020-06-11 00:55:56 +00:00
Mario Rodas 580a0e52b1
Merge pull request #89934 from zowoq/gogetdoc
gogetdoc: remove unnecessary goDeps/goPackagePath
2020-06-10 19:50:12 -05:00
Maximilian Bosch 62523f3388
packer: 1.5.6 -> 1.6.0
https://github.com/hashicorp/packer/releases/tag/v1.6.0
2020-06-10 22:42:45 +02:00
Vladimír Čunát 13add13388
Merge branch 'master' into staging-next
... to resolve a trivial conflict in libpcap.
2020-06-10 20:00:44 +02:00
MetaDark 93ebfdad49 cmake-language-server: 0.1.1 -> 0.1.2 2020-06-10 19:42:48 +02:00
Vladimír Čunát a5f5d020c6
Merge branch 'staging-next' 2020-06-10 16:13:48 +02:00
Ryan Mulligan 20a4dad69e
Merge pull request #89984 from r-ryantm/auto-update/hopper
hopper: 4.5.27 -> 4.5.28
2020-06-10 05:59:47 -07:00
Ryan Mulligan 33ba6ab3db
Merge pull request #89819 from r-ryantm/auto-update/codeql
codeql: 2.1.4 -> 2.2.1
2020-06-10 05:58:43 -07:00
Maximilian Bosch 879202bf37
Merge pull request #89905 from r-ryantm/auto-update/cargo-watch
cargo-watch: 7.4.0 -> 7.4.1
2020-06-10 14:43:17 +02:00
Mario Rodas 744f87ab7d
Merge pull request #89978 from r-ryantm/auto-update/flyway
flyway: 6.4.2 -> 6.4.3
2020-06-10 05:41:32 -05:00
Domen Kožar eac3aebb90
Merge pull request #89927 from domenkozar/patchelf-stag
patchelf: 0.9 -> 0.11
2020-06-10 10:13:09 +02:00
Vladimír Čunát 16024fcaec
Merge branch 'staging-next' into staging
In particular, this fixes ISO evaluation.
2020-06-10 09:42:36 +02:00
Vladimír Čunát 6e9bb30566
Merge branch 'master' into staging-next
In particular, this fixes ISO evaluation.
2020-06-10 09:41:53 +02:00
Vladimír Čunát 2988780eb5
autogen: 5.18.12 -> 5.18.16
I re-checked that pkgsCross.aarch64-multiplatform.autogen builds.
https://github.com/NixOS/nixpkgs/pull/89388#issuecomment-639155770
2020-06-10 08:31:25 +02:00
R. RyanTM 4410e2c0ad ktlint: 0.37.0 -> 0.37.1 2020-06-10 06:12:14 +00:00
Jaka Hudoklin e8bcac75f3
gore: init at 0.5.0 (#89722) 2020-06-09 22:22:51 -07:00
Ryan Mulligan fdb2ca58c2
Merge pull request #89873 from r-ryantm/auto-update/tokei
tokei: 11.2.0 -> 11.2.1
2020-06-09 20:46:52 -07:00
Jan Tojnar acb53e0698
Merge branch 'staging-next' into staging 2020-06-10 04:10:57 +02:00
Jan Tojnar c637cbe992
Merge branch 'master' into staging-next 2020-06-10 04:10:34 +02:00
R. RyanTM 663ea3b0e3 hopper: 4.5.27 -> 4.5.28 2020-06-09 21:58:50 +00:00
R. RyanTM 074911e460 flyway: 6.4.2 -> 6.4.3 2020-06-09 21:04:40 +00:00
Domen Kožar d020ee07cd
patchelf: 0.9 -> 0.11 2020-06-09 17:36:57 +02:00
zowoq 5fbbfe48a7 gogetdoc: remove unnecessary goDeps/goPackagePath 2020-06-10 01:09:59 +10:00
R. RyanTM 264f85658e cargo-watch: 7.4.0 -> 7.4.1 2020-06-09 10:03:55 +00:00
Eelco Dolstra 51e8a82f1e
Merge pull request #89297 from Ma27/bump-hydra
hydra-unstable: 2020-04-16 -> 2020-06-01
2020-06-09 11:19:47 +02:00
R. RyanTM 58b060591d tokei: 11.2.0 -> 11.2.1 2020-06-09 03:34:19 +00:00
adisbladis 423f85422f
poetry: 1.0.5 -> 1.0.8 2020-06-09 02:54:49 +02:00
adisbladis 25b9f3b3e0
poetry2nix: 1.9.0 -> 1.9.2 2020-06-09 02:54:48 +02:00
R. RyanTM 1d2e139a76 codeql: 2.1.4 -> 2.2.1 2020-06-08 17:08:11 +00:00
Jörg Thalheim d903f1166b
Merge pull request #89649 from oxalica/rust-analyzer 2020-06-08 17:38:10 +01:00
Frederik Rietdijk 8576d24b2a Merge staging-next into staging 2020-06-08 12:08:51 +02:00
Frederik Rietdijk dc33419285 Merge master into staging-next 2020-06-08 12:06:12 +02:00
Mario Rodas 657f4927eb dune_2: 2.5.1 -> 2.6.0
Changelog: https://github.com/ocaml/dune/releases/tag/2.6.0
2020-06-08 10:45:02 +02:00
Mario Rodas 524e24c9ff
Merge pull request #89706 from marsam/init-go-toml
go-toml: init at 1.8.0
2020-06-07 19:30:25 -05:00
Mario Rodas f0870fc119
Merge pull request #89739 from zowoq/editorconfig-checker
editorconfig-checker: 2.0.4 -> 2.1.0
2020-06-07 19:25:52 -05:00
1000101 c597a7f869 formatting: fix missing leading whitespace 2020-06-07 17:29:08 -04:00
Maximilian Bosch c0571a0462
Merge pull request #89684 from r-ryantm/auto-update/sbt
sbt: 1.3.10 -> 1.3.12
2020-06-07 22:27:57 +02:00
Marek Mahut 9ed9140cc6
Merge pull request #86230 from prusnak/electron-cleanup
electron_3: refactor
2020-06-07 20:07:10 +02:00
Marek Mahut 410ac11287
Merge pull request #89469 from prusnak/electron-update
Electron update
2020-06-07 18:59:41 +02:00
Mario Rodas a1bdb4dd84
Merge pull request #89700 from r-ryantm/auto-update/cargo-tarpaulin
cargo-tarpaulin: 0.13.2 -> 0.13.3
2020-06-07 11:15:40 -05:00