1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-12-02 18:42:15 +00:00
Commit graph

9582 commits

Author SHA1 Message Date
Marek Mahut 5e93e7159a
Merge pull request #66932 from r-ryantm/auto-update/ktlint
ktlint: 0.34.0 -> 0.34.2
2019-08-19 20:38:58 +02:00
R. RyanTM ac8f6a4b76 ktlint: 0.34.0 -> 0.34.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/ktlint/versions
2019-08-19 07:40:17 -07:00
Peter Hoeg 156e9b417a tora: 3.1 -> 3.2.176 2019-08-19 22:32:43 +08:00
Bas van Dijk b9c4bef090
Merge pull request #66713 from basvandijk/rustfmt-from-rust-src
rustfmt: use the src as defined by the git submodule in rust
2019-08-19 15:14:23 +02:00
R. RyanTM bee67d463f help2man: 1.47.10 -> 1.47.11
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/help2man/versions
2019-08-19 05:30:57 -07:00
Marek Mahut 971307e98e
Merge pull request #66879 from r-ryantm/auto-update/flow
flow: 0.105.0 -> 0.105.2
2019-08-19 11:51:54 +02:00
Nikolay Amiantov 3b3618ea3c buildBazelPackage: remove top-level symlinks
They always can be regenerated during the actual build, and they are sometimes
random, e.g in Tensorflow;

platforms -> NIX_BUILD_TOP/tmp/install/35282f5123611afa742331368e9ae529/_embedded_binaries/platforms
2019-08-19 11:23:17 +03:00
R. RyanTM 6ac08e3952 flow: 0.105.0 -> 0.105.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/flow/versions
2019-08-19 00:34:16 -07:00
R. RyanTM d574b89aca fdroidserver: 1.1.1 -> 1.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/fdroidserver/versions
2019-08-18 22:30:41 -07:00
Sarah Brofeldt ce24ce04ac
Merge pull request #66848 from mmahut/avro-tools
avro-tools: properly installing the jar file
2019-08-18 23:17:25 +02:00
Lancelot SIX 7b578d49cd
Merge pull request #66373 from nthorne/cppclean_0_13
cppclean: 2018-05-12 -> 0.13
2019-08-18 22:57:08 +02:00
Marek Mahut 1ebcffe199 avro-tools: properly installing the jar file 2019-08-18 22:15:53 +02:00
Frederik Rietdijk a5b549e816 icestorm: fix eval 2019-08-18 13:02:11 +02:00
Frederik Rietdijk c7bf103599 icestorm: fix eval 2019-08-18 13:01:45 +02:00
Frederik Rietdijk f65aa21bb2 Merge master into staging-next 2019-08-18 12:53:44 +02:00
Frederik Rietdijk 295888c622
Merge pull request #66381 from NixOS/staging-next
Staging next
2019-08-18 08:54:45 +02:00
Aaron Andersen 49ade7371c
Merge pull request #66807 from r-ryantm/auto-update/cgdb
cgdb: 0.7.0 -> 0.7.1
2019-08-17 22:01:46 -04:00
R. RyanTM 706f27880a cgdb: 0.7.0 -> 0.7.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/cgdb/versions
2019-08-17 16:10:40 -07:00
Frederik Rietdijk 113dbfeb27
Merge pull request #66596 from emilazy/update-pypy-and-eda-tools
Update PyPy and FOSS EDA tools
2019-08-17 17:48:21 +02:00
Jörg Thalheim 40e86556d0
Merge pull request #66712 from SFrijters/pyprof2calltree-as-package
pyprof2calltree: move to python-packages
2019-08-17 13:55:17 +01:00
Stefan Frijters 7d38a6281e pyprof2calltree: move to python-packages
pyprof2calltree is hard-coded to pythonPackages and fails for Python 3 profile results. See #66511.
Since it can also be used as a library it makes sense to move it into pythonPackages.
2019-08-17 13:05:09 +02:00
volth c814d72b51 treewide: name -> pname 2019-08-17 10:54:38 +00:00
Frederik Rietdijk fe9a3e3e63 Merge staging-next into staging 2019-08-17 09:39:23 +02:00
Frederik Rietdijk c68f58d95c Merge master into staging-next 2019-08-17 09:30:16 +02:00
Andreas Herrmann f426173e30 bazel: Fix python stub template
The shebang in the python stub template was incorrectly patched to
```
<store-path>/bin/env python
```
instead of
```
<store-path>/bin/python
```

The reason was that `patchShebangs` was called with `--replace` which is
an unknown argument.
```
patching script interpreter paths in src/main/java/com/google/devtools/build/lib/bazel/rules/python/python_stub_template.txt --replace /usr/bin/env python /nix/store/w7gsq8v86hni4ynaqgwwlnlny115ylng-python3-3.7.4/bin/python
find: unknown predicate `--replace'
```

Using `substituteInPlace` instead resolves that issue.

The wrong shebang caused failures of `py_binary` targets due to `python`
not being in `PATH` in certain circumstances.
2019-08-16 18:55:45 +02:00
Marek Mahut 97648655bf
Merge pull request #66691 from aespinosa/skaffold
skaffold: 0.30.0 -> 0.35.0
2019-08-16 15:32:13 +02:00
Bas van Dijk 16cb2611d9 rustfmt: use the src as defined by the git submodule in rust
This commit makes sure rustc and rustfmt are compatible by setting
rustfmt's src to the rustfmt git submodule as defined in:

https://github.com/rust-lang/rust/tree/1.36.0/src/tools
2019-08-16 12:54:05 +02:00
Mario Rodas 6d983a350c
Merge pull request #66659 from xrelkd/update/cargo-make
cargo-make: 0.21.0 -> 0.22.0
2019-08-15 20:57:57 -05:00
Mario Rodas 46c64da14e
Merge pull request #66485 from xrelkd/update/cargo-expand
cargo-expand: 0.4.12 -> 0.4.13
2019-08-15 20:57:35 -05:00
Allan Espinosa bb1c15f7f0 skaffold: 0.30.0 -> 0.35.0 2019-08-15 15:43:16 -04:00
Lily Ballard 45e6253678 luarocks: Update detected platform version
Now that our MACOSX_DEPLOYMENT_TARGET is set to 10.12, we shouldn't be
hardcoding the platform at build time as 10.10. This change makes it
inherit the MACOSX_DEPLOYMENT_TARGET value.
2019-08-15 23:10:10 +09:00
Tim Steinbach aa9d7eedf2
sbt-extras: 2019-04-05 -> 2019-08-14 2019-08-15 09:08:05 -04:00
volth 46420bbaa3 treewide: name -> pname (easy cases) (#66585)
treewide replacement of

stdenv.mkDerivation rec {
  name = "*-${version}";
  version = "*";

to pname
2019-08-15 13:41:18 +01:00
Alexander Krotov 6a5213c740 castxml: set correct -DCLANG_RESOURCE_DIR
Fixes #66456
2019-08-15 20:35:07 +09:00
xrelkd db3f4a3149 cargo-make: 0.21.0 -> 0.22.0 2019-08-15 11:26:39 +08:00
Emily 6aa1b0acaf tinyprog: init at 1.0.24.dev99+ga77f828 2019-08-14 21:10:05 -05:00
Frederik Rietdijk cff9e6429a Merge staging-next into staging 2019-08-14 13:46:33 +02:00
Frederik Rietdijk 8d56f2472e Merge master into staging-next 2019-08-14 13:45:54 +02:00
Niklas Thorne 33bd7a1ff5 cppclean: 2018-05-12 -> 0.13 2019-08-14 13:22:57 +02:00
Emily 86ed03ae4c trellis: 2019.04.22 -> 2019.08.09 2019-08-14 00:14:22 -07:00
Emily 6f4f493891 icestorm: 2019.04.16 -> 2019.08.08 2019-08-14 00:14:22 -07:00
worldofpeace 24870b40d6
Merge pull request #66469 from emilazy/update-blackmagic
blackmagic: 1.6.1 -> unstable-2019-08-13
2019-08-13 20:17:36 -04:00
Emily d792c84f35 blackmagic: 1.6.1 -> unstable-2019-08-13 2019-08-13 17:10:02 -07:00
worldofpeace fe8364a821
Merge pull request #66397 from svalaskevicius/add-electron-6
electron: add 6.x version
2019-08-13 12:39:06 -04:00
Jörg Thalheim 108c57b141
Merge pull request #53734 from yurrriq/update/noweb
Update noweb (and icon-lang)
2019-08-13 13:37:08 +01:00
Eric Bailey 3f2ba625d6 noweb: use clang on darwin 2019-08-13 11:21:44 +02:00
Sarunas Valaskevicius 4a31479ae5 electron_6: init at 6.0.1 2019-08-12 18:14:10 +01:00
Vincent Laporte 957a0ae2a7 ocamlPackages.camlp5: 7.07 -> 7.08 2019-08-12 14:36:38 +00:00
Pascal Bach f5d84bb446 Revert "gitlab-runner: don't bundle prebuilt docker images (#66225)" (#66522)
This reverts commit 9175a201bb.
2019-08-12 13:06:15 +00:00
Marek Mahut 87e13bb9e0
Merge pull request #66517 from doronbehar/update-sccache
sccache: 0.2.9 -> 0.2.10
2019-08-12 13:34:34 +02:00
Doron Behar 0bd4aa02d1 sccache: 0.2.9 -> 0.2.10 2019-08-12 11:56:22 +03:00
Herwig Hochleitner 6a76eb087f systemtap: 4.0 -> 4.1 2019-08-12 02:51:49 +02:00
Peter Simons 9038403136 cachix: fix infinite recursion during evaluation 2019-08-11 20:48:09 +02:00
xrelkd 0a8e68b1b5 cargo-expand: 0.4.12 -> 0.4.13 2019-08-11 23:06:47 +08:00
Marek Mahut 4ff0effbab
Merge pull request #66053 from r-ryantm/auto-update/pmd
pmd: 6.16.0 -> 6.17.0
2019-08-10 22:02:53 +02:00
Marek Mahut 1d88c43d7c
Merge pull request #63990 from r-ryantm/auto-update/byacc
byacc: 20180609 -> 20190617
2019-08-10 21:53:32 +02:00
Florian Peter cb5b65c62a antlr: add library outputs to 3.5.2 2019-08-11 02:11:32 +08:00
Marek Mahut 236caec56d
Merge pull request #62377 from r-ryantm/auto-update/cli11
cli11: 1.7.1 -> 1.8.0
2019-08-10 15:54:58 +02:00
Michael Weiss 63ad67cbbb
scons: 3.1.0 -> 3.1.1
Announcement:
https://scons.org/scons-311-is-available.html

Changelog:
https://raw.githubusercontent.com/SConsProject/scons/rel_3.1.1/src/CHANGES.txt
2019-08-10 13:53:10 +02:00
Mario Rodas 85c73d23e8
flow: 0.104.0 -> 0.105.0 2019-08-09 21:00:00 -05:00
Wael Nasreddine b3668d68a2
bazel: 0.28.0 -> 0.28.1 (#66402) 2019-08-09 17:30:06 -07:00
worldofpeace ba8f312a96
Merge pull request #65916 from worldofpeace/electron-update
Electron updates
2019-08-09 17:38:45 -04:00
Mario Rodas 2c06560593
Merge pull request #66377 from marsam/update-heroku
heroku: 7.22.4 -> 7.27.1
2019-08-09 07:09:31 -05:00
Frederik Rietdijk 5bc501b7aa Merge staging-next into staging 2019-08-09 14:01:00 +02:00
Frederik Rietdijk 9bd78cb048 Merge master into staging-next 2019-08-09 14:00:27 +02:00
Mario Rodas 246c223e87 dune: 1.11.0 -> 1.11.1 2019-08-09 11:45:38 +00:00
Mario Rodas 42da2c4f00
heroku: 7.22.4 -> 7.27.1 2019-08-09 04:20:00 -05:00
Jon 62a916defd ocamlPackages_latest.camlp4: init at 4.08+1 (#66343) 2019-08-09 06:40:59 +00:00
José Luis Lafuente 2e234161a7
clj-kondo: init at 2019.07.31-alpha 2019-08-09 07:55:15 +02:00
Mario Rodas 15672693c1 bazelisk: 0.0.8 -> 1.0 (#66353) 2019-08-08 22:26:15 -07:00
Martin Weinelt dba881e30e
chromedriver: 2.46 -> 76.0.3809.68 2019-08-08 16:18:19 +02:00
Mario Rodas 26663f75a5
Merge pull request #66308 from marsam/fix-wasm-pack-darwin
wasm-pack: fix build on darwin
2019-08-08 07:55:55 -05:00
Pascal Bach 9175a201bb gitlab-runner: don't bundle prebuilt docker images (#66225)
The bundeled images are no longer compiled into the binary. They are
also not strictly required as they will be fetched if not available.

This change removes them as this reduces the closure size and also makes
updates easier.
2019-08-08 10:35:53 +00:00
Jonathan Ringer 96a64ff735 spirv-tools: 2019.1 -> 2019.3 2019-08-08 00:57:53 -07:00
Jonathan Ringer 19d91206e7 vulkan-*: 1.1.106 -> 1.1.114.0 2019-08-08 00:57:53 -07:00
Mario Rodas 58de4286d3
wasm-pack: fix build on darwin 2019-08-07 21:52:01 -05:00
Jiri Danek 510c1c2c87 msbuild: init at 16.3 2019-08-07 23:58:39 +02:00
Matthew Bauer 514af58478 Merge remote-tracking branch 'marsam/fix-xcbuild-build' 2019-08-07 17:29:50 -04:00
Matthew Bauer 4589c892c5
Merge pull request #66276 from eraserhd/pr/master/xcbuild-libcompression
xcbuild: fix darwin build
2019-08-07 17:24:25 -04:00
Eric Bailey 67aaa70a5b noweb: 2.11b -> 2.12
- fetchurl -> fetchFromGitHub
- Support building with icon (useIcon, default: false)
- Support darwin
- Configure for texlive
- Flesh out meta
- Build man pages
- Pass through tex package
2019-08-07 15:59:36 -05:00
worldofpeace 0d4c5dceb0
Merge pull request #66256 from xrelkd/update/cargo-bloat
cargo-bloat: 0.7.2 -> 0.8.2
2019-08-07 12:33:26 -04:00
Jason Felice 80112a6f2a xcbuild: fix darwin build
Bumping the MacOS target version to 10.12 signalled xcbuild that
libcompression is available on Darwin, but libcompression is not
OSS (even though an LZFSE reference implementation is), and it is not
part of a framework for us to make impure, so this patch disables it.
2019-08-07 11:22:18 -04:00
Marek Mahut 795e31f11e
Merge pull request #65994 from r-ryantm/auto-update/minizinc-ide
minizincide: 2.3.0 -> 2.3.1
2019-08-07 17:03:38 +02:00
adisbladis c9d31698cb
Merge pull request #66269 from johnchildren/golangci-lint-update
golangci-lint: 1.16.0 -> 1.17.1
2019-08-07 14:19:08 +01:00
Vincent Laporte 0a477846af ocamlPackages.findlib: 1.8.0 -> 1.8.1
Also remove unused legacy version 1.7.3
2019-08-07 12:26:34 +00:00
John Children c805c23239 golangci-lint: 1.16.0 -> 1.17.1
Version bump for golangci-lint
2019-08-07 12:48:06 +01:00
xrelkd fb91d00c40 cargo-bloat: 0.7.2 -> 0.8.2 2019-08-07 16:27:35 +08:00
Marek Mahut 60dc4c1534
Merge pull request #66152 from r-ryantm/auto-update/sauce-connect
sauce-connect: 4.5.3 -> 4.5.4
2019-08-06 21:20:15 +02:00
adisbladis 06260734de
Merge pull request #65720 from enumatech/gradle-major-versions
gradle: declare package major versions
2019-08-06 19:07:13 +01:00
Mario Rodas 4e6253392c terracognita: init at 0.1.6 (#66203) 2019-08-06 10:48:57 -07:00
Thomas Tuegel 2c55b3256c
Merge pull request #65896 from r-ryantm/auto-update/cmake-cursesUI-qt5UI
cmakeWithGui: 3.14.5 -> 3.15.1
2019-08-06 10:29:09 -05:00
Valentin Shirokov 00bb62d4ab stlink: 1.3.0 -> 1.5.1
Version bump
No other changes
2019-08-06 15:43:44 +09:00
Mario Rodas 2444738dae
xcbuild: fix build on darwin 2019-08-05 22:48:29 -05:00
R. RyanTM 50dacfbaf2 sauce-connect: 4.5.3 -> 4.5.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/sauce-connect/versions
2019-08-05 19:51:49 -07:00
Mario Rodas 0651ab5b8a
Merge pull request #52441 from vdemeester/init-buildkit
buildkit: init at v0.4.0
2019-08-05 19:18:17 -05:00
Orivej Desh f8d83938a7 swig4: init at 4.0.0
SWIG 4 is not a complete replacement for SWIG 3 because it has removed support
for CFFI, Allegrocl, Chicken, CLISP, S-EXP, UFFI, Pike, Modula3.
2019-08-05 21:42:07 +00:00
Maximilian Bosch d86f7ff625
Merge pull request #65851 from mmahut/github-commenter
github-commenter: init at 0.5.0
2019-08-05 23:19:32 +02:00
Marek Mahut 9a8e4c0da1 github-commenter: init at 0.5.0 2019-08-05 15:15:01 +02:00
R. RyanTM 5bcd191160 pmd: 6.16.0 -> 6.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/pmd/versions
2019-08-05 03:21:43 -07:00
edef c72fff2e03 Revert "pgcli: 2.0.2 -> 2.1.1"
This reverts commit 2b07800798.
2019-08-05 08:33:42 +00:00
edef 2b07800798 pgcli: 2.0.2 -> 2.1.1 2019-08-05 08:32:21 +00:00
R. RyanTM 9f3dd81f86 minizincide: 2.3.0 -> 2.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/minizinc-ide/versions
2019-08-04 16:19:03 -07:00
Mario Rodas 2ba3235b4a
Merge pull request #65923 from r-ryantm/auto-update/go-protobuf
go-protobuf: 1.3.1 -> 1.3.2
2019-08-04 09:12:10 -05:00
WilliButz b04f246833
Merge pull request #65900 from r-ryantm/auto-update/cfr
cfr: 0.145 -> 0.146
2019-08-04 12:48:39 +02:00
R. RyanTM 0680b8f1a7 go-protobuf: 1.3.1 -> 1.3.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/go-protobuf/versions
2019-08-04 03:06:01 -07:00
Frederik Rietdijk 27e030a1cc
Merge pull request #62812 from Tomahna/bloop
bloop: 1.2.5 -> 1.3.2
2019-08-04 10:07:16 +02:00
worldofpeace 6896a3856b electron: 4.1.5 -> 4.2.8 2019-08-04 02:57:33 -04:00
worldofpeace 2275a2ebde electron_3: 3.1.8 -> 3.1.13 2019-08-04 02:53:10 -04:00
worldofpeace 245c884652 electron_5: 5.0.0 -> 5.0.8 2019-08-04 02:48:19 -04:00
R. RyanTM e955860a08 cfr: 0.145 -> 0.146
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/cfr/versions
2019-08-03 21:26:49 -07:00
R. RyanTM 5c0cdcfad2 cmakeWithGui: 3.14.5 -> 3.15.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/cmake-cursesui-qt5ui/versions
2019-08-03 20:19:16 -07:00
Robin Gloster fe1ee66bec
Merge pull request #65882 from r-ryantm/auto-update/bear
bear: 2.4.0 -> 2.4.1
2019-08-03 23:30:50 +00:00
Robin Gloster 5f313c3c90
Merge pull request #65883 from r-ryantm/auto-update/checkstyle
checkstyle: 8.22 -> 8.23
2019-08-03 23:29:57 +00:00
R. RyanTM d10e05108b checkstyle: 8.22 -> 8.23
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-08-03 16:00:22 -07:00
R. RyanTM d8c7ac8714 bear: 2.4.0 -> 2.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/bear/versions
2019-08-03 15:53:50 -07:00
Jonathan Ringer 3c85b7155a rust-cbindgen: 0.8.7 -> 0.9.0 2019-08-03 09:38:27 -07:00
Mario Rodas 0423b5d762 tflint: 0.9.2 -> 0.9.3 (#65848) 2019-08-03 09:25:22 -07:00
Benjamin Saunders 0fd978baf7 vulkan-validation-layers: 1.1.101.0 -> 1.1.106.0 2019-08-03 17:52:43 +02:00
Marek Mahut 8251b83e6a
Merge pull request #65809 from JohnAZoidberg/litecli-1.1.0
litecli: 1.0.0 -> 1.1.0
2019-08-03 16:35:37 +02:00
Jake Waksbaum 3ab32ee8f6 framac: 18 -> 19 and update why3 2019-08-03 14:03:22 +00:00
Daniel Schaefer f8a50fcca3 litecli: 1.0.0 -> 1.1.0
Fixes the tests.
2019-08-03 11:42:50 +02:00
Sarah Brofeldt c99d70405a
Merge pull request #63352 from vdemeester/update-skopeo
skopeo: 0.1.36 -> 0.1.37
2019-08-03 09:38:28 +02:00
Sarah Brofeldt 33c3c2261a
Merge pull request #65599 from zauberpony/hcloud-1.13.0
hcloud: 1.11.0 -> 1.13.0
2019-08-03 08:48:17 +02:00
Sarah Brofeldt 19404990b8
Merge pull request #65749 from adisbladis/hound-git-hg
hound: Wrap git & mercurial binaries
2019-08-03 08:27:51 +02:00
Frederik Rietdijk 4afe7a7bf3 Merge staging-next into staging 2019-08-03 07:48:19 +02:00
Frederik Rietdijk d20a59d2e5 Merge master into staging-next 2019-08-02 23:27:18 +02:00
Wael Nasreddine c64c5a3be8
Merge pull request #65746 from AtkinsChang/update-kustomize
kustomize: 3.0.0 -> 3.1.0
2019-08-02 07:36:24 -07:00
Maximilian Bosch a3eab9e90a
Merge pull request #64302 from angristan/vagrant/update/2.2.5
vagrant: 2.2.3 -> 2.2.5
2019-08-02 12:39:37 +02:00
Vladimír Čunát a89f245f3b
Merge branch 'master' into openssl-1.1
... to avoid the accidental gnupatch rebuild
2019-08-02 09:47:38 +02:00
Frederik Rietdijk 6f723b9bad Merge master into staging-next 2019-08-02 09:18:37 +02:00
Atkins 82d9988eb8 kustomize: fix variable interpolation for version info 2019-08-02 14:51:34 +08:00
Mario Rodas 18c515ac80
rubocop: 0.73.0 -> 0.74.0 2019-08-02 00:55:07 -05:00
Robin Gloster 30969073f0
Merge remote-tracking branch 'upstream/master' into openssl-1.1 2019-08-02 03:01:30 +02:00
adisbladis 0e97967187
hound: Wrap git & mercurial binaries 2019-08-01 21:29:01 +01:00
Atkins 2fb5993fe7
kustomize: 3.0.0 -> 3.1.0 2019-08-02 03:31:22 +08:00
Troels Henriksen 7d5f527fc0 oclgrind: init at 18.3. (#63159)
oclgrind: init at 18.3
2019-08-01 18:06:41 +02:00
Lionello Lunesu 15d5a93d16 gradle: declare package major versions 2019-08-01 21:04:14 +08:00
zimbatm bffe156bd2
mdsh: 0.1.3 -> 0.1.4 2019-08-01 12:02:53 +02:00
Frederik Rietdijk 4ca8e53e1d Merge staging-next into staging 2019-08-01 09:44:06 +02:00
Frederik Rietdijk 55e4555b77 Merge master into staging-next 2019-08-01 09:42:54 +02:00
Jörg Thalheim 15cc0cc5c9
radare2: 3.6.0 -> 3.7.0 2019-08-01 07:31:14 +01:00
Marek Mahut 5f1fe61cae
Merge pull request #65674 from fabianhjr/master
mill: 0.4.1 -> 0.5.0
2019-07-31 23:40:33 +02:00
Fabián Heredia Montiel 4ee4263fb9 mill: 0.4.1 -> 0.5.0 2019-07-31 17:24:13 +00:00
Samuel Leathers 5d41f1a676
Merge pull request #62026 from bhipple/fix/libtool
libtool2: enable parallel builds
2019-07-31 13:03:29 -04:00
Sarah Brofeldt 8761bc0ad7 gitlab-runner: Fix prebuilt hash 2019-07-31 18:46:20 +02:00
angristan 5521aae4b9 vagrant: 2.2.3 -> 2.2.5 2019-07-31 15:51:32 +02:00
Michael Weiss 51dc2cdd58
scons: 3.0.5 -> 3.1.0
Announcement:
https://scons.org/scons-310-is-available.html

Changelog:
https://raw.githubusercontent.com/SConsProject/scons/rel_3.1.0/src/CHANGES.txt
2019-07-30 18:50:56 +02:00
Elmar Athmer 1b4de41d64 hcloud: utilize pname and quote URL
This implements rfc 0035 and rfc 0045.
2019-07-30 12:12:43 +02:00
Elmar Athmer d7eeb8354e hcloud: 1.11.0 -> 1.13.0 2019-07-30 11:20:46 +02:00
Mario Rodas 70503758fb flow: 0.103.0 -> 0.104.0 2019-07-30 07:35:29 +00:00
Jörg Thalheim 362c9c4ff9
Merge pull request #65587 from lopsided98/gn-update
gn: 20190726 -> 20190403 (downgrade to fix Chromium)
2019-07-30 08:29:29 +01:00
Jörg Thalheim 445c99794d
Merge pull request #65596 from arcnmx/pr-racer-update
rustracer: 2.0.14 -> 2.1.22
2019-07-30 08:16:15 +01:00
arcnmx c3bf4cec23 rustracerd: 2017-09-15 -> 2019-03-20 2019-07-29 22:10:18 -07:00
arcnmx 530e6004ef rustracer: 2.0.14 -> 2.1.22 2019-07-29 22:10:12 -07:00
Mario Rodas 137ce9ec09
universal-ctags: 2018-07-23 -> 2019-07-30 2019-07-29 23:52:39 -05:00
Nikolay Amiantov a956694aba buildBazelPackage: clear markers
Turns out markers are non-deterministic after all and even our patching still
doesn't solve this problem completely. For example (tensorflow deps, this is a
complete diff so actual dependencies don't differ):

30509c30509
< bc527ff00916b15caee38793bca8f294c748df4a256de55c5199281be0489e73  result/@bazel_skylib.marker
---
> 4e0303e815c78df1e43d4b88dfe65e73046e0c6157fb10aa9a4e8b910113cd9c  result/@bazel_skylib.marker
31045c31045
< fa13d04b2316214c3b4008b52546c2d5b633e006f6f019d597bb3f9745bacf7b  result/@bazel_toolchains.marker
---
> b36174bf5535e5157801b6de30c35ee03a03fe57766306393c3d65dd65cbebf4  result/@bazel_toolchains.marker
31144c31144
< b0ce4a3ac29ac22528336dd3a54b5b7af9ecc43bef2a2630713c1981a5cbbb51  result/@build_bazel_rules_swift.marker
---
> 7492528068ec4f8e7ace2ecf8f933ec4e1b2235bd7426ce6f70177919f1cd05e  result/@build_bazel_rules_swift.marker
36245c36245
< be2993536a8233d63251b664caf35b1e7cd57d194ab2a39a293876c232d6bbd0  result/@io_bazel_rules_closure.marker
---
> b6655cc3f2c78525e5a724d8a4e93b1e7f09f1e09fc817d231109e7f39103e88  result/@io_bazel_rules_closure.marker
36329c36329
< 087bc674c9509dfe157400d111db4a13eeb45fc76aeccd490cee9aad6771ecad  result/@io_bazel_rules_docker.marker
---
> f920ec07315ec71e800b05cd22b2a341c0a80807c6e335ee81739b13c532b422  result/@io_bazel_rules_docker.marker
79544d79543
< 85893a05a817036c61f6cd9f8247757baa1654f473c494ce4fc5253c2bbd2790  result/@platforms.marker

And here's an example of differences:

$ cat result-a/@bazel_skylib.marker
7dc7472d37424ba5ec6a5532765bc911
$MANAGED
cat result-b/@bazel_skylib.marker
a8f3f577798201157128e8e9934c4705
$MANAGED

Instead of trying to patch these markers further we now completely clear them.
Nix hacks for ignoring markers are restored and expanded so that we don't even
attempt to parse the marker.
2019-07-31 11:28:06 +03:00
Mario Rodas 33d3777986
Merge pull request #65590 from marsam/update-brakeman
brakeman: 4.5.1 -> 4.6.1
2019-07-30 18:34:46 -05:00
Vincent Laporte c75b84a7c4 dune: disable for OCaml < 4.02 2019-07-30 16:18:39 +00:00
Jörg Thalheim c6b6f38914
rustracer: add Security framework on darwin (#65598)
rustracer: add Security framework on darwin
2019-07-30 11:53:26 +01:00
Jörg Thalheim 8166fc21b8
racer: add Security framework on darwin 2019-07-30 08:27:38 +01:00
Mario Rodas a0d847f1ce
go-tools: 2019.2.1 -> 2019.2.3 2019-07-29 23:21:49 -05:00
Mario Rodas 94ae71a66a
brakeman: 4.5.1 -> 4.6.1 2019-07-29 23:14:59 -05:00
Ben Wolsieffer 8c73d4b14f gn: 20190726 -> 20190403
Downgrade to fix Chromium.
2019-07-29 22:30:53 -04:00
Robin Gloster 4107e208a1
Merge pull request #60429 from WilliButz/codimd-update
codimd: 1.2.0 -> 1.4.0, repackage with yarn2nix
2019-07-29 22:57:21 +00:00
Andreas Rammhold e2e07e2871
git-series: use openssl 1.0.2 2019-07-29 21:25:15 +02:00
Jörg Thalheim 6943c9ea91
Merge pull request #63759 from arcnmx/rust-darwin-rls
rls: fix darwin build
2019-07-29 07:22:37 +01:00
Ben Wolsieffer 2547d6cb18 gn: 20181031 -> 20190726 2019-07-28 15:58:51 -04:00
arcnmx 40020f46b6 rls: fix darwin build
rls links to internal rustc crates, which introduces an atypical
dependency on rustc. A superficial installCheck ensures that the
binary is linked properly and able to run on its own.
2019-07-28 10:09:38 -07:00
Frederik Rietdijk cca5ee9c07 Merge staging-next into staging 2019-07-28 09:10:03 +02:00
arcnmx e84e223c9b rls: 1.35.0 -> 1.36.0 2019-07-27 23:46:01 -07:00
Meghea Iulian 41881902e8 vagrant: add bash completions 2019-07-27 14:58:00 +03:00
xrelkd a7c2dd267d rust-bindgen: 0.50.0 -> 0.51.0 2019-07-27 07:48:47 +08:00
Frederik Rietdijk 0f6bda38fe Merge staging-next into staging 2019-07-26 14:45:31 +02:00
Jörg Thalheim d07fb6be03
linuxkit: 2017-07-08 -> 0.7 (#65359)
linuxkit: 2017-07-08 -> 0.7
2019-07-26 07:45:35 +01:00
Nick Novitski e65244ee56 linuxkit: 2017-07-08 -> 0.7 2019-07-25 21:32:20 -07:00
worldofpeace 883a1dffcf
Merge pull request #52859 from jtojnar/cmake-gid
cmake: use multiple outputs for GNUInstallDirs
2019-07-25 16:05:10 -04:00
Nikolay Amiantov 7b828532b9 bazel-deps: 2019-02-01 -> 2019-07-11, mark as broken
Also drop preInstall cleanup for dependencies. The reason is while it's more
thorough than default cleanup in buildBazelPackage if such a problem happens we
should fix buildBazelPackage instead. Perhaps even move this (awesome!) snippet
there but it's very slow-running so we'd rather attempt to fix it in other
ways.

Anyway after an update at least .deps build, checked with `nix-build -A --check`.
2019-07-25 17:40:46 +02:00
Nikolay Amiantov 969aec30b6 bazel-remote: mark as broken 2019-07-25 17:40:46 +02:00
WilliButz f748b501e8
yarn2nix-moretea: init at 2019-04-10 2019-07-25 17:15:00 +02:00
Frederik Rietdijk dcea5637d8
Merge pull request #64982 from NixOS/staging-next
Staging next
2019-07-25 15:48:30 +02:00
Profpatsch fdee6f4fae bazel: disable dm-sonnet downstream test 2019-07-25 13:27:45 +02:00
Profpatsch 63e0b8b3f9 bazel: execute dm-sonnet test only on linux 2019-07-25 13:27:45 +02:00
Timo Kaufmann e7e70b7073 bazel: add fixed output test case
Feels like a horrible hack, but it should make sure that downstream
hashes are preserved between bazel versions.
2019-07-25 13:27:45 +02:00
Frederik Rietdijk 34eebf6844 Merge master into staging-next 2019-07-25 11:52:18 +02:00
Frederik Rietdijk 3d00d8e4ee pythonPackages.pyyaml_3: init , instead of multiple pyyaml overrides
Temporary attribute until we can get rid of it everywhere.

This was triggered due to the libyaml 0.2.2 incompatibilty requiring
patches and still not building.
2019-07-25 11:51:55 +02:00
Orivej Desh 32fbbc6f9b Merge master into staging 2019-07-25 09:23:21 +00:00
Mario Rodas b5f5c97f7d
Merge pull request #64245 from turboMaCk/tools-rust/cargo-generate
cargo-generate: init at 0.3.0
2019-07-24 18:57:18 -05:00
Marek Fajkus 02d79ced90 cargo-generate: init at 0.3.0 2019-07-24 23:55:20 +02:00
Kevin Rauscher d6b6015d34 bloop: get closer to standard bloop packaging 2019-07-24 21:42:40 +02:00
Kevin Rauscher 3bdd3b158a bloop: refactor derivation to use subderivations
This change prevents accidentally using cached version of dependencies
when updating the version
2019-07-24 21:42:40 +02:00
Kevin Rauscher 0f4da4a501 bloop: 1.2.5 -> 1.3.2 2019-07-24 21:42:40 +02:00
Lefteris Kritikos 6d25177ca8 bazel-buildtools: 0.22.0 -> 0.28.0 2019-07-24 18:57:52 +02:00
Mario Rodas 236d744df7 dune: 1.10.0 -> 1.11.0 2019-07-24 15:20:40 +00:00
Peter Hoeg c29a53b3ce clang-tools: install clangd as well 2019-07-24 16:33:44 +08:00
Joachim F b4522d230e
Merge pull request #58640 from andrewchambers/redo-apenwarr
redo-apenwarr: init at unstable-2019-06-21
2019-07-23 17:03:57 +00:00
Robin Gloster 0142252012
Merge pull request #65266 from marsam/update-rubocop
rubocop: 0.72.0 -> 0.73.0
2019-07-23 14:48:17 +00:00
Domen Kožar e765dde910
antora: include site-generator-default 2019-07-23 10:16:15 +02:00
worldofpeace b1bc0645ea gdk-pixbuf: rename from gdk_pixbuf 2019-07-22 18:50:57 -04:00
Vladyslav M 6bec1fa33d
rls: 1.34 -> 1.35 (#65241)
rls: 1.34 -> 1.35
2019-07-22 22:22:56 +03:00
Robin Gloster 75151fe85d
Merge pull request #65265 from marsam/init-terraform-lsp
terraform-lsp: init at 0.0.5
2019-07-22 18:46:37 +00:00
Robin Gloster 18526b7579
Merge pull request #65162 from marsam/update-tflint
tflint: 0.9.1 -> 0.9.2
2019-07-22 18:19:47 +00:00
Robin Gloster 64cd2a618d
Merge pull request #65249 from max-wittig/patch-2
gitlab-runner: 12.0.2 -> 12.1.0
2019-07-22 17:27:51 +00:00
Symphorien Gibol 7ed3d2d6fd
rls: 1.34 -> 1.35 2019-07-22 17:42:18 +03:00
Nick Novitski 7136e0d0a6 bundlerUpdateScript: init and use (#64822) 2019-07-22 12:02:47 +00:00
Mario Rodas fbf05d6741
rubocop: 0.72.0 -> 0.73.0 2019-07-22 04:20:00 -05:00
Mario Rodas dd6eea86f8
terraform-lsp: init at 0.0.5 2019-07-22 04:20:00 -05:00
Max Wittig bc6366b728
gitlab-runner: 12.0.2 -> 12.1.0
Corresponding runner for GitLab version 12.1.0

Changelog: https://gitlab.com/gitlab-org/gitlab-runner/blob/12-1-stable/CHANGELOG.md
2019-07-22 08:29:01 +02:00
worldofpeace b647c76929
Merge pull request #65194 from r-ryantm/auto-update/uftrace
uftrace: 0.9.2 -> 0.9.3
2019-07-21 13:13:32 -04:00
Mario Rodas ca341029b6
Merge pull request #65207 from r-ryantm/auto-update/yarn
yarn: 1.17.0 -> 1.17.3
2019-07-21 01:43:05 -05:00
R. RyanTM 56757df7c3 yarn: 1.17.0 -> 1.17.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/yarn/versions
2019-07-20 17:19:22 -07:00
Andreas Rammhold 2d36694ff5
Merge pull request #65178 from r-ryantm/auto-update/remarshal
remarshal: 0.9.1 -> 0.10.0
2019-07-21 00:08:19 +02:00
R. RyanTM 2535b73809 uftrace: 0.9.2 -> 0.9.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/uftrace/versions
2019-07-20 13:58:38 -07:00
R. RyanTM 11e147d3d1 remarshal: 0.9.1 -> 0.10.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/remarshal/versions
2019-07-20 08:42:38 -07:00
Aaron Andersen 87b4e9cdec
Merge pull request #57437 from elasticdog/cargo-raze
cargo-raze: init at 0.2.8
2019-07-20 08:16:17 -04:00
Peter Hoeg a91c1dc167 wp-cli: 2.0.1 -> 2.2.0 2019-07-20 14:14:42 +02:00
midchildan cf3948fbe0 sourcetrail: 2019.1.11 -> 2019.2.39 2019-07-20 14:11:31 +02:00
Mario Rodas e04883e4a6
tflint: 0.9.1 -> 0.9.2 2019-07-20 04:20:00 -05:00
Wael M. Nasreddine 4cb3a803ec
bazel-watcher: fix the hash of the fetchAttrs 2019-07-19 20:58:28 -07:00
Aaron Bull Schaefer 1f3a6719d9 cargo-raze: init at 0.2.8 2019-07-19 15:34:43 -07:00
Vladyslav M 2a669d3ee1
ktlint: 0.33.0 -> 0.34.0 (#65094)
ktlint: 0.33.0 -> 0.34.0
2019-07-19 22:30:50 +03:00
R. RyanTM 730ac18ebe ktlint: 0.33.0 -> 0.34.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-07-19 10:37:38 -07:00
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