Commit Graph

9211 Commits

Author SHA1 Message Date
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
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