Silvan Mosberger
18d059a4ac
Merge pull request #54115 from k32/master
...
rebar3: 3.6.1 -> 3.9.0
2019-02-09 17:29:59 +01:00
Vladimír Čunát
7f9e3b8206
Merge branch 'master' into staging-next
...
Hydra nixpkgs: ?compare=1504357
2019-02-09 10:15:17 +01:00
worldofpeace
69be72a64a
desktop-files-utils: add setupHook to remove mimeinfo.cache
...
Post-Installation scripts are running `update-desktop-database -q`
creating these files which obviously results in a lot of collisions.
Much better solution than eventually noticing their existence and
removing them in postInstall.
2019-02-09 01:29:53 +00:00
Matthew Bauer
54dcb0b137
Merge pull request #52622 from marsam/init-dive
...
dive: init at 0.5.0
2019-02-08 17:51:51 -05:00
Matthew Bauer
0dd773265e
Merge pull request #53182 from ryanfitzsimon/vagrant-libvirt-utils
...
vagrant: Add vagrant-libvirt utility dependencies
2019-02-08 17:47:46 -05:00
Matthew Bauer
94d8b1f2b6
Merge pull request #53151 from symphorien/rls1.31
...
rls: init at 1.31.7
2019-02-08 17:47:06 -05:00
Roman Meerson
efed82655c
chromedriver: 2.43 -> 2.46
2019-02-08 16:35:52 +01:00
R. RyanTM
436701842b
flow: 0.91.0 -> 0.92.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/flow/versions
2019-02-08 13:18:33 +00:00
Timo Kaufmann
295acfcb33
Revert "rustfmt: 1.0.0 -> 1.0.1" ( #55437 )
...
This reverts commit 7fff567ee9
. It depends
on the rustc update I reverted in #55379 . It should be re-introduced
after that rustc update has gone through staging.
2019-02-08 12:24:15 +01:00
Jörg Thalheim
33ca8f9150
Merge pull request #55405 from xtruder/pkgs/hetzner-prompt/main-package
...
kube-prompt: build only main package
2019-02-08 07:56:38 +00:00
Vincent Laporte
f833a3e881
ocamlPackages.ocp-index: 1.1.7 -> 1.1.8
2019-02-08 07:35:52 +01:00
Jaka Hudoklin
76704e15a0
kube-prompt: build only main package
2019-02-07 18:14:57 +01:00
lewo
15e43d59cf
Merge pull request #55101 from lopsided98/hydra-update
...
hydra: 2018-08-07 -> 2019-02-01
2019-02-07 17:59:46 +01:00
Sarah Brofeldt
f19145d8ca
Merge pull request #55336 from r-ryantm/auto-update/cfr
...
cfr: 0.138 -> 0.139
2019-02-07 12:15:50 +01:00
k32
d4b243905f
rebar3: 3.6.1 -> 3.9.0
...
Remove hermetic patch (make it compatible with the upstream)
(Mostly) eliminate the need for hex package registry
2019-02-06 19:45:40 +01:00
R. RyanTM
9f93aa092c
ccls: 0.20181225.7 -> 0.20181225.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/ccls/versions
2019-02-06 08:10:11 -08:00
Tim Steinbach
c7fda39fc2
sbt-extras: 2018-12-04 -> 2019-01-30
2019-02-06 08:53:41 -05:00
Vladimír Čunát
ff101946a8
Merge branch 'master' into staging-next
...
Hydra nixpkgs: ?compare=1503899
2019-02-06 14:24:46 +01:00
R. RyanTM
c479113212
cfr: 0.138 -> 0.139
...
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-02-06 05:17:27 -08:00
tobias pflug
fe1d31480c
kind: 0.0.1 -> 0.1.0
2019-02-06 10:51:00 +01:00
Florian Klink
d711a8301b
Merge pull request #55218 from bachp/gitlab-runner-11.7.0
...
gitlab-runner: 11.6.0 -> 11.7.0
2019-02-06 00:53:51 +01:00
Ryan Mulligan
cfa3f9bb99
Merge pull request #55253 from r-ryantm/auto-update/kubectx
...
kubectx: 0.6.2 -> 0.6.3
2019-02-05 06:03:18 -08:00
Eelco Dolstra
7fff567ee9
rustfmt: 1.0.0 -> 1.0.1
2019-02-05 12:19:19 +01:00
R. RyanTM
579c9762ba
jbake: 2.6.3 -> 2.6.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/jbake/versions
2019-02-05 01:45:22 -08:00
R. RyanTM
23c0d79673
kubectx: 0.6.2 -> 0.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/kubectx/versions
2019-02-04 22:38:25 -08:00
Maximilian Bosch
acfc1c1535
hydra: don't support Nix 1.x
...
The component `hydra-evaluator` requires `pool.hh` from Nix which isn't
provided by Nix 1.x and thus fails with the following error in this
case:
```
hydra-evaluator.cc:3:10: fatal error: pool.hh: No such file or directory
#include "pool.hh"
^~~~~~~~~
compilation terminated.
make[3]: *** [Makefile:443: hydra_evaluator-hydra-evaluator.o] Error 1
```
As the commit is from 2016 and fairly hard to revert for Nix 1.x
support, it's easier to drop that.
This has been tested with fixed perl-bindings for Nix1 as done in #55146 .
2019-02-05 00:00:18 +01:00
R. RyanTM
c9a28dcaa6
ocamlPackages.utop: 2.2.0 -> 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/utop/versions
2019-02-04 14:59:21 -08:00
Pascal Bach
30c40858bd
gitlab-runner: 11.6.0 -> 11.7.0
2019-02-04 18:30:52 +01:00
Matthieu Coudron
2ba891788b
Lua generate nix packages from luarocks ( #54978 )
...
* lua: generate packages from luarocks
* luarocks-nix: update
* removed packages already available in nixpkgs
* adressing reviews
update script can now accept another csv file as input with -c
* Remove obsolete comment
2019-02-04 11:30:58 +00:00
Pascal Wittmann
5eebe431ea
Merge pull request #55051 from NixOS/update-gtk-doc
...
gtk-doc: 1.28 -> 1.29
2019-02-03 17:27:40 +01:00
zimbatm
abac6afe93
pkgconfig: rename to pkg-config ( #55094 )
...
Package attrs should map to the pname. It's confusing otherwise.
pkg-config is also the name used by most distributions:
Debian, Homebrew, Guix, OpenSuse
other distributions like FreeBSD ports, Fedora and Arch Linux call it
"pkgconf"
Waiting a few releases to make a tree-wide change to make it easier to
back-port things.
2019-02-03 15:35:55 +00:00
Jan Malakhovski
73b2c285fe
radare2, r2-for-cutter: move defaults to package file
2019-02-03 15:33:25 +00:00
Vladimír Čunát
32767d139f
Merge branch 'staging-next'
...
This round is without the systemd CVE,
as we don't have binaries for that yet.
BTW, I just ignore darwin binaries these days,
as I'd have to wait for weeks for them.
2019-02-20 09:38:45 +01:00
zimbatm
e0a927556b
mdsh: 0.1.2 -> 0.1.3
2019-02-19 21:56:42 +01:00
worldofpeace
82cde8f36e
Merge pull request #55651 from rvolosatovs/update/godef
...
godef: 1.0.0 -> 1.1.1
2019-02-19 14:59:49 -05:00
Roman Volosatovs
6c26419f5e
godef: Use fetchFromGitHub
2019-02-19 20:39:25 +01:00
Frederik Rietdijk
815b77cbe6
Merge master into staging-next
2019-02-18 14:18:04 +01:00
Carlos Morera de la Chica
9c406336f1
bazel: fix bash completion
2019-02-18 11:34:35 +01:00
Vladimír Čunát
f7f1a2f54e
Merge branch 'master' into staging-next
...
A mass darwin rebuild from master (#55784 ).
2019-02-17 08:05:24 +01:00
Frederik Rietdijk
6fe10d2779
Merge master into staging-next
2019-02-16 09:29:54 +01:00
Frederik Rietdijk
7257dedd7c
Merge master into staging-next
2019-02-13 12:33:29 +01:00
Roman Volosatovs
9bece0f471
godef: 1.0.0 -> 1.1.1
2019-02-12 18:51:18 +01:00
Matthew Bauer
57cb5fe1f2
Merge pull request #55519 from FlorianFranzen/staging
...
Staging
2019-02-10 09:29:10 -05:00
Matthew Bauer
5c09d977c7
Merge remote-tracking branch 'origin/master' into staging
2019-02-09 12:14:06 -05:00
Eelco Dolstra
016c4c9c82
rustfmt: 1.0.0 -> 1.0.1
...
(cherry picked from commit 7fff567ee9
)
2019-02-08 11:13:09 +01:00
worldofpeace
3abe344987
ninja: Add comment explaining the consistent ID patch
...
Co-Authored-By: grahamc <graham@grahamc.com>
2019-02-07 18:26:51 -05:00
Graham Christensen
21cdf28a83
ninja: make reproducible
...
See https://github.com/ninja-build/ninja/pull/1529
2019-02-07 18:04:59 -05:00
markuskowa
56b79124ca
Merge pull request #54816 from vdemeester/update-gauge
...
gauge: 1.0.3 -> 1.0.4
2019-02-03 13:09:54 +01:00
Franz Pletz
97507ffc8b
Merge pull request #55046 from FlorianFranzen/cmake_no_pkg_reg
...
cmake: disable package registry
2019-02-03 08:32:43 +00:00
Ben Wolsieffer
8fb7706847
hydra: 2018-08-07 -> 2019-02-01
2019-02-02 19:02:06 -05:00
Vladimír Čunát
bd9f835bf6
Merge branch 'master' into staging-next
...
Larger rebuild, probably mainly haskell.
Hydra nixpkgs: ?compare=1503325
2019-02-02 17:13:11 +01:00
Vladyslav M
c7e1e48657
Merge pull request #54773 from r-ryantm/auto-update/mill
...
mill: 0.3.5 -> 0.3.6
2019-02-02 12:32:14 +02:00
Will Dietz
b6e50b3a3c
Merge pull request #55008 from dtzWill/update/ninja-1.9.0
...
ninja: 1.8.2 -> 1.9.0
2019-02-02 00:58:59 -06:00
Guillaume Massé
453baaeabd
coursier: 1.0.1 -> 1.1.0-M10
2019-02-01 16:26:38 -05:00
Pascal Wittmann
895bc4cefe
gtk-doc: 1.28 -> 1.29
2019-02-01 17:36:49 +01:00
Pascal Wittmann
d1e7081596
checkstyle: 8.16 -> 8.17
2019-02-01 16:19:50 +01:00
Vladimír Čunát
8ba516664b
Merge branch 'staging-next' into staging
2019-02-01 09:42:53 +01:00
Mario Rodas
3613654a1f
pyre: 0.0.18 -> 0.0.20
2019-02-01 08:34:35 +00:00
Vladimír Čunát
5effa4e0f9
Merge branch 'master' into staging-next
...
Comments on conflicts:
- llvm: d6f401e1
vs. 469ecc70
- docs for 6 and 7 say the default is
to build all targets, so we should be fine
- some pypi hashes: they were equivalent, just base16 vs. base32
2019-02-01 09:22:29 +01:00
Uri Baghin
2b2854e522
bazel-deps: 2018-11-01 -> 2019-02-01
2019-02-01 17:30:36 +11:00
adisbladis
8f58e00226
vgo2nix: unstable-2018-12-02 -> unstable-2019-02-01
2019-02-01 06:19:15 +00:00
Jörg Thalheim
1321f17bc1
Merge pull request #54580 from plapadoo/gprof2dot-latest
...
gprof2dot: 2015-04-27 -> 2017-09-19
2019-01-31 21:50:39 +00:00
Dmitry Kalinkin
c0d3182f79
Merge pull request #53585 from Scriptkiddi/litecli
...
litecli: init at 1.0.0
2019-01-31 16:05:30 -05:00
Dmitry Kalinkin
f3fe429d44
litecli: fix tests
2019-01-31 15:43:35 -05:00
Will Dietz
d4cd52e503
ninja: 1.8.2 -> 1.9.0
...
https://groups.google.com/forum/#!topic/ninja-build/nY5Kb7zUvcg
2019-01-31 12:25:13 -06:00
Florian Franzen
e0e4577c0f
cmake: disable package registry
2019-01-31 10:17:55 +01:00
Kévin Rauscher
e925ec27ba
bloop: 1.2.3 -> 1.2.5 ( #54427 )
2019-01-31 01:20:55 +02:00
Mario Rodas
18ad447b6f
heroku: 7.18.2 -> 7.19.4
2019-01-30 21:18:14 +02:00
Maximilian Bosch
c7001df243
Merge pull request #53650 from Ma27/update-shmig
...
shmig: 2017-07-24 -> 1.0.0
2019-01-30 15:06:59 +01:00
Félix Baylac-Jacqué
a5aca72f93
bazel: 0.21.0 -> 0.22.0
2019-01-30 14:57:32 +01:00
Philipp Middendorf
a04e81898c
gprof2dot: 2015-04-27 -> 2017-09-19
2019-01-30 13:32:44 +01:00
Robert Schütz
dfc8ec8da7
Merge pull request #54813 from plapadoo/fdroidserver-update
...
fdroidserver: 2016-05-31 -> 1.1
2019-01-30 10:33:00 +01:00
Philipp Middendorf
72857e2850
fdroidserver: 2016-05-31 -> 1.1, and move out of pythonPackages
2019-01-30 09:38:37 +01:00
Philip Patsch
5c6892e1a2
bazel: fix java toolchain regression
...
By changing the default toolchain to JDK8, we broke the default Java
toolchain, which assumes JDK9.
Instead, set `host_java_toolchain` manually for our build of bazel,
and set `java_toolchain` to run the java tests with the build JDK as
well.
Fixes https://github.com/NixOS/nixpkgs/issues/54289
2019-01-29 14:03:54 +01:00
Vladimír Čunát
efc836f607
Merge branch 'staging' into bison-3.3.1
2019-01-29 12:52:57 +01:00
lewo
2f8896b821
Merge pull request #54810 from vdemeester/update-kustomize
...
kustomize: 1.0.10 -> 1.0.11
2019-01-29 09:39:58 +01:00
Will Dietz
2b59e4edd6
Merge pull request #54731 from dtzWill/update/meson-0.49.1
...
meson: 0.49.0 -> 0.49.1
2019-01-28 21:25:06 -06:00
Will Dietz
f235d64b18
Merge pull request #54635 from dtzWill/update/bison-3.3
...
bison: 3.2.4 -> 3.3.1
2019-01-28 21:24:33 -06:00
R. RyanTM
ae78ae0fc1
ammonite: 1.6.2 -> 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/ammonite/versions
2019-01-28 21:04:14 -05:00
Artemis Tosini
73bc897ac6
one_gadget: init at 1.6.2
2019-01-28 20:05:02 +00:00
Yorick
83520c308c
buildkite-agent3: 3.0.1 -> 3.8.4 ( #54430 )
2019-01-28 17:31:00 +00:00
R. RyanTM
0ef85cca2e
lttng-ust: 2.10.2 -> 2.10.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/lttng-ust/versions
2019-01-28 16:45:32 +01:00
R. RyanTM
07e06f3e0b
lttng-tools: 2.10.5 -> 2.10.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/lttng-tools/versions
2019-01-28 16:44:56 +01:00
Vincent Demeester
f89b4fc4b1
gauge: 1.0.3 -> 1.0.4
...
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
2019-01-28 16:17:54 +01:00
Vincent Demeester
7df5bb1633
kustomize: 1.0.10 -> 1.0.11
...
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
2019-01-28 15:46:11 +01:00
R. RyanTM
0f490eab3e
mill: 0.3.5 -> 0.3.6
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/mill/versions
2019-01-28 01:04:08 -08:00
Silvan Mosberger
ddcf01bca6
Merge pull request #53848 from veprbl/pr/qtwebengine_darwin_fix
...
qt511.qtwebengine: fix on darwin
2019-01-28 02:41:53 +01:00
Will Dietz
5aaf597df3
meson: 0.49.0 -> 0.49.1
...
https://groups.google.com/d/msg/mesonbuild/xRXQatmXIwo/-2lqsOIXGAAJ
https://github.com/mesonbuild/meson/milestone/33
2019-01-27 15:28:01 -06:00
Will Dietz
8b1e5308ba
Merge pull request #54464 from dtzWill/fix/binutils-2.31.1-musl
...
binutils: unbreak w/musl via upstream commits
2019-01-27 13:15:27 -06:00
Will Dietz
5ef89ae605
bison: 3.3 -> 3.3.1
...
https://lists.gnu.org/archive/html/bison-announce/2019-01/msg00003.html
2019-01-27 10:26:13 -06:00
Léo Gaspard
0a39cabd11
Merge branch 'pr-54650'
...
* pr-54650:
wabt: 1.0.6 -> 1.0.8
2019-01-27 07:55:16 +01:00
Matthew Bauer
92f0f8dd68
Merge remote-tracking branch 'NixOS/master' into staging
2019-01-27 00:01:13 -05:00
R. RyanTM
68b6efbce9
wabt: 1.0.6 -> 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/wabt/versions
2019-01-26 17:39:14 -08:00
Jörg Thalheim
ba34ffc665
Merge pull request #54619 from Mic92/remove-wkennington
...
treewide: remove wkennington as maintainer
2019-01-26 23:37:27 +00:00
Silvan Mosberger
186762719b
Merge pull request #54371 from Gerschtli/add/mdl
...
mdl: init at 0.5.0
2019-01-26 22:47:21 +01:00
Robin Palotai
566539ff55
Add test and docs.
2019-01-26 22:22:34 +01:00
Robin Palotai
d3199ddaa7
Add gzip and gnutar to default bazel-bash tools. These are often used by rules, mostly due to Bazel's one-output rule.
2019-01-26 22:22:34 +01:00
Will Dietz
ecce13ef44
bison: 3.2.4 -> 3.3
...
https://lists.gnu.org/archive/html/bison-announce/2019-01/msg00002.html
2019-01-26 12:22:51 -06:00
Elis Hirwing
f3230da9be
Merge pull request #54458 from nthorne/UFTrace_0_9_2
...
uftrace: 0.9.1 -> 0.9.2
2019-01-26 13:05:01 +01:00
Elis Hirwing
8fcf4925c7
Merge pull request #54473 from jdanekrh/packer_1.3.3
...
packer: 1.3.1 -> 1.3.3
2019-01-26 12:59:21 +01:00