Commit graph

9409 commits

Author SHA1 Message Date
Mario Rodas
3f880f187d
Merge pull request #65045 from marsam/update-flow
flow: 0.102.0 -> 0.103.0
2019-07-19 07:13:00 -05:00
Frederik Rietdijk
594ca3f1cf ccache.links: make it a function of unwrappedCC
That way we can use a ccacheStdenv with e.g. a different CC:

stdenv = overrideCC gcc8Stdenv (ccacheWrapper.override { unwrappedCC
= gcc8Stdenv.cc.cc; });
2019-07-19 11:27:56 +02:00
Andrew Chambers
386b7d814d redo-apenwarr: init at unstable-2019-06-21 2019-07-19 15:00:27 +12:00
Daiderd Jordan
8c4152dac3
Merge pull request #64801 from serokell/beam-erlangR21
beam-packages: default erlangR20 -> erlangR22
2019-07-19 00:03:07 +02:00
Mario Rodas
2f56bec54f
flow: 0.102.0 -> 0.103.0 2019-07-18 16:20:00 -05:00
Sarunas Valaskevicius
683a10fe08 electron_5: fix crash when using file chooser dialog 2019-07-18 15:07:28 -04:00
Domen Kožar
c4b1ceb5a7
cachix: fix #65007 2019-07-18 10:41:27 +02:00
worldofpeace
b1d747c762
Merge pull request #64991 from xrelkd/update/cargo-xbuild
cargo-xbuild: 0.5.14 -> 0.5.15
2019-07-17 18:44:15 -04:00
Tim Steinbach
5724dc27d1
jenkins: 2.176.1 -> 2.176.2 2019-07-17 13:05:27 -04:00
xrelkd
9566171399 cargo-xbuild: 0.5.14 -> 0.5.15 2019-07-18 01:02:53 +08:00
R. RyanTM
fdca0189d9 pmd: 6.15.0 -> 6.16.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/pmd/versions
2019-07-17 09:43:15 +02:00
Nikolay Amiantov
4dad0ae560 buildBazelPackage: cleanup hacks and enforce them for all builds
Timestamp verification skip is no longer needed (not sure why). Generally we
better off always using the environment hack for all packages because that
ensures all NIX_* flags are correctly applied.

One possible improvement in future is to filter only NIX_* variables to
passthru in Bazel.
2019-07-17 10:40:38 +03:00
R. RyanTM
ef6f912245 sauce-connect: 4.5.1 -> 4.5.3
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/sauce-connect/versions
2019-07-17 09:35:15 +02:00
Ryan Mulligan
773f5ed058
Merge pull request #64958 from r-ryantm/auto-update/strace
strace: 5.1 -> 5.2
2019-07-16 21:40:06 -07:00
Wael Nasreddine
c4813515ca
bazel: drop absolute Python path (#64903)
Without this Bazel always picks Python 3 which breaks Python 2 packages.
Strangely enough just dropping this patch works, with all `bazel.tests`
passing.
2019-07-16 20:17:27 -07:00
Ryan Mulligan
96d8683f22
Merge pull request #64864 from r-ryantm/auto-update/pkgconf
pkgconf: 1.6.1 -> 1.6.3
2019-07-16 20:15:26 -07:00
R. RyanTM
e871d5466a strace: 5.1 -> 5.2
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/strace/versions
2019-07-16 17:55:50 -07:00
Wael Nasreddine
f182b83181
Merge pull request #64633 from guibou/bazel_0.28
bazel: 0.27.0 -> 0.28.0
2019-07-16 11:20:06 -07:00
Vladimír Čunát
5bf68e1354
Merge #64742: firefox 67 -> 68, and related updates 2019-07-16 19:33:04 +02:00
Guillaume Bouchard
950da6263f bazel: 0.27.0 -> 0.28.0 2019-07-16 17:43:18 +02:00
Yorick van Pelt
739e6dcc63
hex2nix: 0.0.6-a31eadd7 -> 0.0.6-42d7b2ec 2019-07-16 15:48:24 +02:00
Nikolay Amiantov
bd98f3521c bazel: drop absolute Python path
Without this Bazel always picks Python 3 which breaks Python 2 packages.
Strangely enough just dropping this patch works, with all `bazel.tests`
passing.
2019-07-16 15:40:03 +03:00
Frederik Rietdijk
a28a9ac156 Merge master into staging-next 2019-07-16 11:15:46 +02:00
Yorick van Pelt
900578ee76
relx-exe: 3.23.1 -> 3.32.1 2019-07-16 10:59:30 +02:00
R. RyanTM
be23a4397a pkgconf: 1.6.1 -> 1.6.3
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/pkgconf/versions
2019-07-15 22:03:27 -07:00
Mario Rodas
d3a5c2a114
Merge pull request #64790 from marsam/update-opam
opam: 2.0.4 -> 2.0.5
2019-07-15 21:00:38 -05:00
Mario Rodas
f9843befd1 ocamlPackages.merlin: 3.3.1 -> 3.3.2 2019-07-15 16:11:22 +02:00
Wael Nasreddine
407a106cdc
Merge pull request #64714 from ivanbrennan/fly-5.3.0
fly: init at 5.3.0
2019-07-15 06:32:27 -07:00
Bjørn Forsman
76458054b8
Merge pull request #64770 from r-ryantm/auto-update/babeltrace
babeltrace: 1.5.6 -> 1.5.7
2019-07-15 12:53:41 +02:00
Mario Rodas
a61db6075f
opam: 2.0.4 -> 2.0.5 2019-07-15 04:20:00 -05:00
R. RyanTM
ac029556df ammonite: 1.6.8 -> 1.6.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/ammonite/versions
2019-07-15 10:36:57 +02:00
Vladimír Čunát
3686036e02
Merge branch 'master' into staging-next
Hydra nixpkgs: ?compare=1530372
2019-07-15 09:39:03 +02:00
R. RyanTM
2c045c8f6d babeltrace: 1.5.6 -> 1.5.7
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/babeltrace/versions
2019-07-14 23:15:31 -07:00
worldofpeace
8671386768
Merge pull request #64719 from xrelkd/update/cargo-bloat
cargo-bloat: 0.7.1 -> 0.7.2
2019-07-14 13:46:01 -04:00
taku0
8f2d6a5709 rust-cbindgen: 0.8.3 -> 0.8.7 2019-07-14 14:52:00 +09:00
worldofpeace
0be5740700
Merge pull request #63678 from lilyball/jazzy
jazzy: 0.9.6 -> 0.10.0
2019-07-14 00:45:02 -04:00
xrelkd
bf811c4c38 cargo-bloat: 0.7.1 -> 0.7.2 2019-07-14 09:48:42 +08:00
ivanbrennan
9e465d2f60
fly: init at 5.3.0
Add `fly` CLI for working with Concourse CI, and include Bash
completions.
2019-07-13 18:55:22 -04:00
David Lum
d91fe04dc6 avro-tools: init at 1.9.0 2019-07-13 17:45:41 -04:00
Mario Rodas
c96d18df92 tflint: 0.9.0 -> 0.9.1 (#64709) 2019-07-13 12:20:20 -07:00
worldofpeace
d90215a12b
Merge pull request #64420 from risicle/ris-cf-cli-6.45.0
cloudfoundry-cli: 6.41.0 -> 6.45.0 (fixes CVE-2019-3781)
2019-07-13 13:26:49 -04:00
Domen Kožar
d4296584d1
cachix: use justStaticExecutables
Avoids https://github.com/NixOS/nix/issues/2990
2019-07-13 19:08:12 +02:00
worldofpeace
aaea4ebda2
Merge pull request #64567 from killercup/cargo-flamegraph-0.1.13
cargo-flamegraph: init at 0.1.13
2019-07-13 12:33:20 -04:00
Jörg Thalheim
7b67364823 radare2-cutter: 1.8.0 -> 1.8.3 2019-07-13 12:33:19 +02:00
Frederik Rietdijk
54065ae20d Merge master into staging-next 2019-07-13 09:45:40 +02:00
Guillaume Bouchard
d363da72cc bazel: Use --distdir for prefetched repositories
--distdir is now used in the installCheckPhase for prefetched
  repositories. That's simpler, more robust and easier to extend in
  the future.

Note that `name` argument of fetchurl was removed because it changed
the basename of the generated file and bazel uses this basename for
its cache behavior.
2019-07-12 22:32:01 +02:00
Florian Klink
3019a688b1
gitlab-runner: 11.11.2 -> 12.0.2 (#63771)
gitlab-runner: 11.11.2 -> 12.0.2
2019-07-12 12:35:24 +02:00
xrelkd
5236c81af4 mage: 1.7.1 -> 1.8.0 (#64591) 2019-07-11 20:58:26 -07:00
worldofpeace
f91c86dde8
Merge pull request #63636 from bachp/distgen
distgen: init at 1.3
2019-07-11 21:57:50 -04:00
Pascal Bach
195e30b74a distgen: init at 1.3
This tool is mainly used in openshift to build source to image containers.
2019-07-11 21:54:06 -04:00
xrelkd
02c9e49eed cargo-xbuild: 0.5.13 -> 0.5.14 2019-07-11 20:08:25 +08:00
xrelkd
36af740c1d cargo-xbuild: 0.5.12 -> 0.5.13 2019-07-11 10:08:39 +02:00
Frederik Rietdijk
22cb7f25f2 Merge master into staging-next 2019-07-11 09:40:10 +02:00
Ryan Mulligan
508ae42a0f treewide: fix redirect URLs 2019-07-10 12:52:51 -07:00
Pascal Hertleif
1c9843dd3e
cargo-flamegraph: init at 0.1.13 2019-07-10 14:29:28 +02:00
Frederik Rietdijk
da96a4119f Merge staging-next into staging 2019-07-10 08:52:50 +02:00
Frederik Rietdijk
fb6260fcf7
Merge pull request #64236 from NixOS/staging-next
Staging next
2019-07-10 08:52:04 +02:00
Lily Ballard
3712d3672d jazzy: 0.9.6 -> 0.10.0
Also define passthru.updateScript.
2019-07-09 15:05:26 -07:00
Will Dietz
a52e70e10e pahole: 1.12 -> 1.15 2019-07-09 20:15:19 +02:00
Frederik Rietdijk
79a03641d5 Merge staging-next into staging 2019-07-09 15:46:26 +02:00
Frederik Rietdijk
74c24385cb Merge master into staging-next 2019-07-09 15:46:00 +02:00
Frederik Rietdijk
7cf5909fad Merge staging-next into staging 2019-07-09 15:44:08 +02:00
Mario Rodas
ea6e5db298
rubocop: add marsam as maintainer 2019-07-08 20:14:46 -05:00
Pascal Bach
e928aa6f50 gitlab-runner: 11.11.2 -> 12.0.2
12.0.1 fixes an issue with git submodule fetching
12.0.2 fixes an issue with concurrent updated
2019-07-08 23:05:58 +02:00
Daiderd Jordan
ed27ba064c
cmake: update ApplicationServices patch 2019-07-08 21:48:19 +02:00
worldofpeace
9cc8f8839e
Merge pull request #63321 from danieldk/pyo3-pack-0.6.1
pyo3-pack: 0.5.0 -> 0.6.1
2019-07-08 09:06:13 -04:00
Robert Scott
b306fc2766 cloudfoundry-cli: 6.41.0 -> 6.45.0
this addresses CVE-2019-3781
2019-07-07 17:52:49 +01:00
Roman Volosatovs
447750e8e5
gotools: Remove gopls directory 2019-07-07 18:35:32 +02:00
Roman Volosatovs
d6dfe401a5
gotools: 2019-06-03 -> 2019-07-06 2019-07-07 18:35:22 +02:00
Domen Kožar
4668f4f568
cachix: 0.2.1 2019-07-07 14:27:53 +02:00
Mario Rodas
1f2157dc70
Merge pull request #63672 from minijackson/init-cargo-inspect
cargo-inspect: init at 0.10.1
2019-07-07 07:01:16 -05:00
Minijackson
2ff8d2ab6d
cargo-inspect: init at 0.10.1 2019-07-06 20:51:44 +02:00
Vladimír Čunát
0746c4dbb4
Merge branch 'master' into staging-next
There are several thousand rebuilds from master already.
Hydra nixpkgs: ?compare=1528940
2019-07-06 13:44:40 +02:00
André-Patrick Bubel
4f8dacfcdf
travis: 1.8.9 -> 1.8.10 2019-07-06 13:43:09 +02:00
Vincent Demeester
d567c486ca kustomize: 2.0.3 -> 3.0.0 (#64342) 2019-07-06 00:41:40 -07:00
Scott Olson
0b492c0060 cue: init at 0.0.3 (#64367) 2019-07-06 00:40:01 -07:00
R. RyanTM
9e4a598c69 minizincide: 2.2.3 -> 2.3.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/minizinc-ide/versions
2019-07-05 23:27:53 +02:00
Thomas Tuegel
56d5963382
Merge pull request #54525 from ttuegel/feature/qt-5/wrap-qt-apps
Wrap Qt applications
2019-07-05 14:38:10 -05:00
Maximilian Bosch
df738814d1
Merge pull request #64180 from r-ryantm/auto-update/react-native-debugger
react-native-debugger: 0.9.8 -> 0.9.10
2019-07-05 20:53:40 +02:00
Thomas Tuegel
51d78034a1
wrapQtAppsHook: Remove ad hoc Qt wrappers 2019-07-05 10:42:08 -05:00
Mario Rodas
021cbe0a06
rubocop: 0.71.0 -> 0.72.0 2019-07-05 09:40:11 -05:00
Mario Rodas
88c2586958 dune: 1.9.2 -> 1.10.0 (#62256)
* dune: 1.9.2 -> 1.10.0

* ocamlPackages.camomile: use jbuilder executable

* ocamlPackages.sqlexpr: fix build

* ocamlPackages.lwt_camlp4: fix build
2019-07-05 12:28:06 +00:00
Vladyslav M
9dcabafc7c
sccache: 0.2.8 -> 0.2.9 (#64038)
sccache: 0.2.8 -> 0.2.9
2019-07-05 11:10:29 +03:00
Daiderd Jordan
7fffb620ac
flow: remove cf-private 2019-07-03 22:20:13 +02:00
Daiderd Jordan
4b64dfaee9
cargo-web: remove cf-private 2019-07-03 22:20:13 +02:00
Daiderd Jordan
c2205238ab
watchman: remove cf-private 2019-07-03 22:20:13 +02:00
Vladyslav M
e46804bf0e
rust-bindgen: 0.49.3 -> 0.50.0 (#64092)
rust-bindgen: 0.49.3 -> 0.50.0
2019-07-03 22:34:03 +03:00
xbreak
98d9a74223 wafHook: Refactored wafHook to use callPackage (#64250)
This is to enable custom wafHook with custom waf via the override
system.
2019-07-03 15:20:28 -04:00
Mario Rodas
184f1044f1
Merge pull request #63846 from xrelkd/update/cargo-make
cargo-make: 0.20.0 -> 0.21.0
2019-07-03 08:10:18 -05:00
Rok Garbas
65781e204d
Remove me (garbas) as maintainer since I don't have much time to maintain anything 2019-07-03 11:27:39 +02:00
Jonathan Ringer
3c00c7239d devpi-server: 4.4.0 -> 4.9.0 2019-07-03 09:19:38 +02:00
Frederik Rietdijk
25a77b7210 Merge staging-next into staging 2019-07-03 08:59:42 +02:00
Eelco Dolstra
3a0b18054f rustfmt: 1.2.1 -> 1.2.2 2019-07-03 08:52:27 +02:00
Tobias Mayer
d87c843b6f Integrate review suggestions 2019-07-03 08:50:18 +02:00
Tobias Mayer
2608669904 cmake: 3.13.4 -> 3.14.5 2019-07-03 08:50:18 +02:00
Mario Rodas
0dc4abff2c
Merge pull request #64001 from r-ryantm/auto-update/cppcheck
cppcheck: 1.87 -> 1.88
2019-07-02 19:05:16 -05:00
Mario Rodas
34b53f0c15
Merge pull request #64202 from r-ryantm/auto-update/sassc
sassc: 3.6.0 -> 3.6.1
2019-07-02 18:53:54 -05:00
R. RyanTM
3f7322ced5 sassc: 3.6.0 -> 3.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/sassc/versions
2019-07-02 15:54:13 -07:00
R. RyanTM
7b16770939 react-native-debugger: 0.9.8 -> 0.9.10
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/react-native-debugger/versions
2019-07-02 13:32:53 -07:00
R. RyanTM
325556c84e flatpak-builder: 1.0.7 -> 1.0.8
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-07-02 20:09:07 +02:00
R. RyanTM
01f11297e4 pet: 0.3.4 -> 0.3.5 (#64108)
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-07-02 07:58:20 -07:00
Wael Nasreddine
7f69cab8a6
bazel: add a test asserting java and java proto (#63927) 2019-07-01 21:18:02 -07:00
Wael Nasreddine
06d3491d2a
protoc-gen-doc: init unstable at 2019-04-22 (#64093) 2019-07-01 20:52:06 -07:00
xrelkd
8429ff12b6 rust-bindgen: 0.49.3 -> 0.50.0 2019-07-02 10:54:04 +08:00
Samuel Dionne-Riel
86c11030ee
Merge pull request #63529 from samueldr/fix/vagrant/salt-provisioner
vagrant: Don't patch salt provisioner's shebang
2019-07-01 19:22:02 -04:00
Doron Behar
03481d23a5 sccache: 0.2.8 -> 0.2.9 2019-07-01 19:21:43 +03:00
R. RyanTM
af56a8fd45
checkstyle: 8.21 -> 8.22
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-07-01 15:57:08 +02:00
R. RyanTM
dbf30c6d5f cppcheck: 1.87 -> 1.88
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/cppcheck/versions
2019-07-01 02:46:16 -07:00
worldofpeace
3f4a353737 treewide: use dontUnpack 2019-07-01 04:23:51 -04:00
worldofpeace
cab7c6cbd9 treewide: use dontConfigure 2019-07-01 04:23:51 -04:00
R. RyanTM
575cf7813f byacc: 20180609 -> 20190617
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/byacc/versions
2019-07-01 01:04:10 -07:00
Mario Rodas
e117e6dd26 prototool: init at 1.8.0 (#63887) 2019-06-30 20:50:50 -07:00
Wael M. Nasreddine
ae20c6836b
scalafmt: 2.0.0-RC7 -> 2.0.0 2019-06-30 13:36:13 -07:00
Mario Rodas
5b7e3718ee go-tools: 2019.2 -> 2019.2.1 (#63885) 2019-06-29 16:48:16 -07:00
Wael Nasreddine
c49b7f64d1
bazel: fix the compilation of .proto on Darwin (#63879)
On Darwin, the last argument to GCC is coming up as an empty string.
This is breaking the build of proto_library targets. However, I was not
able to reproduce with the example cpp project[0].

This commit patches the cc_wrapper of Bazel that gets installed on
Darwin to remove the last argument if it's an empty string. This is
not a probem on Linux.

[0]: https://github.com/bazelbuild/examples/tree/master/cpp-tutorial/stage3
2019-06-29 11:07:21 -07:00
Mario Rodas
c936d5975b tflint: 0.8.3 -> 0.9.0 (#63910) 2019-06-29 14:45:55 +00:00
Graham Christensen
0daecd2d7a
Merge pull request #63572 from volth/cpan2nix-2019-06-20
buildPerlPackage: name -> (pname, version)
2019-06-28 17:54:30 -04:00
Vladyslav M
576ffb1f32
rust-bindgen: 0.49.2 -> 0.49.3 (#63816)
rust-bindgen: 0.49.2 -> 0.49.3
2019-06-27 23:25:29 +03:00
xrelkd
43c779ca92 cargo-make: 0.20.0 -> 0.21.0 2019-06-27 12:37:48 +08:00
Wael M. Nasreddine
f10f860cbf
bazel-watcher: update rules_go and fix the hash of the fetch derivation 2019-06-26 18:57:25 -07:00
Wael M. Nasreddine
c273648a20
bazel-watcher: replace the sed commands with a patch 2019-06-26 18:56:45 -07:00
lewo
5954bf8f8c
Merge pull request #63459 from jonringer/bump_github_releases
github-release: 0.6.2 -> 0.7.2
2019-06-26 19:19:20 +02:00
xrelkd
438b487561 rust-bindgen: 0.49.2 -> 0.49.3 2019-06-27 00:03:44 +08:00
Peter Simons
c06b8b5988 haskell-ci: update to latest git version
Drop un-referenced "multi-ghc-travis" directory.
2019-06-26 14:10:10 +02:00
Frederik Rietdijk
d843e16cb8 Merge master into staging-next 2019-06-26 13:22:30 +02:00
Serge Bazanski
4345932762 go-protobuf: 2018-01-04 -> 1.3.1 (#63744) 2019-06-25 13:00:02 -07:00
Mario Rodas
71a7fbf613 go-tools: 2019.1.1 -> 2019.2 (#63749) 2019-06-25 12:17:17 -07:00
Mario Rodas
b88ac050bd bazelisk: 0.0.7 -> 0.0.8 (#63769) 2019-06-25 10:15:37 -07:00
Sarah Brofeldt
efd3e5a2e1
Merge pull request #63006 from tadeokondrak/drm_info/init/2.1.0
drm_info: init at 2.1.0
2019-06-25 18:25:00 +02:00
Jan Tojnar
41c575b6fc
meson: use plain buildtype
This should allow us to inherit optimization/striping from stdenv
2019-06-25 18:24:51 +02:00
Jan Tojnar
0fd5abb213
meson: do not download wraps 2019-06-25 18:24:51 +02:00
Jan Tojnar
e529ec3263
meson: enable auto_features by default
We disabled them by default when they were introduced in

https://github.com/NixOS/nixpkgs/pull/42994

but enabling them probably makes more sense:

https://github.com/NixOS/nixpkgs/pull/54398
https://github.com/NixOS/nixpkgs/pull/63491
2019-06-25 18:24:51 +02:00
Jan Tojnar
07d1d3ed68
Merge branch 'master' into staging 2019-06-25 18:06:43 +02:00
Mario Rodas
93ff86be32 flow: 0.101.0 -> 0.102.0 2019-06-25 15:31:24 +00:00
worldofpeace
0cc397c3a7
Merge pull request #63745 from arcnmx/rust-darwin-bindgen
rust-bindgen: 0.49.0 -> 0.49.2
2019-06-25 10:59:26 -04:00
worldofpeace
0d61615d8d
Merge pull request #63746 from arcnmx/rust-darwin-expand
cargo-expand: fix darwin build
2019-06-25 10:58:51 -04:00
Vladimír Čunát
145a620802
Merge branch 'master' into staging-next
Hydra nixpkgs: ?compare=1527134
2019-06-25 14:04:12 +02:00
Jörg Thalheim
b552d72a9a
Fix electron crash when using file chooser dialog (#55057)
Fix electron crash when using file chooser dialog
2019-06-25 07:59:31 +01:00
Peter Hoeg
e3afc85cba
Merge pull request #63725 from peterhoeg/u/crystal
crystal: init at 0.29.0
2019-06-25 12:59:56 +08:00
Peter Hoeg
fda3f06656 scry: 0.7.1 -> 0.8.0 2019-06-25 12:08:23 +08:00
Peter Hoeg
24dc219de9 shards: 0.8.1 -> 0.9.0 2019-06-25 11:56:44 +08:00
arcnmx
8cd878c4a5 cargo-expand: fix darwin build 2019-06-24 13:57:08 -07:00
arcnmx
250b31dbfc rust-bindgen: 0.49.0 -> 0.49.2
Update fixes a checkPhase test on darwin.
2019-06-24 13:48:33 -07:00
Florian Klink
097a63a5db
Merge pull request #63532 from guibou/bazel_027
bazel: 0.26.1 -> 0.27.0
2019-06-24 22:28:40 +02:00
Mario Rodas
bdc4d57ef7
Merge pull request #63694 from marsam/update-lazygit
lazygit: 0.7.2 -> 0.8
2019-06-24 09:34:33 -05:00
Profpatsch
b041cff6af yj: init at 4.0.0 2019-06-24 16:16:21 +02:00
Jörg Thalheim
4599f2bb9a
radare2: 3.5.1 -> 3.6.0 2019-06-24 14:16:53 +01:00
Guillaume Bouchard
d086d45952 Fix source url for java tools on darwin 2019-06-24 11:41:43 +02:00
Mario Rodas
0be4e0cca7
lazygit: 0.7.2 -> 0.8 2019-06-23 12:09:11 -05:00
Frederik Rietdijk
dafee3d91a Merge master into staging-next 2019-06-23 15:38:41 +02:00
R. RyanTM
32b39a4696 visualvm: 1.4.2 -> 1.4.3
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-06-23 15:00:26 +02:00
R. RyanTM
27b133e8b6 omnisharp-roslyn: 1.32.8 -> 1.32.19
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/omnisharp-roslyn/versions
2019-06-23 14:54:55 +02:00
Jörg Thalheim
024db43e87
Merge pull request #63648 from doronbehar/package-sccache
sccache: init at 0.2.8
2019-06-23 12:58:51 +01:00
Doron Behar
50602eb299 Add darwin specific dependencies 2019-06-23 09:34:53 +03:00
Eric Bailey
2b5ba7f723 conftest: init at 0.7.0 (#63610) 2019-06-22 19:03:47 -07:00
Guillaume Bouchard
27d4ce7ce0 bazel: Full switch to python3 2019-06-22 21:46:50 +02:00
Guillaume Bouchard
7fed6eabcf bazel: restore installCheckPhase
All the dependencies of this phase are prefetched and provided to the
bazel environment using --override_repository.
2019-06-22 21:46:50 +02:00
Guillaume Bouchard
ba327a54b6 bazel: 0.26.1 -> 0.27.0
- Fixs for newly introduced bin/bash hardcoded reference
- Bazel now references `remote_java_tools_xxx` which contains prebuilt
  binaries. We prefetch them, fix them, and force bazel to use the
  fixed repository.

It also closes #63096
2019-06-22 21:46:50 +02:00
Doron Behar
e1ab8ae4a9 sccache: init at 0.2.8 2019-06-22 14:38:00 +03:00
Frederik Rietdijk
72d647f3d8 Merge master into staging-next 2019-06-21 08:20:26 +02:00
Mario Rodas
3d22f444ef
Merge pull request #63343 from vdemeester/update-buildah
buildah: 1.8.3 -> 1.9.0
2019-06-20 18:22:22 -05:00
volth
b3cc65f8b9 buildPerlPackage: name -> (pname, version) 2019-06-20 15:56:50 +00:00
xrelkd
5702d02c38 cargo-bloat: 0.7.0 -> 0.7.1 2019-06-20 20:31:17 +08:00
Jörg Thalheim
e06aa9887b
radare2: 3.5.0 -> 3.5.1 2019-06-20 10:24:44 +01:00
Mario Rodas
0e1bd6ee70
Merge pull request #63412 from marsam/update-ocaml-merlin
ocamlPackages.merlin: 3.3.0 -> 3.3.1
2019-06-19 19:22:41 -05:00
Sarunas Valaskevicius
bf36d566fc electron: fix electron crash when using file chooser dialog 2019-06-19 20:31:52 +01:00
Samuel Dionne-Riel
15879c318e vagrant: Don't patch salt provisioner's shebang
The script is intended to run on remote systems, not on the local
system. The shebang **has** to work where nix and the current store does
not exist.
2019-06-19 13:07:22 -04:00
Mario Rodas
cd2cab45a3
Merge pull request #63217 from r-ryantm/auto-update/bazelisk
bazelisk: 0.0.4 -> 0.0.7
2019-06-19 10:53:26 -05:00
Mario Rodas
de3935898f
Merge pull request #63298 from r-ryantm/auto-update/mill
mill: 0.4.0 -> 0.4.1
2019-06-19 07:33:50 -05:00
Matthieu Coudron
c33153bf13
Merge pull request #63108 from Shados/lua-packaging-improvements-pr
Lua/luarocks packaging improvements
2019-06-19 14:23:31 +02:00
Mario Rodas
56cc1e3aca
Merge pull request #63050 from marsam/init-cloud-nuke
cloud-nuke: init at 0.1.7
2019-06-19 07:22:07 -05:00
Jan Tojnar
9e9cf6a75c
meson: 0.49.1 → 0.50.1 (#57767)
meson: 0.49.1 → 0.50.1
2019-06-19 14:01:51 +02:00
Tadeo Kondrak
c932a4de6d
drm_info: init at 2.1.0 2019-06-18 20:34:31 -06:00
Mario Rodas
699941825a
Merge pull request #63472 from r-ryantm/auto-update/yarn
yarn: 1.16.0 -> 1.17.0
2019-06-18 20:26:22 -05:00
Ryan Mulligan
d4afaa8dc2
Merge pull request #63253 from r-ryantm/auto-update/git-ftp
git-ftp: 1.5.1 -> 1.5.2
2019-06-18 13:29:18 -07:00
R. RyanTM
cf081b250d yarn: 1.16.0 -> 1.17.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-06-18 11:49:02 -07:00
Jonathan Ringer
ca3c1a3835 github-release: 0.6.2 -> 0.7.2 2019-06-18 10:13:25 -07:00
Profpatsch
8ce4463d4a bazel: add update script to update srcDeps from WORKSPACE file 2019-06-18 17:47:01 +02:00
Frederik Rietdijk
f120248daf Merge staging-next into staging 2019-06-18 11:07:56 +02:00
Bas van Dijk
ad96121365
Merge pull request #63333 from knl/enable-fsevents-api-for-fswatch
fswatch: Enable FSEvents API on Darwin
2019-06-18 09:26:20 +02:00
Mario Rodas
ce53d94113
Merge pull request #63219 from xrelkd/update/cargo-make
cargo-make: 0.19.5 -> 0.20.0
2019-06-18 00:36:07 -05:00
R. RyanTM
08bb1b5612
buck: 2019.05.22.01 -> 2019.06.17.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-06-17 23:50:19 -05:00
Jan Tojnar
8de795e22f
meson: 0.49.1 → 0.50.1 2019-06-18 03:26:46 +02:00
R. RyanTM
f4b609bf54 lttng-tools: 2.10.6 -> 2.10.7
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-tools/versions
2019-06-17 21:40:39 +02:00
Bjørn Forsman
4cb1d299dd
Merge pull request #63291 from r-ryantm/auto-update/lttng-ust
lttng-ust: 2.10.3 -> 2.10.4
2019-06-17 21:40:04 +02:00
Vincent Demeester
19946b0ab1
skopeo: 0.1.36 -> 0.1.37
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
2019-06-17 19:06:13 +02:00
Vincent Demeester
dbec3654ef
buildah: 1.8.3 -> 1.9.0
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
2019-06-17 17:43:41 +02:00
Mario Rodas
4f7a080f48
ocamlPackages.merlin: 3.3.0 -> 3.3.1 2019-06-17 10:20:00 -05:00
xbreak
2b51328002 waf: Added support for optional extra tools (#63042)
The list of tools `withTools` are included as extra tools when building
waf.

Example:

    mywaf = callPackage ../development/tools/build-managers/waf {
      python = python3;
      withTools = [ "doxygen" ];
    };
2019-06-17 10:23:52 -04:00
Nikola Knezevic
a0bbe1aa27 fswatch: Enable FSEvents API on Darwin
On Darwin we can benefit from FSEvents API (that fswatch supports) in order to
have better monitoring of file system changes.
2019-06-17 15:06:04 +02:00
Daniël de Kok
2cc2ccdec1 pyo3-pack: 0.5.0 -> 0.6.1
Changes:

- Basic PyPy support.
- Removes Python 2 support.
- Removes custom progress bar.

https://github.com/PyO3/pyo3-pack/releases/tag/v0.6.0
2019-06-17 14:19:58 +02:00
R. RyanTM
7598c1182b mill: 0.4.0 -> 0.4.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/mill/versions
2019-06-17 01:21:11 -07:00
R. RyanTM
e8d79a52a9 lttng-ust: 2.10.3 -> 2.10.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/lttng-ust/versions
2019-06-17 00:24:21 -07:00
Mario Rodas
239de52198 tflint: init at 0.8.3 (#63012) 2019-06-16 20:02:03 -07:00
R. RyanTM
ab7032afa8 git-ftp: 1.5.1 -> 1.5.2
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-ftp/versions
2019-06-16 16:58:46 -07:00
volth
f3282c8d1e treewide: remove unused variables (#63177)
* treewide: remove unused variables

* making ofborg happy
2019-06-16 19:59:05 +00:00
Austin Seipp
ccee4117be bmake: fix version/url, fix tests, remove unneeded deps
As noted by @jameysharp in #63181.

Signed-off-by: Austin Seipp <as@fastly.com>
2019-06-16 14:26:49 -05:00
xrelkd
71ce2a1cd3 cargo-make: 0.19.5 -> 0.20.0 2019-06-16 22:51:51 +08:00
R. RyanTM
3d0d64bcbc bazelisk: 0.0.4 -> 0.0.7
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/bazelisk/versions
2019-06-16 07:26:04 -07:00
R. RyanTM
c7239f3aae ammonite: 1.6.7 -> 1.6.8
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/ammonite/versions
2019-06-16 09:39:33 -04:00
Frederik Rietdijk
9de9a15b86 Merge staging-next into staging 2019-06-16 09:04:52 +02:00
Austin Seipp
ebb3f4d428 bmake: init at 20121212
Signed-off-by: Austin Seipp <as@fastly.com>
2019-06-15 22:46:14 -07:00
Mario Rodas
f30c0c5cf1
Merge pull request #63148 from marsam/init-reviewdog
reviewdog: init at 0.9.12
2019-06-15 19:01:07 -05:00
Jan Tojnar
c96ee919cf
flatpak-builder: 1.0.6 -> 1.0.7 (#62413)
flatpak-builder: 1.0.6 -> 1.0.7
2019-06-16 01:39:09 +02:00
Jan Tojnar
ccc6ffe2dc
flatpak-builder: add installed tests 2019-06-16 01:22:12 +02:00
R. RyanTM
ee453e1b38
flatpak-builder: 1.0.6 -> 1.0.7
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-06-15 19:34:34 +02:00
Frederik Rietdijk
f1bf93eb8e bison: 3.3.2 -> 3.4.1 2019-06-15 19:06:37 +02:00
Mario Rodas
2c042a3c2e
reviewdog: init at 0.9.12 2019-06-15 02:00:00 -05:00
Vladimír Čunát
788261a1a9
Merge branch 'master' into staging-next
Brings in Haskell rebuild.
Hydra nixpkgs: ?compare=1525186
2019-06-14 17:47:23 +02:00
xrelkd
b9d5b16ccc cargo-xbuild: 0.5.11 -> 0.5.12 2019-06-14 13:05:21 +08:00
Sarah Brofeldt
c67f0c8254
Merge pull request #63053 from marsam/update-kythe
kythe: 0.0.28 -> 0.0.30
2019-06-13 20:44:10 +02:00
Wael Nasreddine
bad7bc44db bazel: fix nix-hacks.patch with the latest version of Bazel (#63052)
* bazel: add a failing test for nix-hacks

* fix the patch
2019-06-13 16:12:37 +02:00
Alexei Robyn
f8efece8e7 luarocks: 3.0.4 -> 3.1.3
The newer version silences some superfluous warnings we were previously
getting in Nix builds using luarocks.
2019-06-13 20:52:34 +10:00
Alexei Robyn
00622f144e luarocks-nix: Bump to version that supports --maintainers argument 2019-06-13 20:03:25 +10:00
Wael M. Nasreddine
389a82c81d
bazel-watcher: 0.9.1 -> 0.10.3 2019-06-12 21:27:49 -07:00
Mario Rodas
79159f1564
kythe: 0.0.28 -> 0.0.30 2019-06-12 23:00:00 -05:00
Mario Rodas
2cae7cef74
cloud-nuke: init at 0.1.7 2019-06-12 16:20:00 -05:00
Tim Steinbach
5443b3d5a8
jenkins: 2.164.3 -> 2.176.1 2019-06-12 13:09:46 -04:00
Wael M. Nasreddine
f41667a774 bazel: 0.26.0 -> 0.26.1 2019-06-12 18:35:51 +02:00
Profpatsch
cc627366cd
Merge pull request #62336 from groodt/bazel-0.26.0
bazel: 0.24.0 -> 0.26.0
2019-06-12 14:55:49 +02:00
Profpatsch
5d238e45de bazel: run the tests on all supported platforms 2019-06-12 14:09:42 +02:00
Profpatsch
629c050b5d bazel.tests: prebuild the bazel self-extraction to speed up test
Factor out the common parts of tests & cache the bazel
self-extraction (ugh) to a common store path.
2019-06-12 14:09:42 +02:00
Profpatsch
44f97b56d9 bazel: move the python test to py_binary
`py_test` tries to download unnecessary dependencies at runtime. We
can just as well run it to check the assertion.

Upstream issue: https://github.com/bazelbuild/bazel/issues/8575
2019-06-12 14:09:42 +02:00
Greg Roodt
dd2a0f6c4a bazel: 0.24.0 -> 0.26.0 2019-06-12 14:09:42 +02:00
Frederik Rietdijk
7184efb40a Merge master into staging-next 2019-06-12 09:22:07 +02:00
Will Dietz
62a4423809
Merge pull request #62930 from dtzWill/update/libwhich-1.1.0
libwhich: 2019-03-20 -> 1.1.0
2019-06-11 23:41:22 -05:00
Franz Pletz
fdd75fc6f1
Merge pull request #53712 from liff/bear/fix-wrapper-detection
bear: fix wrapper detection patch by checking result of find_executable
2019-06-11 22:55:38 +00:00
Graham Christensen
11d1932f11
Merge pull request #62626 from ankhers/update_rebar3
rebar3: 3.10.0 -> 3.11.1
2019-06-11 12:11:54 -04:00
Robin Gloster
f011ae4dcd
Merge pull request #62973 from marsam/update-flow
flow: 0.100.0 -> 0.101.0
2019-06-11 13:13:44 +00:00
Mario Rodas
4d2d0ae61b
Merge pull request #62915 from xrelkd/update/cargo-make
cargo-make: 0.19.4 -> 0.19.5
2019-06-11 07:03:45 -05:00
Mario Rodas
e80820e222
flow: 0.100.0 -> 0.101.0 2019-06-10 22:00:00 -05:00
Will Dietz
2ff6d0c21d libsigrok: 0.5.0 -> 0.5.1, firmware 0.1.3 -> 0.1.6 2019-06-10 23:20:24 +02:00
Pascal Bach
58be5b4ec3 gitlab-runner: 11.11.0 -> 11.11.2 2019-06-10 21:43:36 +02:00
Andrew Newman
6365fa1eb9 qtcreator: add clang code model compilation
Clang code model provides user with services: code completion,
syntactic and semantic highlighting, diagnostics, outline of symbols,
tooltips, renaming of local symbols. It's naturally depends on llvm and clang.
To make it work with nixos:
1. Add qt version of clang as build dependency.
2. Added patch for clang libc++ regexp trunk regexp not including path
like "libc++-version".
3. Fixed paths to llvm/clang libraries and includes.
4. Fixed name of clazy clang plugin.
2019-06-10 12:35:16 +03:00
Frederik Rietdijk
e58f0f6c99 Merge master into staging-next 2019-06-10 10:35:50 +02:00
Matthew Bauer
80b51d983a gdb: patch to use mach-o.h instead of bfd/mach-o.h
For unclear reasons, this doesn’t seem to work anymore. bfd/mach-o.h
is not accessible but mach-o.h is.

https://hydra.nixos.org/build/94542582
2019-06-09 23:56:08 -04:00
Will Dietz
e198573407
libwhich: 2019-03-20 -> 1.1.0
musl, openbsd support
2019-06-09 22:18:06 -05:00
xrelkd
cf65af601c cargo-make: 0.19.4 -> 0.19.5 2019-06-10 10:27:05 +08:00
Mario Rodas
2c74d5d3c1
Merge pull request #62893 from marsam/update-detect-secrets
detect-secrets: 0.11.4 -> 0.12.4
2019-06-09 11:16:04 -05:00
Vladimír Čunát
2354bc69b3
Merge #62440: git-quick-stats: init at 2.0.8 2019-06-09 15:03:18 +02:00
Frederik Rietdijk
d3afcac771 Merge master into staging-next 2019-06-09 12:28:52 +02:00
Vladimír Čunát
fa9e51d8b6
git-quick-stats: use more idiomatic code
In particular, overriding *whole* phases isn't generally a good idea,
as you may lose various default hooks.
2019-06-09 11:27:52 +02:00
Mario Rodas
be8e3cd899
detect-secrets: 0.11.4 -> 0.12.4 2019-06-09 04:20:00 -05:00
Matthew Bauer
cb385daf95 gdb: remove applied patch for darwin
This patch is no longer needed. The commit was included in this
release.

https://hydra.nixos.org/build/94447561
2019-06-07 15:52:14 -04:00
Renaud
090bf6c7c8
Merge pull request #62372 from r-ryantm/auto-update/cfr
cfr: 0.143 -> 0.145
2019-06-07 18:06:10 +02:00
Robert Scott
4929126ca9 sigrok-cli: enable for darwin 2019-06-07 10:05:59 +02:00
Robert Scott
2565718195 libsigrok: enable for darwin 2019-06-07 10:05:59 +02:00
Robert Scott
bbd2f649ce libsigrokdecode: enable for darwin 2019-06-07 10:05:59 +02:00
Vladimír Čunát
8f5edef47e
Merge branch 'staging-next' (PR #62209) 2019-06-07 08:07:10 +02:00
Matthew Bauer
d598eca41e
Merge pull request #62752 from matthewbauer/darwin-fixes100
Fixes for x86_64-darwin failures on Hydra
2019-06-06 09:46:41 -04:00
Renaud
3d83ab08dd
Merge pull request #62759 from peterhoeg/f/icr
icr: do not wrap crystal so we can use one from the environment
2019-06-06 15:19:05 +02:00
Mario Rodas
48e8049c85
Merge pull request #62706 from dtzWill/update/buildah-1.8.3
buildah: 1.8.2 -> 1.8.3
2019-06-06 07:07:31 -05:00
Vladyslav M
6c23dc495d
cargo-bloat: 0.6.4 -> 0.7.0 (#62722)
cargo-bloat: 0.6.4 -> 0.7.0
2019-06-06 09:54:07 +03:00
Peter Hoeg
e1e3a56ddb icr: do not wrap crystal so we can use one from the environment 2019-06-06 14:46:57 +08:00
Matthew Bauer
8633a12224 kconfig-frontends: don’t error on security warning
needed for clang 7
2019-06-05 22:52:58 -04:00
Roman Volosatovs
57507ca0b1 gotools: 2019-05-24 -> 2019-06-03 (#62725) 2019-06-05 11:59:35 -07:00
xrelkd
3f624ed0a2 cargo-bloat: 0.6.4 -> 0.7.0 2019-06-05 19:09:22 +08:00
Elis Hirwing
df3ec3a962
Merge pull request #62289 from ngerstle-cognite/add-dapper
dapper: init at v0.4.1
2019-06-05 11:35:05 +02:00
Vladimír Čunát
26f728ed89
Merge #62634: gtk-doc: 1.29 -> 1.30 (again)
... into staging.  Approximate Hydra comparison looks good to me:
https://hydra.nixos.org/eval/1523212?compare=1523031
2019-06-05 11:17:32 +02:00
Vladimír Čunát
576af17187
Merge branch 'master' into staging-next
Hydra nixpkgs: ?compare=1523575
2019-06-05 11:06:44 +02:00
N G
f9d83f4ee0 dapper: init at v0.4.1 2019-06-05 08:54:19 +02:00
R. RyanTM
97b23ec91d pmd: 6.14.0 -> 6.15.0 (#62503)
* pmd: 6.14.0 -> 6.15.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/pmd/versions

* pmd: cleanup
2019-06-05 08:10:59 +02:00
Ryan Mulligan
e3f42e112a
Merge pull request #62454 from r-ryantm/auto-update/ktlint
ktlint: 0.32.0 -> 0.33.0
2019-06-04 21:02:44 -07:00
Will Dietz
13b6e9287e
buildah: 1.8.2 -> 1.8.3
https://github.com/containers/buildah/releases/tag/v1.8.3
2019-06-04 16:20:50 -05:00
Maximilian Bosch
addb7e4516
Merge pull request #61266 from bdesham/add-git-repo-updater
git-repo-updater: init at 0.5
2019-06-04 22:20:53 +02:00
R. RyanTM
741d20c900 qbs: 1.13.0 -> 1.13.1 (#62549)
* qbs: 1.13.0 -> 1.13.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/qbs/versions

* qbs: add meta.homepage
2019-06-04 17:02:45 +02:00
Matthieu Coudron
e496104638
Merge pull request #62654 from teto/lua_update
Lua updater update :)
2019-06-04 21:41:23 +09:00
Kevin Cox
2156d43659
Merge pull request #62603 from dywedir/cargo-web
cargo-web: 0.6.23 -> 0.6.25
2019-06-04 12:49:13 +01:00
Franz Pletz
63f23d51d1
Merge pull request #62646 from rail/skopeo-man
skopeo: fix man installation path
2019-06-04 11:36:36 +00:00
Pascal Bach
7ba247ccb1 gitlab-runner: 11.10.1 -> 11.11.0 2019-06-04 11:33:53 +00:00
Matthieu Coudron
441ef28ac5 luarocks-nix: update that fixes indentation
Finally fixes indentation.
- removed buildType as it was not used
- doesn't crash on missing description anymore
2019-06-04 18:57:36 +09:00
Rail Aliiev
6c4bceef05
skopeo: fix man installation path
This fixes the man installation path and so it's properly linked to
`/run/current-system/sw/share/man/man1/skopeo.1.gz`.
2019-06-04 00:03:08 -04:00
Vladyslav M
aa1edd09f1
Merge pull request #62561 from xrelkd/update/just
just: 0.4.3 -> 0.4.4
2019-06-04 01:45:17 +03:00
Nikolay Amiantov
1f65bb626d swarm: 3.1 -> 2019-03-11 2019-06-04 01:36:27 +03:00
Vladimír Čunát
dcd42d35dc
TMP: merge PR with staging 2019-06-03 22:35:30 +02:00
worldofpeace
9096648a2e Revert "Revert "gtk-doc: fix css file permissions""
This reverts commit 451be596d3.
2019-06-03 15:54:46 -04:00
worldofpeace
93cac33f95 Revert "Revert "gtk-doc: build with meson""
This reverts commit 7c1568645b.
2019-06-03 15:54:27 -04:00
worldofpeace
7d1ac249df Revert "Revert "gtk-doc: 1.29 -> 1.30""
This reverts commit b41ef4c7ba.
2019-06-03 15:54:04 -04:00
Justin Wood
ece38ce9fb rebar3: 3.10.0 -> 3.11.1 2019-06-03 13:55:43 -04:00
Matthew Bauer
f64d21da21
Merge pull request #56834 from matthewbauer/v8-update
v8: 5.4.232 -> 7.4.255
2019-06-03 13:34:04 -04:00
Mario Rodas
ddaf94d804 ocamlPackages.merlin: 3.2.2 -> 3.3.0 2019-06-03 17:13:37 +02:00
Mario Rodas
7531309c6e
Merge pull request #62404 from xrelkd/update/cargo-make
cargo-make: 0.19.3 -> 0.19.4
2019-06-03 09:12:58 -05:00
Ryan Mulligan
1c090da0f1
Merge pull request #62416 from r-ryantm/auto-update/gede
gede: 2.13.1 -> 2.14.1
2019-06-03 05:46:17 -07:00
Vladyslav M
e95fee8bb6
cargo-web: 0.6.23 -> 0.6.25 2019-06-03 14:30:02 +03:00
Vladimír Čunát
c4724fb7bc
Merge branch 'master' into staging-next
Hydra nixpkgs: ?compare=1523028
2019-06-03 10:01:25 +02:00
xrelkd
81eaee8143 just: 0.4.3 -> 0.4.4 2019-06-03 10:07:38 +08:00
Maximilian Bosch
79fc2ee5f9
Merge pull request #62463 from marsam/update-rubocop
rubocop: 0.68.1 -> 0.71.0
2019-06-02 12:32:19 +02:00
Giulio Eulisse
d5e89b50b2
igprof: init at v5.9.16 2019-06-02 11:23:11 +02:00
Mario Rodas
90334f45f8
rubocop: 0.68.1 -> 0.71.0 2019-06-01 22:11:38 -05:00
Mario Rodas
93420d9633
sqlint: 0.1.7 -> 0.1.9 2019-06-01 21:59:20 -05:00
R. RyanTM
9657693e20 ktlint: 0.32.0 -> 0.33.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/ktlint/versions
2019-06-01 18:29:38 -07:00
Maximilian Bosch
56a1877687
Merge pull request #62307 from dtzWill/update/qtcreator-4.9.1
qtcreator: 4.6.2 -> 4.9.1
2019-06-02 02:12:49 +02:00
Matthew Bauer
07fdacf9f9
Merge pull request #61308 from Ma27/bump-hydra
hydra: 2019-03-18 -> 2019-05-06
2019-06-01 19:04:38 -04:00
Maximilian Bosch
b70dfbad98
qtcreator: drop obsolete aarch64 patch
It seems as `botan` isn't used anymore, so the patch is obsolete now.
2019-06-02 00:56:57 +02:00
Kierán Meinhardt
59dce9c72f git-quick-stats: init at 2.0.8 2019-06-02 00:44:12 +02:00
R. RyanTM
08fd23cceb gede: 2.13.1 -> 2.14.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/gede/versions
2019-06-01 11:15:20 -07:00
Alyssa Ross
062210bdff treewide: update cargoSha256 hashes for cargo-vendor upgrade
A recent upgrade of cargo-vendor changed its output slightly, which
broke all cargoSha256 hashes in nixpkgs.
See https://github.com/NixOS/nixpkgs/issues/60668 for more information.

Since then, a few hashes have been fixed in master by hand, but there
were a lot still to do, so I did all of the ones left over with some
scripts I wrote.

The one hash I wasn’t able to update was habitat's, because it’s
currently broken and the build doesn’t get far enough to produce a
hash anyway.
2019-06-01 15:17:52 +00:00
xrelkd
e9d3a570a6 cargo-make: 0.19.3 -> 0.19.4 2019-06-01 22:54:05 +08:00
R. RyanTM
7ad7562283 coursier: 1.1.0-M14-4 -> 1.1.0-M14-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/coursier/versions
2019-06-01 08:19:22 -04:00
Mario Rodas
fdb5aea5bd
Merge pull request #62373 from r-ryantm/auto-update/checkstyle
checkstyle: 8.20 -> 8.21
2019-06-01 05:37:00 -05:00