Commit Graph

18646 Commits

Author SHA1 Message Date
Sandro
92c075e2cd
Merge pull request #140050 from deejayem/clj-kondo-20210925 2021-10-01 00:02:43 +02:00
Sandro
f78a19a86b
Merge pull request #139997 from emptyflask/google-java-format-fix
google-java-format: fix for jdk 16
2021-10-01 00:01:21 +02:00
Jon Roberts
4725dfecf6 google-java-format: fix for jdk 16
JDK 16 requires some extra flags to actually format code:
https://github.com/google/google-java-format#jdk-16
2021-09-30 13:08:49 -05:00
Sandro
73c8623921
Merge pull request #140053 from deejayem/leiningen-297 2021-09-30 18:56:22 +02:00
Lassulus
94c6545861
Merge pull request #128592 from felixsinger/pkgs/add-coreboot-toolchain
coreboot-toolchain: Init at 4.14
2021-09-30 18:15:01 +02:00
David Morgan
62d2fc1cca leiningen: 2.9.6 -> 2.9.7 2021-09-30 16:43:37 +01:00
Sandro
c492ea1978
Merge pull request #139915 from 06kellyjac/ko
ko: 0.8.3 -> 0.9.3
2021-09-30 17:18:57 +02:00
David Morgan
e3b85ac8bc clj-kondo: 2021.03.31 -> 2021.09.25 2021-09-30 16:15:59 +01:00
Sandro
ccbf4cad46
Merge pull request #139087 from r-ryantm/auto-update/mustache-go 2021-09-30 17:12:50 +02:00
06kellyjac
6703f159a7 ko: 0.8.3 -> 0.9.3
Co-authored-by: NickCao <nickcao@nichi.co>
2021-09-30 10:40:16 +01:00
Fabian Affolter
89cf874d9d
Merge pull request #139923 from figsoda/gobang
gobang: init at 0.1.0-alpha.5
2021-09-30 09:43:18 +02:00
adisbladis
c779050edb
poetry2nix: 1.20.0 -> 1.21.0 2021-09-29 21:35:44 -05:00
Alex Martens
c4035d7234 saleae-logic-2: add desktop item 2021-09-29 17:10:27 -07:00
Sandro
183f4d244c
Merge pull request #139964 from emptyflask/google-java-format 2021-09-30 00:02:02 +02:00
Sandro
d920c1463c
Merge pull request #139938 from Artturin/qtcreatorelfutils 2021-09-29 23:56:24 +02:00
Sandro
a90e1bacf7
Merge pull request #139917 from superherointj/package-img-v0.5.11 2021-09-29 23:28:27 +02:00
Artturin
f2e6a515a5 qtcreator: add elfutils.dev and perf to build the perfparse plugin 2021-09-30 00:19:43 +03:00
Jon Roberts
c5ea68e6b9 google-java-format: init at 1.11.0 2021-09-29 15:50:23 -05:00
superherointj
97bdb492cb img: init 0.5.11
Co-authored-by: @jnetod @thiagokokada
2021-09-29 17:16:41 -03:00
Mario Rodas
4cc9dafec2
Merge pull request #139932 from marsam/update-pgsync
pgsync: 0.6.7 -> 0.6.8
2021-09-29 12:55:11 -05:00
Mario Rodas
08d1063bc8
Merge pull request #139803 from figsoda/taplo-cli-update
taplo-cli: 0.4.0 -> 0.4.1
2021-09-29 12:18:14 -05:00
Mario Rodas
5b742d6ea9
Merge pull request #138906 from r-ryantm/auto-update/terraformer
terraformer: 0.8.16 -> 0.8.17
2021-09-29 11:08:28 -05:00
Mario Rodas
09784546d6 pgsync: 0.6.7 -> 0.6.8 2021-09-29 10:48:48 -05:00
figsoda
c294019fa3 gobang: init at 0.1.0-alpha.5 2021-09-29 11:10:32 -04:00
Sandro
f3f445df78
Merge pull request #139898 from 06kellyjac/just 2021-09-29 15:49:22 +02:00
Sandro
0d19d263fe
Merge pull request #139891 from roblabla/update-protoc-gen-doc 2021-09-29 15:34:37 +02:00
Sandro
34877e5343
Merge pull request #139893 from figsoda/roogle 2021-09-29 15:29:48 +02:00
06kellyjac
ae315a3c21 just: 0.10.1 -> 0.10.2 2021-09-29 14:20:25 +01:00
figsoda
d243845a84 roogle: init at 0.1.4 2021-09-29 08:41:45 -04:00
roblabla
29fe5dafcd protoc-gen-doc: 2019-04-22 -> 1.5.0 2021-09-29 14:32:33 +02:00
Sandro
e1fc1a80a0
Merge pull request #139628 from illdefined/simavr 2021-09-29 11:53:43 +02:00
Enno Richter
a4eeeecd8d tree-sitter: add norg grammar 2021-09-29 09:38:19 +02:00
Kira Bruneau
41a997c8b2 ccache: 4.4.1 → 4.4.2 2021-09-28 20:21:37 -04:00
Sandro
01d0771435
Merge pull request #139805 from figsoda/taplo-lsp-update 2021-09-28 23:40:08 +02:00
ivan-timokhin
56cf4e1d07
chromedriver: add dbus to libraries, correct LD_LIBRARY_PATH wrapping (#139723)
* chromedriver: add dbus to libraries

It is apparently required since version 94.

Fixes issue #139547

* chromedriver: remove extraneous LD_LIBRARY_PATH in wrapProgram

wrapProgram already prepends passed value to the specified environment
variable; no need to specify it explicitly.

* chromedriver: add a package test checking the reported version

* Update pkgs/development/tools/selenium/chromedriver/default.nix

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-09-28 23:39:14 +02:00
figsoda
87fe4dad31 taplo-lsp: 0.2.5 -> 0.2.6 2021-09-28 16:31:51 -04:00
figsoda
7d5fe512ff taplo-cli: 0.4.0 -> 0.4.1 2021-09-28 16:24:03 -04:00
Felix Singer
f0b20bad9c coreboot-toolchain: Init at 4.14
Signed-off-by: Felix Singer <felixsinger@posteo.net>
2021-09-28 21:14:16 +02:00
Sandro
eb0d4f1b52
Merge pull request #139741 from fabaff/bump-tfsec 2021-09-28 14:10:03 +02:00
Bobby Rong
88307064eb
Merge pull request #139558 from Creator54/p2
godot: 3.3.2 -> 3.3.3
2021-09-28 19:20:45 +08:00
Fabian Affolter
387bdb8751 tfsec: 0.58.10 -> 0.58.11 2021-09-28 12:54:39 +02:00
figsoda
984c8d67fb
Merge pull request #138907 from r-ryantm/auto-update/flow
flow: 0.160.0 -> 0.160.1
2021-09-27 22:31:45 -04:00
Peter Hoeg
35cad8da44 heroku: remove peterhoeg as maintainer 2021-09-28 09:21:08 +08:00
Artturi
d0e4e9b474
Merge pull request #131808 from Artturin/crystal-darwin-fix
Various crystal improvements
2021-09-28 01:26:40 +03:00
Mikael Voss
11f644c0a2
simavr: 1.5 -> 1.7 2021-09-27 15:17:03 +02:00
Bobby Rong
5c4181fa0c
Merge pull request #135986 from r-ryantm/auto-update/sigrok-cli
sigrok-cli: 0.7.1 -> 0.7.2
2021-09-27 20:00:57 +08:00
Ryan Burns
e6654828b8 bashdb: 4.4-1.0.0 -> 5.0-1.1.2, fix build with bash 5.1 2021-09-27 11:52:26 +09:00
figsoda
f339e9af42 sumneko-lua-language-server: set meta.mainProgram 2021-09-26 19:56:13 -04:00
Artturin
9bd941c5d2 crystal,shards: remove old versions 2021-09-27 00:15:11 +03:00
Artturin
0f55588885 shards: 0.14 -> 0.15 2021-09-27 00:15:10 +03:00
Kevin Cox
76a4a78d09
Merge pull request #138866 from smancill/quilt-wrap-missing-inputs
quilt: wrap all required inputs
2021-09-26 16:03:02 -04:00
Maximilian Bosch
ca4e61d586 yarn2nix: run nix-prefetch-git with --fetch-submodules
`pkgs.fetchgit` uses `fetchSubmodules = true;` by default, however
`nix-prefetch-git` doesn't. This means that hashes for a Git repository
with fetched submodules will be wrong in `yarn.nix`.

Considering that this got unnoticed before, it seems as if this case is
an exception to a certain degree.

An exemplary problem is the last `hedgedoc` update[1] where
`js-sequence-diagrams` - a Git repo with submodules - from upstream's
package.json caused a hash mismatch. This got unnoticed because
`nix-build --check` doesn't seem to reveal these issues for fixed-output
derivations.

[1] https://github.com/NixOS/nixpkgs/pull/139238
2021-09-26 21:05:28 +02:00
creator54
b32b998d21 godot: 3.3.2 -> 3.3.3 2021-09-26 23:50:07 +05:30
Sebastián Mancilla
89da7764ef quilt: add smancill as maintainer 2021-09-26 14:32:10 -03:00
Sebastián Mancilla
0f77179bcf quilt: wrap all required inputs
Some quilt commands fail on darwin with this error:

    stat: illegal option -- c
    usage: stat [-FlLnqrsx] [-f format] [-t timefmt] [file ...]

This is because at build time quilt is configured to use the coreutils
version of 'stat', but the 'quilt' wrapper does not wrap this coreutils
dependency and then at runtime the version from macOS is used (as found
in $PATH).

Fix by ensuring that coreutils is wrapped.

Also add and wrap the missing inputs for the other programs used by the
quilt commands: gawk, gnugrep, gnused, unixtools.column and
unixtools.getopt.
2021-09-26 14:32:09 -03:00
Maximilian Bosch
c9b005ff13
Merge pull request #139528 from maxeaubrey/packer_1.7.5
packer: 1.7.4 -> 1.7.5
2021-09-26 15:44:02 +02:00
Sergei Trofimovich
7c86d10590
texinfo6_8: init at 6.8 (without switching default)
(forward-picked from commit 1165533fc3, partially)
The point is to work around issue #139470: fetchurl on Hydra.
2021-09-26 14:40:50 +02:00
Maxine Aubrey
fe6701ec3a
packer: 1.7.4 -> 1.7.5
- https://github.com/hashicorp/packer/releases/tag/v1.7.5
- https://github.com/hashicorp/packer/blob/v1.7.5/CHANGELOG.md
2021-09-26 13:02:28 +02:00
Fabian Affolter
b5182c214f
Merge pull request #139511 from fabaff/bump-tfsec
tfsec: 0.58.9 -> 0.58.10
2021-09-26 12:07:29 +02:00
Fabian Affolter
29e399bbdb
Merge pull request #139500 from Riey/cargo-feature
cargo-feature: 0.5.2 -> 0.5.3
2021-09-26 10:15:34 +02:00
Fabian Affolter
2eb62bb92e tfsec: 0.58.9 -> 0.58.10 2021-09-26 10:07:04 +02:00
Fabian Affolter
32413269e4
Merge pull request #139462 from fabaff/bump-sqlfluff
sqlfluff: 0.6.5 -> 0.6.6
2021-09-26 10:03:20 +02:00
Riey
f1a8d087eb
cargo-feature: 0.5.2 -> 0.5.3 2021-09-26 13:35:15 +09:00
Artturi
bd2cc001bd
Merge pull request #138736 from Artturin/vartopy3
menumaker,gnome-doc-utils: switch to python3
2021-09-26 04:03:21 +03:00
Michael Raskin
9762d71d92
Merge pull request #139460 from Mic92/cutter
cutter: 2.0.2 -> 2.0.3
2021-09-25 21:04:23 +00:00
Fabian Affolter
fce1ac0d62 sqlfluff: 0.6.5 -> 0.6.6 2021-09-25 20:23:18 +02:00
Jörg Thalheim
1ae69f0dce cutter: 2.0.2 -> 2.0.3 2021-09-25 20:01:13 +02:00
Jörg Thalheim
63eb37d2ca rizin: 0.2.1 -> 0.3.0 2021-09-25 20:01:10 +02:00
figsoda
2625e756d0
Merge pull request #139441 from figsoda/cargo-llvm-lines-update
cargo-llvm-lines: 0.4.11 -> 0.4.12
2021-09-25 12:16:17 -04:00
figsoda
bfe8a5cfe6
Merge pull request #139025 from r-ryantm/auto-update/go-migrate
go-migrate: 4.14.1 -> 4.15.0
2021-09-25 10:03:42 -04:00
figsoda
780415ce5d cargo-llvm-lines: 0.4.11 -> 0.4.12 2021-09-25 09:52:07 -04:00
Julius de Bruijn
5f7019ed8a prisma: 2.30.2 -> 3.1.1 2021-09-25 21:47:30 +09:00
Kevin Cox
5fe6a90585
Merge pull request #139408 from happysalada/update_compy
comby: 1.5.1 -> 1.7.0
2021-09-25 08:34:04 -04:00
Julius de Bruijn
3bc4a574db prisma: add pimeys as maintainer 2021-09-25 20:38:40 +09:00
Pamplemousse
47557e2984 nodesPackages.prisma: #135934 follow-up corrections 2021-09-25 20:38:40 +09:00
Pamplemousse
d047d336d6 prisma-engines: #135934 follow-up corrections 2021-09-25 20:38:40 +09:00
happysalada
54051ba418 comby: 1.5.1 -> 1.7.0 2021-09-25 19:50:28 +09:00
happysalada
2fb9f65c0a comby: nixpkgs-fmt 2021-09-25 18:04:30 +09:00
figsoda
930b9ba51d
Merge pull request #136089 from onny/abuild
abuild: init at 3.7.0
2021-09-24 21:48:16 -04:00
Mark Sagi-Kazar
b7d6c64871
gotestsum: fix package name in ldflags
Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
2021-09-25 01:49:06 +02:00
figsoda
8ff19dd69a
Merge pull request #138912 from r-ryantm/auto-update/frugal
frugal: 3.14.8 -> 3.14.9
2021-09-24 16:18:44 -04:00
figsoda
8f1cf3840f
Merge pull request #139118 from r-ryantm/auto-update/vcstool
vcstool: 0.2.15 -> 0.3.0
2021-09-24 16:11:29 -04:00
figsoda
3fc97c5f99
Merge pull request #139291 from fabaff/bump-gokart
gokart: 0.2.0 -> 0.3.0
2021-09-24 15:52:21 -04:00
figsoda
f6a7137726
Merge pull request #139262 from figsoda/cargo-supply-chain-update
cargo-supply-chain: 0.0.2 -> 0.2.0
2021-09-24 07:23:31 -04:00
Fabian Affolter
28260c122d gokart: 0.2.0 -> 0.3.0 2021-09-24 09:35:02 +02:00
github-actions[bot]
213597c007
Merge master into staging-next 2021-09-24 06:01:02 +00:00
Ryan Mulligan
bd9d97e867
Merge pull request #139023 from r-ryantm/auto-update/github-runner
github-runner: 2.282.1 -> 2.283.1
2021-09-23 20:22:56 -07:00
Ryan Burns
40299257cc Merge branch 'master' into staging-next 2021-09-23 18:43:00 -07:00
figsoda
1f2047b3fa cargo-supply-chain: 0.0.2 -> 0.2.0 2021-09-23 21:09:27 -04:00
figsoda
73e82af50b
Merge pull request #139050 from r-ryantm/auto-update/jbang
jbang: 0.79.0 -> 0.80.1
2021-09-23 16:16:40 -04:00
Sandro
0dd7492ca0
Merge pull request #138080 from abathur/resholve_0.6.0 2021-09-23 21:09:25 +02:00
Sandro
154fd8c218
Merge pull request #138909 from r-ryantm/auto-update/fly 2021-09-23 20:32:44 +02:00
adisbladis
1b7e3b78b4
poetry2nix: 1.19.0 -> 1.20.0 2021-09-23 10:55:18 -05:00
Sandro
1f2b8b7b63
Merge pull request #133719 from r-ryantm/auto-update/earthly 2021-09-23 16:24:16 +02:00
Sandro
0973bc5a63
Merge pull request #139045 from r-ryantm/auto-update/inotify-tools 2021-09-23 16:22:56 +02:00
Sandro
79294c8727
Merge pull request #139154 from Ma27/bump-rnix 2021-09-23 15:29:03 +02:00
Sandro
7c8a4a8999
Merge pull request #139147 from ambroisie/add-cvehound 2021-09-23 15:20:58 +02:00
Bruno BELANYI
fb1081ffa7 cvehound: init at 1.0.4 2021-09-23 14:42:12 +02:00
Maximilian Bosch
3bcfecc268
rnix-lsp: 0.1.0 -> 0.2.1
ChangeLog: https://github.com/nix-community/rnix-lsp/blob/v0.2.1/CHANGELOG.md#v021---2021-09-23
2021-09-23 14:28:37 +02:00
Sandro
84e27d1466
Merge pull request #139122 from r-ryantm/auto-update/pscale 2021-09-23 11:12:47 +02:00