Commit Graph

16941 Commits

Author SHA1 Message Date
Felix Andreas
51afa440b0 vala-language-server: 0.48.2 -> 0.48.3 2021-07-05 19:42:40 +02: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
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
Gabriel Ebner
db37a86453 ccls: set resource directory
Fixes #126936
2021-07-04 10:35:17 +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
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
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
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
06kellyjac
a88673cdd1 open-policy-agent: 0.29.4 -> 0.30.0 2021-07-02 08:29:05 +01:00
Mario Rodas
246f3da399 dune_2: 2.8.5 -> 2.9.0
https://github.com/ocaml/dune/releases/tag/2.9.0
2021-07-02 00:42:09 +02:00
R. RyanTM
8a6ccd44f2 drone-cli: 1.2.4 -> 1.3.0 2021-07-01 13:39:24 -07:00
R. RyanTM
a5e754c244 fission: 1.13.0 -> 1.13.1 2021-07-01 13:31:32 -07:00
R. RyanTM
ea73bad80a jbang: 0.71.1 -> 0.72.0 2021-07-01 13:10:25 -07:00
Philipp Mildenberger
cab809f466 tree-sitter: 0.19.5 -> 0.20.0 2021-07-01 17:02:04 +02:00
Harald Gliebe
31dff21794 pgtop: init at 0.11 2021-07-01 14:27:02 +02:00
Peter Hoeg
2d03841467 wp-cli: 2.4.0 -> 2.5.0 2021-07-01 15:48:18 +08:00
Fabian Affolter
c978cf2701 flawfinder: 2.0.15 -> 2.0.18 2021-07-01 00:38:27 +02:00
Sandro
bc21b7a9ed
Merge pull request #128593 from starcraft66/kustomize_3 2021-07-01 00:34:06 +02:00
R. RyanTM
ad67354d1d jenkins: 2.289.1 -> 2.289.2 2021-06-30 21:35:06 +00:00
R. RyanTM
e8d3c65b36 cargo-tarpaulin: 0.17.0 -> 0.18.0 2021-06-29 23:31:16 -07:00
zowoq
7ab005c4f3 skopeo: 1.3.0 -> 1.3.1
https://github.com/containers/skopeo/releases/tag/v1.3.1
2021-06-30 16:23:14 +10:00
zowoq
10b8f498c9 buildah: 1.21.1 -> 1.21.2
https://github.com/containers/buildah/releases/tag/v1.21.2
2021-06-30 16:23:04 +10:00
R. RyanTM
4ff1a6f91a esbuild: 0.12.11 -> 0.12.12 2021-06-30 14:23:27 +09:00
Tristan Gosselin-Hane
d0f4bb9cf8
kustomize_3: init at 3.10.0 2021-06-29 21:54:15 -04:00