Commit graph

9095 commits

Author SHA1 Message Date
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
Mario Rodas 49f164b7cf
checkstyle: enable on jre platforms 2019-06-01 05:25:44 -05:00
Mario Rodas 99997f1bc2
Merge pull request #62367 from r-ryantm/auto-update/buck
buck: 2019.05.06.01 -> 2019.05.22.01
2019-06-01 05:05:15 -05:00
R. RyanTM 02fff2771d checkstyle: 8.20 -> 8.21
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-06-01 02:11:02 -07:00
R. RyanTM 723d16a17a cfr: 0.143 -> 0.145
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-06-01 02:07:18 -07:00
R. RyanTM 42a90ac4b8 buck: 2019.05.06.01 -> 2019.05.22.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-01 01:14:13 -07:00
xrelkd 264dc86c07 cargo-xbuild: 0.5.9 -> 0.5.11 2019-06-01 14:51:23 +08:00
Matthew Bauer 8c131d6930
Merge pull request #58182 from status-im/fix-conan
conan: fix pluginbase version requirement
2019-05-31 21:50:19 -04:00
worldofpeace a4df97f03a
Merge pull request #62254 from marsam/update-flow
flow: 0.99.0 -> 0.100.0
2019-05-31 21:02:41 -04:00
Karol Chmist 285dddba9f mill: 0.3.6 -> 0.4.0 (#62214) 2019-05-31 17:50:37 -04:00
adisbladis 776922ce40
Merge pull request #62287 from vdemeester/update-skopeo
skopeo: 0.1.35 -> 0.1.36
2019-05-31 14:09:27 +01:00
Will Dietz 175817a0a8
qtcreator: 4.6.2 -> 4.9.1
https://blog.qt.io/blog/2019/05/28/qt-creator-4-9-1-released/
2019-05-31 07:51:49 -05:00
Vincent Demeester d0207fde49
skopeo: 0.1.35 -> 0.1.36
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
2019-05-31 09:58:12 +02:00
Vincent Demeester d03430dde6
skaffold: 0.29.0 -> 0.30.0
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
2019-05-31 09:34:10 +02:00
John Wiegley f244c4fe5e
Revert "rustfmt: mark as broken on darwin"
This reverts commit c4bc3e1fe2, because it
is working well on my macOS 10.13 system.
2019-05-30 23:30:10 -07:00
Mario Rodas 783d9edb53
flow: 0.99.0 -> 0.100.0 2019-05-30 20:41:25 -05:00
Jörg Thalheim 144a031805
ccls: 0.20190301 -> 0.20190314.1 2019-05-30 11:42:39 +01:00
Renaud e9ecdec571
Merge pull request #62100 from samueldr/uefi-firmware-parser/init
uefi-firmware-parser: init at 1.8
2019-05-29 11:17:03 +02:00
Frederik Rietdijk b95dfb09b8 Merge staging into staging-next 2019-05-29 10:39:52 +02:00
Frederik Rietdijk 97aba37876
Merge pull request #61657 from NixOS/staging-next
Staging next
2019-05-29 08:38:21 +00:00
Jörg Thalheim 9cce7eab8d
swig: use pname and standardize meta (#62158)
swig: use pname and standardize meta
2019-05-29 09:28:55 +01:00
Vladyslav M 4d0ec78406
Merge pull request #62139 from xrelkd/update/cargo-make
cargo-make: 0.19.2 -> 0.19.3
2019-05-29 10:47:31 +03:00
Samuel Dionne-Riel 9bc34e38ae
Merge pull request #62178 from samueldr/fix/meson-systemd-cross
Enables systemd-boot for ARM + fixes meson cpu families
2019-05-28 23:18:37 -04:00
Samuel Dionne-Riel 418c3e1123 meson: Adds more binaries, needed for systemd-boot 2019-05-28 19:26:57 -04:00
Samuel Dionne-Riel 858076ef56 meson: fix cpu_family for aarch64
As documented, it should be `aarch64` for AArch64.

 * https://mesonbuild.com/Reference-tables.html#cpu-families

```
 $ nix eval '((import <nixpkgs> {}).pkgsCross.aarch64-multiplatform.stdenv.targetPlatform.parsed.cpu.family)'
"arm"
```

The lookup table will ensure that, at any point, meson does not pick the
wrong family.
2019-05-28 19:26:56 -04:00
Samuel Dionne-Riel 8c70461b55 uefi-firmware-parser: init at 1.8 2019-05-28 18:34:47 -04:00
Ben Hipple 072f4d61c0 swig: use pname and standardize meta
- pname makes it easier to override the version in an overlay and looks generally cleaner
- Updated the meta sections to match between the various versions

No real functional change, just cleanup.
2019-05-28 14:24:42 +00:00
Frederik Rietdijk 3685108787 Merge staging-next into staging 2019-05-28 08:32:57 +02:00
Frederik Rietdijk 36a6746f21 Merge master into staging-next 2019-05-28 08:32:03 +02:00
xrelkd cb9b203068 cargo-make: 0.19.2 -> 0.19.3 2019-05-28 10:51:28 +08:00
Roman Kuznetsov 4277fc5c02
doctl: 1.16.0 -> 1.18.0 2019-05-27 19:55:42 +02:00
Silvan Mosberger 41c33668a0
cargo-make: 0.19.1 -> 0.19.2 (#62077)
cargo-make: 0.19.1 -> 0.19.2
2019-05-27 15:21:34 +02:00
markuskowa 625f62bbb4
Merge pull request #62080 from thefloweringash/packer-1.4.1
packer: 1.4.0 -> 1.4.1
2019-05-27 13:25:43 +02:00
xrelkd aa90dc21b5 cargo-make: 0.19.1 -> 0.19.2 2019-05-27 09:41:50 +08:00
Benjamin Esham 329731f231 git-repo-updater: init at 0.5 2019-05-26 12:19:03 -04:00
William Casarin 94c3b33001 unity3d: remove myself (jb55) as maintainer
I don't really use this anymore

Signed-off-by: William Casarin <jb55@jb55.com>
2019-05-26 22:36:21 +09:00
Andrew Childs a7a904768c packer: 1.4.0 -> 1.4.1 2019-05-26 18:50:03 +09:00
Roman Volosatovs 7a48c0258a go-tools: 2017.2.2 -> 2019.1.1 2019-05-26 11:17:02 +02:00
Frederik Rietdijk 2a462f27dc Merge staging-next into staging 2019-05-26 11:14:25 +02:00
Vladimír Čunát b41ef4c7ba Revert "gtk-doc: 1.29 -> 1.30"
This reverts commit 765079fbf9.
Problems, usually around https://gitlab.gnome.org/GNOME/gtk-doc/issues/84
2019-05-26 11:03:50 +02:00
Vladimír Čunát 7c1568645b Revert "gtk-doc: build with meson"
This reverts commit 064ca0afe9.
The previous gtk-doc version won't build with our current meson.
2019-05-26 11:03:50 +02:00
Vladimír Čunát 451be596d3 Revert "gtk-doc: fix css file permissions"
This reverts commit 0e2768050a.
Let's revert the gtk-doc update for now; it causes too many problems.
2019-05-26 11:03:50 +02:00
Vladimír Čunát b4ae841b23
Merge branch 'staging-next' into staging 2019-05-26 09:48:55 +02:00
Maximilian Bosch 09e2189af4
Merge pull request #62051 from dhl/serverlessrepo-fix-pyyaml
pythonPackages.serverlessrepo: fix pyyaml override
2019-05-25 16:14:42 +02:00
David Leung 93a90e1fbb
aws-sam-cli: Fix pyyaml override 2019-05-25 20:43:54 +08:00
Mario Rodas 25837378a2
Merge pull request #61799 from r-ryantm/auto-update/colm
colm: 0.13.0.6 -> 0.13.0.7
2019-05-25 07:08:37 -05:00
Frederik Rietdijk b2ab860db3 Merge master into staging-next 2019-05-25 12:38:00 +02:00
Mario Rodas 429d71d520
ragelDev: 7.0.0.11 -> 7.0.0.12 2019-05-25 04:20:00 -05:00
Jörg Thalheim e06dc0b5a9
Merge pull request #62038 from marsam/update-dive
dive: 0.6.0 -> 0.7.2
2019-05-25 10:02:29 +01:00
Maximilian Bosch 35961a169d
Merge pull request #62011 from dhl/dhl/aws-sam-and-lambda-builders
aws-sam-cli: 0.14.2 -> 0.16.1
2019-05-25 10:59:11 +02:00
Mario Rodas 840505ac12
dive: 0.6.0 -> 0.7.2 2019-05-24 21:00:00 -05:00
xrelkd 7415e6a9fc cargo-xbuild: 0.5.8 -> 0.5.9 2019-05-25 09:49:23 +08:00
David Leung 47e31ab621
aws-sam-cli: 0.14.2 -> 0.16.1 2019-05-25 09:40:12 +08:00
Roman Volosatovs 52a118fb20 gotools: 2019-03-05 -> 2019-05-24 (#60385) 2019-05-24 17:42:36 -07:00
Maximilian Bosch 7755d37eca
Merge pull request #62014 from r-ryantm/auto-update/vim-vint
vim-vint: 0.3.19 -> 0.3.20
2019-05-24 22:10:42 +02:00
R. RyanTM 78fd3f103a vim-vint: 0.3.19 -> 0.3.20
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/vim-vint/versions
2019-05-24 09:29:44 -07:00
Mario Rodas 5399a3a530
Merge pull request #61850 from r-ryantm/auto-update/libsass
libsass: 3.5.5 -> 3.6.0
2019-05-24 07:19:32 -05:00
Jörg Thalheim 1c95cad716
rustup: 1.18.2 -> 1.18.3 (#61937)
rustup: 1.18.2 -> 1.18.3
2019-05-24 13:17:34 +01:00
Mario Rodas 69a7856825
sassc: 3.5.0 -> 3.6.0 2019-05-24 07:04:13 -05:00
Frederik Rietdijk 6e4e7c5dc6 Merge master into staging-next 2019-05-24 12:39:37 +02:00
R. RyanTM c229c046b8
rshell: 0.0.14 -> 0.0.25
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/rshell/versions
2019-05-24 01:15:34 -07:00
Jörn Gersdorf 1bc73d1a9a kind: 0.2.1 -> v0.3.0 (#61964)
Co-Authored-By: lewo <lewo@abesis.fr>
2019-05-23 20:04:56 -05:00
Renaud c269a4098c
Merge pull request #61865 from r-ryantm/auto-update/ocsigen-i18n
ocsigen-i18n: 3.1.0 -> 3.4.0
2019-05-23 19:57:56 +02:00
Robin Gloster 3db2e20d6e
Merge pull request #61927 from dtzWill/update/strace-5.1
strace: 5.0 -> 5.1
2019-05-23 15:58:56 +00:00
Vladyslav M 525ba92d22
rustup: 1.18.2 -> 1.18.3 2019-05-23 16:13:29 +03:00
Maximilian Bosch 731fdbef7c sqlitebrowser: 3.10.1 -> 3.11.2
The latest releases of `sqlitebrowser` contain several new features like
a dark mode, improved CSV import/export and a lot of new bugfixes:

https://github.com/sqlitebrowser/sqlitebrowser/releases/tag/v3.11.2
https://github.com/sqlitebrowser/sqlitebrowser/releases/tag/v3.11.1
https://github.com/sqlitebrowser/sqlitebrowser/releases/tag/v3.11.0

Also some minor changes were applied to the package definition:

* Using the `pname`/`version` convention now.
* Use internal `qscintilla` rather than our package to fix the build
  (https://github.com/sqlitebrowser/sqlitebrowser/issues/1348#issuecomment-374170936).
  This can probably be removed when https://github.com/NixOS/nixpkgs/pull/56034 is merged.
* Dropped patch which removed Test and Print support as QT 5.12 is now
  used to build the application.
2019-05-23 15:10:35 +02:00
Mario Rodas 153e1efee9
Merge pull request #61931 from marsam/update-flow
flow: 0.98.1 -> 0.99.0
2019-05-23 06:30:59 -05:00
Austin Seipp f39f4a716e buildah: 1.8.1 -> 1.8.2
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2019-05-23 12:05:48 +02:00
Mario Rodas 0fdc1eac4a
flow: 0.98.1 -> 0.99.0 2019-05-22 22:00:00 -05:00
Will Dietz 6287f99a22
strace: 5.0 -> 5.1 2019-05-22 20:41:19 -05:00
Renaud d7f6429c0e
castxml: 20180403 -> 0.2.0
0.2.0 is the first tagged release from upstream
Published 2019-04-18
2019-05-22 23:43:18 +02:00
Anatolii Prylutskyi ad2e3b9386 golangci-lint: 1.9.2 -> 1.16.0 (#58336) 2019-05-22 11:05:58 -07:00
R. RyanTM 388300b6fb ocsigen-i18n: 3.1.0 -> 3.4.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/ocsigen-i18n/versions
2019-05-22 01:05:27 -07:00
Matthew Bauer 6bba2572c3
Merge pull request #61808 from mmahut/indent
indent: 2.2.10 -> 2.2.12
2019-05-21 18:13:19 -05:00
Daiderd Jordan 77908680f2
indent: fix darwin build 2019-05-21 23:27:10 +02:00
Gabriel Ebner 5d465ee8bb
nrfutil: init at 5.2.0 (#61831)
nrfutil: init at 5.2.0
2019-05-21 22:54:57 +02:00
Marek Mahut 5c7ce21c5a indent: 2.2.10 -> 2.2.12 2019-05-21 16:10:07 +00:00
Vladimír Čunát 2a3bb2f8ac
bear.meta.maintainers: remove myself
I don't really use it anymore, thanks to meson+ninja.
2019-05-21 12:49:08 +02:00
Mario Rodas 1984e488c0
Merge pull request #61784 from r-ryantm/auto-update/ammonite
ammonite: 1.6.6 -> 1.6.7
2019-05-21 05:42:06 -05:00
Mario Rodas e192409fd2
Merge pull request #61789 from r-ryantm/auto-update/bear
bear: 2.3.13 -> 2.4.0
2019-05-21 05:35:36 -05:00
R. RyanTM 3071160766 bear: 2.3.13 -> 2.4.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/bear/versions
2019-05-20 21:57:05 -07:00
R. RyanTM 0b644ad6b5 ammonite: 1.6.6 -> 1.6.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/ammonite/versions
2019-05-20 20:00:45 -07:00
Niklas Hambüchen 4ee5fff97c hotspot: 1.0.0 -> 1.2.0 2019-05-21 01:59:22 +02:00
Eelco Dolstra 954a342d04
Merge pull request #61545 from jhaasdijk/gdb-8.3
gdb: 8.2.1 -> 8.3
2019-05-20 13:20:18 +02:00
Lily Ballard 16e37f0c7f chit: 0.1.13 -> 0.1.14 2019-05-19 15:20:34 -07:00
Michael Raskin e2e0439ada
Merge pull request #61702 from mguentner/pgloader
pgloader: re-init at 3.6.1
2019-05-19 19:21:16 +00:00
Maximilian Güntner c2bde0102b
pgloader: re-init at 3.6.1 2019-05-19 12:45:02 +02:00
Gabriel Ebner 131d9e53a2 nrfutil: init at 5.2.0 2019-05-19 12:12:32 +02:00
Vladimír Čunát 96a604320a
Merge #61179: stdenv, cacert: $NIX_SSL_CERT_FILE changes
... into staging
2019-05-19 10:56:11 +02:00
Mario Rodas af11762307
brakeman: 4.5.0 -> 4.5.1 2019-05-18 20:00:00 -05:00
worldofpeace 0e2768050a gtk-doc: fix css file permissions
Fixes https://gitlab.gnome.org/GNOME/gtk-doc/issues/84 which
was breaking the documentation build for glib.

The patch was based off an upstream pr [0] but
completed with the requested changes.

[0]: https://gitlab.gnome.org/GNOME/gtk-doc/merge_requests/27
2019-05-18 15:05:54 -04:00
worldofpeace 064ca0afe9 gtk-doc: build with meson 2019-05-18 15:05:39 -04:00
worldofpeace f73ffce2d4 gtk-doc: add missing pygments
Also drop six since it was removed in the last release[0]

[0]: https://gitlab.gnome.org/GNOME/gtk-doc/blob/GTK_DOC_1_29/NEWS#L4
2019-05-18 15:05:24 -04:00
Renaud 8aef83d21d
Merge pull request #60944 from bobvanderlinden/patchelf-20190328
patchelfUnstable: 0.10-pre-20180509 -> 0.10-pre-20190328
2019-05-18 16:56:20 +02:00
Will Dietz a867260222 whatstyle: init at 0.1.7 2019-05-18 23:40:39 +09:00
Gabriel Ebner c22f09e70b
Merge pull request #61651 from sondr3/tokei-mac-fix
tokei: fix missing Security framework on macOS
2019-05-18 10:52:05 +02:00
Robin Gloster d052959966
Merge pull request #61544 from fadenb/packer_1.4.0
packer: 1.3.3 -> 1.4.0
2019-05-18 08:35:01 +00:00
Robin Gloster e7103e63e2
Merge pull request #61597 from xbreak/sloccount-wrap
sloccount: Wrap shell scripts
2019-05-18 08:28:49 +00:00
Frederik Rietdijk 840e530934 Merge staging into staging-next 2019-05-18 08:17:48 +02:00
Sondre Nilsen bbba525226
tokei: fix missing Security framework on macOS 2019-05-18 03:46:52 +02:00
lewo f259157647
Merge pull request #61294 from vdemeester/update-skaffold
skaffold: 0.28.0 -> 0.29.0
2019-05-17 18:14:19 +02:00
Bjørn Forsman 03398be1b9 saleae-logic: 1.2.28 -> 1.2.18
Yes, this is a downgrade. The .28 version is beta software, whereas .18
is the latest stable version.
2019-05-17 15:21:20 +02:00
Renaud 15eb98dcec
Merge pull request #61293 from vdemeester/update-buildah
buildah: 1.7.3 -> 1.8.1
2019-05-17 10:27:09 +02:00
Vladimír Čunát fc67de1802
Merge branch 'staging-next'
A few thousand Darwin jobs are still pending, but there we're depending
on this merge to fix the channel-blocking lz4 failure.
https://hydra.nixos.org/eval/1519778?compare=1519770
2019-05-17 09:43:32 +02:00
xbreak d54ea3e42b sloccount: Wrap shell scripts
This fixes the issue that when `sloccount` is invoked it would fail
due to missing PATH to companion scripts.
2019-05-17 06:00:03 +00:00
Mario Rodas 4649cce654
Merge pull request #61592 from xrelkd/update/cargo-sweep
cargo-sweep: fix cargoSha256
2019-05-16 23:14:55 -05:00
Renaud 3a9e46ac17
Merge pull request #61479 from BrianHicks/devd
devd: init at 0.9
2019-05-16 17:05:20 +02:00
xrelkd b6769b6876 cargo-sweep: fix cargoSha256 2019-05-16 21:38:43 +08:00
Frederik Rietdijk d4464ff8fe Merge master into staging-next 2019-05-16 08:17:55 +02:00
xrelkd c1756a0628
cargo-make: init at 0.19.1 2019-05-15 22:25:30 -05:00
Rostyslav Kurylo 91872f537c saleae-logic: 1.2.10 -> 1.2.28
The older 1.2.10 version does not support new Saleae devices well.

i686 platform was removed because Saleae stopped providing 32-bit
builds since 1.2.11.
2019-05-15 20:24:22 +02:00