Commit Graph

16957 Commits

Author SHA1 Message Date
Maximilian Bosch
f59db399fb
Merge pull request #129309 from r-ryantm/auto-update/go-task
go-task: 3.4.3 -> 3.5.0
2021-07-05 20:21:05 +02:00
Sandro
490a823e78
Merge pull request #129275 from andreasfelix/vala-language-server-0.48.3
vala-language-server: 0.48.2 -> 0.48.3
2021-07-05 20:11:02 +02:00
Felix Andreas
51afa440b0 vala-language-server: 0.48.2 -> 0.48.3 2021-07-05 19:42:40 +02:00
Maximilian Bosch
94982e6f87
Merge pull request #129327 from r-ryantm/auto-update/cppcheck
cppcheck: 2.4 -> 2.5
2021-07-05 19:16:13 +02:00
Sandro
5f8e46feb0
Merge pull request #129177 from r-ryantm/auto-update/kustomize
kustomize: 4.1.3 -> 4.2.0
2021-07-05 18:50:39 +02:00
Sandro
42347b9485
Merge pull request #129203 from r-ryantm/auto-update/ecpdap
ecpdap: 0.1.6 -> 0.1.7
2021-07-05 18:19:36 +02:00
R. RyanTM
5eee95b3fa cppcheck: 2.4 -> 2.5 2021-07-05 14:06:14 +00:00
R. RyanTM
dd97ad6e3c go-task: 3.4.3 -> 3.5.0 2021-07-05 09:30:40 +00:00
Luke Granger-Brown
40d157e05d
Merge pull request #129005 from pimeys/planetscale
pscale: Init at 0.51.0
2021-07-05 03:22:20 +01:00
Maximilian Bosch
1654709ce2
Merge pull request #129234 from r-ryantm/auto-update/cargo-bloat
cargo-bloat: 0.10.0 -> 0.10.1
2021-07-04 22:28:34 +02:00
Guillaume Girol
8148ffc930
Merge pull request #129263 from ck3d/redo-c-0.3
redo-c: 0.2 -> 0.3
2021-07-04 18:38:12 +00:00
sternenseemann
2019f82e3e bmake: enable ksh test on non musl platforms
bmake runs the ksh test if /bin/ksh exists. This is never a good
indication on platforms where we can sandbox and causes problems on
darwin where this path may exist, but never would be in PATH.

We solve this problem by always enabling the test and adding ksh to
checkInputs.

ksh doesn't seem to compile with musl, so we disable it on that
platform.
2021-07-04 20:20:42 +02:00
sternenseemann
32c42d37ab bmake: test musl build
Since we do some additional patching to make it work with musl, we
should also test that, so we can _keep_ it working.
2021-07-04 20:20:42 +02:00
sternenseemann
30200ce8e1 bmake: 20210420 -> 20210621 2021-07-04 20:20:42 +02:00
Christian Kögler
b07b9e81bc redo: Set CFLAGS only if not defined 2021-07-04 19:39:05 +02:00
Fabian Affolter
4e82100879
Merge pull request #129184 from fabaff/bump-tfsec
tfsec: 0.39.16 -> 0.40.7
2021-07-04 17:05:45 +02:00
Ryan Mulligan
6df498cc03
Merge pull request #128819 from r-ryantm/auto-update/jenkins
jenkins: 2.289.1 -> 2.289.2
2021-07-04 05:38:42 -07:00
Gabriel Ebner
4849dec4e9
Merge pull request #129223 from gebner/ccls-resourcedir
ccls: set resource directory
2021-07-04 13:58:05 +02:00
Robert Schütz
a5de6179cb
Merge pull request #129137 from bjornfor/fix-conan
conan: fix build after python3Packages updates
2021-07-04 13:12:03 +02:00
R. RyanTM
a3703d72c5 cargo-bloat: 0.10.0 -> 0.10.1 2021-07-04 11:05:15 +00:00
Gabriel Ebner
db37a86453 ccls: set resource directory
Fixes #126936
2021-07-04 10:35:17 +02:00
Christian Kögler
8f34bdf93a redo-c: 0.2 -> 0.3 2021-07-04 10:25:37 +02:00
Ben Siraphob
f8173e95b8
Merge pull request #129200 from r-ryantm/auto-update/cloud-nuke
cloud-nuke: 0.2.0 -> 0.3.0
2021-07-04 11:03:56 +07:00
R. RyanTM
6fdb25646a ecpdap: 0.1.6 -> 0.1.7 2021-07-04 03:54:53 +00:00
R. RyanTM
d9a91ae52a cloud-nuke: 0.2.0 -> 0.3.0 2021-07-04 02:45:14 +00:00
Sandro
8723bd8119
Merge pull request #129122 from dotlambda/dateutil-alias 2021-07-04 02:53:34 +02:00
Fabian Affolter
a50a9bbef7 tfsec: 0.39.16 -> 0.40.7 2021-07-04 00:19:44 +02:00
Maximilian Bosch
3712bdab88
Merge pull request #129162 from marsam/update-tflint
tflint: 0.29.1 -> 0.30.0
2021-07-04 00:07:17 +02:00
R. RyanTM
eb690444cf kustomize: 4.1.3 -> 4.2.0 2021-07-03 21:07:40 +00:00
Bjørn Forsman
9b16b5e381 conan: fix build after python3Packages updates
conan needs jinja2<3 and six<=1.15.0. Adding six to packageOverrides
results in this build error:

  $ nix-build -A conan
  ...
  Found duplicated packages in closure for dependency 'six':
    six 1.16.0 (/nix/store/zn4haxpv5j9ilccvw7vxxwbfb84vhl5i-python3.8-six-1.16.0/lib/python3.8/site-packages)
    six 1.15.0 (/nix/store/8nkfc88xal8g91hfjsxq93b6pfydq2d7-python3.8-six-1.15.0/lib/python3.8/site-packages)

As the changes in six-1.16.0 look harmless, work around the above issue
by allowing conan to use six-1.16.0.
2021-07-03 20:45:13 +02:00
Jörg Thalheim
b627d0d7f1
Merge pull request #129126 from r-ryantm/auto-update/global
global: 6.6.6 -> 6.6.7
2021-07-03 19:06:25 +01:00
R. RyanTM
9598d61c1f crate2nix: 0.9.0 -> 0.10.0 2021-07-03 08:57:16 -07:00
Jörg Thalheim
bcc4404aa3
Merge pull request #129125 from r-ryantm/auto-update/gops
gops: 0.3.18 -> 0.3.19
2021-07-03 14:24:01 +01:00
Mario Rodas
822cd40687
Merge pull request #127857 from r-ryantm/auto-update/codeql
codeql: 2.5.5 -> 2.5.6
2021-07-03 08:17:56 -05:00
Mario Rodas
fcab27a739
Merge pull request #128536 from r-ryantm/auto-update/cloud-nuke
cloud-nuke: 0.1.30 -> 0.2.0
2021-07-03 08:15:43 -05:00
Jörg Thalheim
65f0732422
Merge pull request #128988 from KireinaHoro/master
mill: 0.9.6 -> 0.9.8
2021-07-03 13:48:29 +01:00
Jörg Thalheim
a36393c216
Merge pull request #129008 from KoviRobi/fix-noweb-awk
noweb: fix nawk binary name
2021-07-03 13:45:25 +01:00
Jörg Thalheim
84750c59c1
Merge pull request #129102 from bjornfor/sqlitebrowser-fix-file-dialog
sqlitebrowser: add wrapGAppsHook
2021-07-03 13:42:41 +01:00
R. RyanTM
d864be8190 global: 6.6.6 -> 6.6.7 2021-07-03 12:36:09 +00:00
R. RyanTM
d82c7fe119 gops: 0.3.18 -> 0.3.19 2021-07-03 12:26:53 +00:00
Robert Schütz
1ec5651913 treewide: use pythonPackages.python-dateutil instead of pythonPackages.dateutil 2021-07-03 13:45:57 +02:00
Daniël de Kok
017aa88470 Remove danieldk as a maintainer for some packages
- AMD GPU packages: AMD removed support for the RX5x0 GPUs from ROCm, so
  I cannot test these packages anymore.
- A small number of GUI packages: I switched back to macOS on the
  desktop for work reasons, so I cannot easily test these.
- broot: I took over maintainership from someone else, but do not really
  use broot.
2021-07-03 12:14:20 +02:00
Bjørn Forsman
397e068a54 sqlitebrowser: add wrapGAppsHook
Fixes opening file dialogs on non-NixOS:

$ ./result/bin/sqlitebrowser
[... try to open a file dialog: File -> Open Database ...]
(.sqlitebrowser-wrapped:7229): GLib-GIO-ERROR **: 11:27:46.197: Settings schema 'org.gtk.Settings.FileChooser' does not contain a key named 'show-type-column'
Trace/breakpoint trap (core dumped)
2021-07-03 11:36:19 +02:00
Robert Hensing
198ece4057
Merge pull request #122136 from Pamplemousse/tapview
tapview: init at 1.1
2021-07-03 11:10:20 +02:00
Julius de Bruijn
dcd1a5d673 pscale: Init at 0.51.0 2021-07-03 10:32:03 +02:00
lewo
b03df48627
Merge pull request #128952 from 06kellyjac/opa
open-policy-agent: 0.29.4 -> 0.30.0
2021-07-03 08:29:16 +02:00
Mario Rodas
c77d628cc5 tflint: 0.29.1 -> 0.30.0
https://github.com/terraform-linters/tflint/releases/tag/v0.30.0
2021-07-03 04:20:00 +00:00
Luke Granger-Brown
5a4b7d989f
Merge pull request #128870 from hagl/submit/pgtop
pgtop: init at 0.11
2021-07-03 01:54:11 +01:00
Kovacsics Robert
adc5cb1f8a noweb: fix nawk binary name
The package `nawk` seems to supply the binary `nawk` not `awk`, not sure if this was always thus, or if this is a new change.
```
$ tree `nix eval -f '<nixpkgs>' --raw nawk`
/nix/store/jji0m1by0nks2pdplk6xpwqq0dz8qy2s-nawk-unstable-2021-02-15
├── bin
│   └── nawk
└── share
    └── man
        └── man1
            └── nawk.1.gz

```
2021-07-02 18:21:06 +01:00
KireinaHoro
330f8a1629 mill: 0.9.6 -> 0.9.8 2021-07-02 19:56:39 +08:00