Michael Raskin
3aae18f7dd
luarocks: fix meta after refactoring, thanks to @peti for mentioning
2019-03-06 12:31:06 +01:00
Michael Raskin
73a82dcc44
luarocks: switch to a less intrusive update-walker metadata style
2019-03-06 11:54:21 +01:00
lewo
feef0893d1
Merge pull request #56895 from vdemeester/update-skopeo
...
skoepo: 0.1.34 -> 0.1.35
2019-03-06 09:22:22 +01:00
Jörg Thalheim
e97f34834c
Merge pull request #56898 from vdemeester/update-delve
...
delve: 1.1.0 -> 1.2.0
2019-03-05 20:58:59 +00:00
Vincent Demeester
8df26ef3ff
go-symbols: unstable-2018-05-23 -> 0.1.1
...
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
2019-03-05 18:59:49 +01:00
Vincent Demeester
b4764f3b2b
delve: 1.1.0 -> 1.2.0
...
Also, move the goPackagePath to `github.com/go-delve/delve` 👼
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
2019-03-05 18:50:17 +01:00
Vincent Demeester
428c653d78
skoepo: 0.1.34 -> 0.1.35
...
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
2019-03-05 18:38:16 +01:00
William Kral
0b76b2d2af
vagrant: re-add nowarn patch ( #56863 )
2019-03-05 06:44:40 -08:00
Väinö Järvelä
41a675258f
Add Darwin support for ccls
2019-03-05 08:37:07 +02:00
Domen Kožar
d45ba336b2
cachix: 0.1.3 -> 0.2.0
2019-03-05 10:59:51 +07:00
Will Dietz
d15a3ee702
Merge pull request #56474 from dtzWill/update/buildah-1.7.1
...
buildah: 1.4 -> 1.7.1
2019-03-04 00:14:06 -06:00
Vincent Laporte
0379e97193
ocamlPackages.ocamlbuild: 0.12.0 -> 0.14.0
2019-03-03 10:57:18 +01:00
R. RyanTM
63c99f3d4f
squirrel-sql: 3.9.0 -> 3.9.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/squirrel-sql/versions
2019-03-03 09:15:35 +01:00
Herwig Hochleitner
025c2abd08
leiningen: 2.9.0 -> 2.9.1
...
(cherry picked from commit 80021b41e74ac9a3b63ac5b27ddc16f785a5b7f1)
2019-03-02 06:37:52 +01:00
Samuel Leathers
cd7dbd4bd0
Merge pull request #56618 from r-ryantm/auto-update/cppcheck
...
cppcheck: 1.86 -> 1.87
2019-03-02 04:10:43 +01:00
Samuel Leathers
cebf143016
Merge pull request #56628 from r-ryantm/auto-update/dialog
...
dialog: 1.3-20181107 -> 1.3-20190211
2019-03-02 04:00:31 +01:00
R. RyanTM
1b194208d3
dialog: 1.3-20181107 -> 1.3-20190211
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/dialog/versions
2019-03-01 17:59:35 -08:00
R. RyanTM
44202cd876
cppcheck: 1.86 -> 1.87
...
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-03-01 16:45:06 -08:00
Robert Schütz
ee2d7e432f
Merge pull request #56323 from costrouc/python-ansible-refactor
...
Move ansible to python-modules and use toPythonApplication + ansible related packages
2019-03-01 21:08:54 +01:00
Chris Ostrouchov
d77c611162
pythonPackages.ansible-lint: refactor move to python-modules
2019-03-01 14:47:01 -05:00
Pascal Wittmann
bb921f5169
checkstyle: 8.17 -> 8.18
2019-03-01 19:24:22 +01:00
Frederik Rietdijk
2fcb11a244
Merge staging-next into master
2019-03-01 09:06:20 +01:00
Will Dietz
dceb0ce98e
buildah: 1.4 -> 1.7.1
2019-02-27 13:56:16 -06:00
R. RyanTM
71d92f6408
flatpak-builder: 1.0.2 -> 1.0.3 ( #55315 )
...
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-02-27 18:23:36 +01:00
Jörg Thalheim
dadc7eb329
treewide: use runtimeShell instead of stdenv.shell whenever possible
...
Whenever we create scripts that are installed to $out, we must use runtimeShell
in order to get the shell that can be executed on the machine we create the
package for. This is relevant for cross-compiling. The only use case for
stdenv.shell are scripts that are executed as part of the build system.
Usages in checkPhase are borderline however to decrease the likelyhood
of people copying the wrong examples, I decided to use runtimeShell as well.
2019-02-26 14:10:49 +00:00
Pascal Bach
23846b949c
gitlab-runner: 11.7.0 -> 11.8.0 ( #56388 )
2019-02-26 09:11:46 +01:00
Matthew Bauer
55fc5b54ee
vagrant: only use libvirt on linux
...
Fixes #55751
2019-02-25 16:50:54 -05:00
Florian Klink
e48e6ca40a
Merge pull request #55596 from flokli/vagrant-2.2.3
...
vagrant: 2.2.0 -> 2.2.3
2019-02-24 18:24:52 +01:00
Vladimír Čunát
18fe630281
Merge #56291 : cmake: fix darwin bootstrapping
...
... into staging-next.
2019-02-24 16:52:03 +01:00
Daiderd Jordan
cb8e6f73f5
cmake: add cf-private on darwin
2019-02-24 11:32:47 +01:00
Daiderd Jordan
c8aaadcc9d
cmake: disable ApplicationServices and CoreServices on darwin
2019-02-24 11:30:48 +01:00
Frederik Rietdijk
c2eac6741b
Merge master into staging-next
2019-02-24 09:19:12 +01:00
Vincent Demeester
effa949379
skaffold: 0.19.0 -> 0.21.1 ( #54809 )
...
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
2019-02-24 02:28:59 +01:00
R. RyanTM
f7ce433178
pmd: 6.10.0 -> 6.11.0 ( #55215 )
...
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-02-24 01:10:35 +01:00
R. RyanTM
d56acd1e34
react-native-debugger: 0.8.1 -> 0.8.2 ( #52778 )
...
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-02-24 00:26:10 +01:00
Austin Seipp
609b49ea78
icestorm: 2018.12.31 -> 2019.02.23
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2019-02-23 12:08:48 -06:00
Austin Seipp
ba59a8a9df
trellis: 2018.12.20 -> 2019.02.21
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2019-02-23 12:08:48 -06:00
Frederik Rietdijk
d73bc6d06a
Merge pull request #56206 from vbgl/ocaml-cleaning-ligustro
...
ocamlPackages: disable a few libraries that do not build with old OCaml versions
2019-02-23 15:08:34 +01:00
Ryan Mulligan
a98d02eae9
Merge pull request #56150 from spacekookie/update-dive
...
dive: 0.5.0 -> 0.6.0
2019-02-22 21:46:24 -08:00
Vladyslav M
3b2824d04b
Merge pull request #55267 from r-ryantm/auto-update/jbake
...
jbake: 2.6.3 -> 2.6.4
2019-02-22 23:42:21 +02:00
Vincent Laporte
74d519b234
ocamlPackages.utop: disable for OCaml ≤ 4.02
2019-02-22 17:04:57 +00:00
Vladimír Čunát
71f4ba29a3
Merge branch 'master' into staging-next
...
Hydra nixpkgs: ?compare=1506218
2019-02-22 17:51:01 +01:00
Dmitry Kalinkin
f96d4d555b
Merge pull request #55998 from ThomasMader/dlang-update
...
Dlang update
2019-02-22 02:29:41 -05:00
Vladimír Čunát
4ba49d3d6c
Merge #55988 : treewide meta.platforms: linux -> unix
2019-02-22 07:59:34 +01:00
Vladimír Čunát
052e34a66f
Merge #56059 : cmake: 3.12.1 -> 3.13.4 (into staging)
2019-02-22 07:23:08 +01:00
Thomas Mader
0e88d17fb1
dub: Disable network tests because they add impurities
2019-02-22 07:22:11 +01:00
Thomas Mader
f8165d0d01
dtools: 2.084.0 -> 2.084.1
2019-02-22 07:22:11 +01:00
Wael Nasreddine
191eeb45d4
bazel-watcher: 0.9.0 -> 0.9.1 ( #56122 )
2019-02-21 11:50:48 -08:00
Katharina Fey
2f52a435f9
dive: 0.5.0 -> 0.6.0
2019-02-21 14:37:49 +01:00
Frederik Rietdijk
5871da418f
Merge staging into python-unstable
2019-02-21 08:02:10 +01:00