Commit graph

17145 commits

Author SHA1 Message Date
Christian Kögler 8f34bdf93a redo-c: 0.2 -> 0.3 2021-07-04 10:25:37 +02:00
github-actions[bot] c852543c1f
Merge staging-next into staging 2021-07-04 06:01:43 +00:00
github-actions[bot] 89ee82a6e9
Merge master into staging-next 2021-07-04 06:01:11 +00: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
github-actions[bot] 4dfa39c625
Merge staging-next into staging 2021-07-04 00:02:06 +00:00
github-actions[bot] af65e88cc6
Merge master into staging-next 2021-07-04 00:01:25 +00: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
Dmitry Kalinkin 288f1d27d9
Merge branch 'staging-next' into staging 2021-07-03 17:51:55 -04:00
Dmitry Kalinkin f0fbfdefe7
Merge branch 'master' into staging-next 2021-07-03 17:51:15 -04: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
github-actions[bot] 0957b61eaa
Merge staging-next into staging 2021-07-03 18:01:40 +00:00
github-actions[bot] d39be47e17
Merge master into staging-next 2021-07-03 18:01:07 +00: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
github-actions[bot] eaa5839643
Merge staging-next into staging 2021-07-03 12:01:53 +00:00
github-actions[bot] 6cead635ad
Merge master into staging-next 2021-07-03 12:01:23 +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
github-actions[bot] e0ef1b29bf
Merge staging-next into staging 2021-07-03 06:01:45 +00:00
github-actions[bot] 77a94d88ad
Merge master into staging-next 2021-07-03 06:01:13 +00: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
06kellyjac 859fe20765 terraform-ls: 0.18.1 -> 0.18.2 2021-07-02 08:19:29 +01:00
github-actions[bot] 979fa2230f
Merge staging-next into staging 2021-07-02 00:02:37 +00:00
github-actions[bot] dcd8f68f13
Merge master into staging-next 2021-07-02 00:01:33 +00: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
github-actions[bot] 269427cbd0
Merge staging-next into staging 2021-07-01 18:01:37 +00:00
github-actions[bot] 9d5de3eca1
Merge master into staging-next 2021-07-01 18:01:04 +00: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
Olli Helenius ce426ba28d gradle: 7.0 -> 7.1 2021-07-01 15:01:43 +03:00
github-actions[bot] e9140eaeec
Merge staging-next into staging 2021-07-01 12:01:39 +00:00
github-actions[bot] 26416f52eb
Merge master into staging-next 2021-07-01 12:01:05 +00:00
Peter Hoeg 2d03841467 wp-cli: 2.4.0 -> 2.5.0 2021-07-01 15:48:18 +08:00
Peter Hoeg 7046ee9476 elkhound: init at unstable-2020-04-13 2021-07-01 08:23:16 +08:00
github-actions[bot] ece0ec5a6e
Merge staging-next into staging 2021-07-01 00:02:10 +00:00
github-actions[bot] 7350c52b9b
Merge master into staging-next 2021-07-01 00:01:35 +00: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
Khushraj Rathod b5b2f19c22
dprint: init at 0.15.0 2021-06-30 20:20:31 +05:30
github-actions[bot] ddd1833e46
Merge staging-next into staging 2021-06-30 12:04:24 +00:00
github-actions[bot] 629cea2cd0
Merge master into staging-next 2021-06-30 12:04:22 +00:00
Felix Buehler 6f04cd0e69 application/development: /s/name/pname&version/ 2021-06-30 09:55:22 +02:00
Felix Buehler 1e7f88a523 camlp5: replace fetchzip with fetchFromGitHub 2021-06-30 09:53:51 +02:00
Felix Buehler 2588c8d4cd wiggle: use fetchFromGitHub with pname and version 2021-06-30 09:53:51 +02:00
Felix Buehler 2444eaed56 drush: use fetchFromGitHub 2021-06-30 09:53:51 +02:00
Felix Buehler ad3dacc432 tracefilesim: replace fetchgit with fetchFromGitHub 2021-06-30 09:53:51 +02:00
Felix Buehler 3c12e95ad1 development: /s/name/pname&version/ 2021-06-30 09:45:11 +02: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
github-actions[bot] 6fc46db369
Merge staging-next into staging 2021-06-30 06:04:20 +00:00
github-actions[bot] 7f05df0a91
Merge master into staging-next 2021-06-30 06:04:18 +00: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
Sandro 90a4ce39d3
Merge pull request #128682 from SuperSandro2000/SuperSandro2000-patch-1
smatch: cleanup
2021-06-30 03:45:34 +02:00
Sandro 9c942a5b6a
Merge pull request #128512 from oxalica/rust-analyzer 2021-06-30 02:37:50 +02:00
github-actions[bot] b987968536
Merge staging-next into staging 2021-06-30 00:08:54 +00:00
github-actions[bot] 0fa08dae1b
Merge master into staging-next 2021-06-30 00:08:50 +00:00
Sandro 79170ed833
Merge pull request #128595 from jojosch/protoc-gen-go-1.27.1
protoc-gen-go: 1.27.0 -> 1.27.1
2021-06-30 01:45:20 +02:00
Sandro 9bd926c35f
Merge pull request #128677 from fabaff/bump-sqlfluff
sqlfluff: 0.6.0a2 -> 0.6.0
2021-06-30 01:21:42 +02:00
Sandro d9eb62dfbf
Merge pull request #128656 from rvolosatovs/update-maintainership 2021-06-30 00:57:28 +02:00
Sandro 5775580fca
smatch: cleanup 2021-06-29 23:43:02 +02:00
Felix Buehler c1416deae1 postiats-utilities: use fetchFromGitHub and pname&version 2021-06-29 23:27:51 +02:00
Fabian Affolter d34cee35a3 sqlfluff: 0.6.0a2 -> 0.6.0 2021-06-29 23:16:29 +02:00
Roman Volosatovs 059c8fc437
mbed-cli: remove myself as maintainer 2021-06-29 21:21:56 +02:00
Martin Weinelt 520da1d00f
Merge pull request #128631 from Stunkymonkey/unity
unity3d: update sha1 to sha256
2021-06-29 20:53:48 +02:00
github-actions[bot] fc76765e6e
Merge staging-next into staging 2021-06-29 18:04:14 +00:00
github-actions[bot] 943ac1310d
Merge master into staging-next 2021-06-29 18:04:10 +00:00
Ryan Mulligan 2115efd2f2
Merge pull request #128578 from r-ryantm/auto-update/kustomize-sops
kustomize-sops: 2.5.6 -> 2.5.7
2021-06-29 08:45:56 -07:00
John Ericson db6e089456
Merge pull request #127875 from misuzu/binutils-armv7l-native-fix
binutils: apply R_ARM_COPY.patch only when cross-compiling to armv7l
2021-06-29 10:40:08 -04:00
Felix Buehler 87d1763f6c unity3d: update sha1 to sha256 2021-06-29 15:36:34 +02:00
Johannes Schleifenbaum 7262a1e046
protoc-gen-go: 1.27.0 -> 1.27.1 2021-06-29 08:43:02 +02:00
github-actions[bot] e6c5cdb3e7
Merge staging-next into staging 2021-06-29 06:04:22 +00:00
github-actions[bot] de136681f7
Merge master into staging-next 2021-06-29 06:04:18 +00:00
Ben Siraphob 9b89c5f756
Merge pull request #128545 from r-ryantm/auto-update/esbuild
esbuild: 0.12.9 -> 0.12.11
2021-06-29 11:09:36 +07:00
R. RyanTM 0319f3a97b kustomize-sops: 2.5.6 -> 2.5.7 2021-06-29 00:43:17 +00:00
github-actions[bot] ff0a0c28da
Merge staging-next into staging 2021-06-29 00:10:57 +00:00
github-actions[bot] dcfd9788a1
Merge master into staging-next 2021-06-29 00:10:52 +00:00
R. RyanTM 2b0ad115b2 esbuild: 0.12.9 -> 0.12.11 2021-06-28 19:57:13 +00:00
Ryan Mulligan e87001bbc0
Merge pull request #128321 from r-ryantm/auto-update/bear
bear: 3.0.12 -> 3.0.13
2021-06-28 12:38:44 -07:00
R. RyanTM f1413d34e9 cargo-flash: 0.10.1 -> 0.11.0 2021-06-28 11:42:07 -07:00
R. RyanTM 6fe6562177 go-minimock: 3.0.8 -> 3.0.9 2021-06-28 11:34:46 -07:00
Maximilian Bosch 8bc0c4f6e3
Merge pull request #128534 from r-ryantm/auto-update/checkstyle
checkstyle: 8.43 -> 8.44
2021-06-28 20:27:17 +02:00
Ryan Mulligan 48a6adc0bb
Merge pull request #128454 from r-ryantm/auto-update/ginkgo
ginkgo: 1.16.3 -> 1.16.4
2021-06-28 11:20:27 -07:00
R. RyanTM 200d662a3e cloud-nuke: 0.1.30 -> 0.2.0 2021-06-28 18:20:12 +00:00
github-actions[bot] 1bce4703aa
Merge staging-next into staging 2021-06-28 18:12:05 +00:00
github-actions[bot] 3a3d290719
Merge master into staging-next 2021-06-28 18:12:01 +00:00
R. RyanTM 2ced8f2455 checkstyle: 8.43 -> 8.44 2021-06-28 18:06:56 +00:00
Ryan Mulligan 64e8390c43
Merge pull request #127983 from r-ryantm/auto-update/bazel-remote
bazel-remote: 2.1.0 -> 2.1.1
2021-06-28 09:19:29 -07:00
oxalica d92ef97346
rust-analyzer: 2021-06-21 -> 2021-06-28 2021-06-28 22:34:02 +08:00
Pascal Bach 6d66831d13
Merge pull request #128046 from max-wittig/patch-10
gitlab-runner: 14.0.0 -> 14.0.1
2021-06-28 15:20:32 +02:00
github-actions[bot] 68af28a926
Merge staging-next into staging 2021-06-28 12:05:23 +00:00
github-actions[bot] e6001bb168
Merge master into staging-next 2021-06-28 12:05:19 +00:00
Vincent Laporte 4f3bc6aa7f ocamlPackages.utop: 2.7.0 → 2.8.0 2021-06-28 08:48:48 +02:00
Jörg Thalheim 41902c2f7d
Merge pull request #120501 from Mic92/gnumake
gnumake: use sh instead of /bin/sh by default
2021-06-28 07:19:00 +01:00
R. RyanTM 664d835d7e ginkgo: 1.16.3 -> 1.16.4 2021-06-27 18:09:41 +00:00
R. RyanTM ada25b1a98 bear: 3.0.12 -> 3.0.13 2021-06-27 14:52:45 +00:00
github-actions[bot] 265a07c480
Merge staging-next into staging 2021-06-27 12:04:27 +00:00
Vladyslav M b385d52786
Merge pull request #128248 from 06kellyjac/master
just: 0.9.5 -> 0.9.6
2021-06-27 11:51:12 +03:00
Vincent Laporte 773bdf6998 why3: 1.3.3 → 1.4.0
framac: 22.0 → 23.0-rc1
2021-06-27 09:03:12 +02:00
06kellyjac 8a900b15fb just: 0.9.5 -> 0.9.6 2021-06-26 21:59:09 +01:00
06kellyjac 2eacddcae9 just: fix changelog 2021-06-26 21:54:10 +01:00
github-actions[bot] 8f71a7f335
Merge staging-next into staging 2021-06-26 18:04:40 +00:00
Sandro dea318a482
Merge pull request #121384 from Philipp-M/init-efm-langserver 2021-06-26 19:01:58 +02:00
Sandro f6c9ffc9b6
Merge pull request #128169 from jojosch/protoc-gen-go-1.27.0
protoc-gen-go: 1.26.0 -> 1.27.0
2021-06-26 18:43:59 +02:00
Sandro 150f38c2d9
Merge pull request #128213 from figsoda/stylua
stylua: 0.9.2 -> 0.9.3
2021-06-26 18:10:04 +02:00
Sandro 75c3a68e22
Update pkgs/development/tools/efm-langserver/default.nix 2021-06-26 18:08:26 +02:00
Robert Scott 3c9af50b8c
Merge pull request #128207 from yusdacra/update-turbogit
turbogit: 1.2.0 -> 2.0.0
2021-06-26 16:31:19 +01:00
Vincent Laporte a29a3981ef ocamlPackages.ocaml-migrate-parsetree: 2.1.0 → 2.2.0 2021-06-26 17:07:42 +02:00
figsoda b97213ddd7 stylua: 0.9.2 -> 0.9.3 2021-06-26 10:53:09 -04:00
Yusuf Bera Ertan 861f32cf0d
turbogit: 1.2.0 -> 2.0.0 2021-06-26 17:42:45 +03:00
github-actions[bot] de0cfc5563
Merge staging-next into staging 2021-06-26 12:06:28 +00:00
github-actions[bot] 45003ba5f9
Merge master into staging-next 2021-06-26 12:06:25 +00:00
TredwellGit d46e635c58 electron_13: 13.1.3 -> 13.1.4
https://github.com/electron/electron/releases/tag/v13.1.4
2021-06-26 08:38:02 +00:00
Johannes Schleifenbaum 645ad28372
protoc-gen-go: 1.26.0 -> 1.27.0 2021-06-26 08:46:01 +02:00
github-actions[bot] a61a15da97
Merge staging-next into staging 2021-06-26 06:08:34 +00:00
github-actions[bot] 860778c500
Merge master into staging-next 2021-06-26 06:08:31 +00:00
Mario Rodas e859759427
Merge pull request #127994 from r-ryantm/auto-update/flow
flow: 0.153.0 -> 0.154.0
2021-06-25 19:40:28 -05:00
github-actions[bot] 947012b992
Merge staging-next into staging 2021-06-26 00:09:11 +00:00
Robert Schütz d6234c2165 Merge branch 'master' into staging-next 2021-06-26 00:33:58 +02:00
Sandro be946197b7
Merge pull request #128054 from hrhino/fix/sourcetrail
sourcetrail: fix
2021-06-25 19:18:13 +02:00
Harrison Houghton a40b1a62eb
hobbes: unstable-2020-05-19 -> unstable-2021-04-28 with LLVM 11 support (#124490) 2021-06-25 15:56:24 +02:00
Sandro 54cccb99de
Merge pull request #127941 from liff/libwnck/3-is-default 2021-06-25 15:53:01 +02:00
Harrison Houghton 76e2eb2d74 sourcetrail: fix
The LLVM headers it wants to copy are in
llvmPackages.clang-unwrapped.lib, not llvmPackages.clang-unwrapped.
2021-06-25 08:55:38 -04:00
github-actions[bot] be086cc67b
Merge staging-next into staging 2021-06-25 12:06:08 +00:00
Robert Schütz c1dca92daf Merge branch 'master' into staging-next 2021-06-25 10:02:10 +02:00
Max Wittig 82bd7089e9
gitlab-runner: 14.0.0 -> 14.0.1 2021-06-24 23:31:56 +02:00
Olli Helenius 8609f3fd20
libwnck: make 3.36.0 default 2021-06-24 18:04:30 +03:00
Ryan Mulligan ed26a1528b
Merge pull request #127852 from r-ryantm/auto-update/bacon
bacon: 1.1.5 -> 1.1.6
2021-06-24 05:45:18 -07:00
Sandro 2886906a47
Merge pull request #127868 from r-ryantm/auto-update/go-mockery
go-mockery: 2.8.0 -> 2.9.0
2021-06-24 14:14:53 +02:00
Sandro c7dcd066b8
Merge pull request #127708 from oxalica/rust-analyzer 2021-06-24 14:07:20 +02:00
Sandro 7a71b54642
Merge pull request #127975 from zowoq/ijq 2021-06-24 13:00:32 +02:00
Sandro 78f48888bb
Merge pull request #127963 from newAM/cargo-embed 2021-06-24 12:48:28 +02:00
Sandro 7f804baf97
Merge pull request #123962 from r-ryantm/auto-update/flip-link
flip-link: 0.1.3 -> 0.1.4
2021-06-24 12:26:06 +02:00
Sandro 12a0371894
Merge pull request #127882 from babariviere/fix/darwin-graalvm 2021-06-24 11:15:03 +02:00
Sandro 6f6725e642
Merge pull request #127895 from r-ryantm/auto-update/eclipse-mat
eclipse-mat: 1.11.0.20201202 -> 1.12.0.20210602
2021-06-24 11:10:22 +02:00
Sandro 6ea9d5f6a5
Merge pull request #127911 from newAM/probe-run
probe-run: 0.2.3 -> 0.2.4
2021-06-24 10:59:09 +02:00
R. RyanTM 37a32484e6 flow: 0.153.0 -> 0.154.0 2021-06-24 07:53:12 +00:00
Jonathan Ringer 3394da8775 hydra-unstable: fix build, pin libpqxx to 6.4.5 2021-06-24 00:47:07 -07:00
Pavol Rusnak 6d4249e2a9
Merge pull request #127950 from TredwellGit/electron
Update Electron
2021-06-24 09:23:59 +02:00
superherointj 955df801e8
ocamlPackages.ocamlgraph: 1.8.8 -> 2.0.0 (#126703)
ocamlPackages.ocamlgraph: 1.8.8 -> 2.0.0
ocamlPackages.ocamlgraph_gtk: init 2.0.0
framac: fix for ocamlgraph 2.0.0
2021-06-24 08:26:49 +02:00
R. RyanTM db961ec5bc bazel-remote: 2.1.0 -> 2.1.1 2021-06-24 05:12:00 +00:00
zowoq 5a9fdf5bcd ijq: 0.3.4 -> 0.3.5
https://git.sr.ht/~gpanders/ijq/refs/v0.3.5
2021-06-24 13:04:41 +10:00
Alex M 3beb2a8353 cargo-embed: 0.10.1 -> 0.11.0 2021-06-23 16:18:43 -07:00
TredwellGit 942f13fb87 electron_11: 11.4.8 -> 11.4.9
https://github.com/electron/electron/releases/tag/v11.4.9
2021-06-23 19:57:43 +00:00
TredwellGit c1f9347282 electron_12: 12.0.11 -> 12.0.12
https://github.com/electron/electron/releases/tag/v12.0.12
2021-06-23 19:57:04 +00:00
TredwellGit 3c8372b2ef electron_13: 13.1.2 -> 13.1.3
https://github.com/electron/electron/releases/tag/v13.1.3
2021-06-23 19:56:28 +00:00
github-actions[bot] b68a0d2f5e
Merge master into staging-next 2021-06-23 18:04:30 +00:00
R. RyanTM 18c2cde4d4 git-quick-stats: 2.2.0 -> 2.3.0 2021-06-23 09:41:03 -07:00
Alex M 6fb9ef9409 probe-run: 0.2.3 -> 0.2.4 2021-06-23 07:18:39 -07:00
Bastien Rivière b19285d9f6
clojure-lsp: update maintainers list
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-06-23 16:17:00 +02:00
Bastien Riviere 4400e4d06c
zprint: fix compilation on darwin 2021-06-23 16:16:59 +02:00
Bastien Riviere e234811bb0
clojure-lsp: fix compilation on darwin 2021-06-23 16:16:45 +02:00
R. RyanTM f29109843e eclipse-mat: 1.11.0.20201202 -> 1.12.0.20210602 2021-06-23 12:17:14 +00:00
oxalica 2beb0f7b06
rust-analyzer: 2021-06-07 -> 2021-06-21 and fix the extension 2021-06-23 20:03:58 +08:00
misuzu 5aad70e8be binutils: apply R_ARM_COPY.patch only when cross-compiling to armv7l
Applying R_ARM_COPY.patch when not cross-compiling breaks native armv7l builds.
2021-06-23 11:37:40 +03:00
github-actions[bot] c54b530a39
Merge master into staging-next 2021-06-23 06:04:26 +00:00
R. RyanTM 0752eabbf4 go-mockery: 2.8.0 -> 2.9.0 2021-06-23 04:53:26 +00:00
R. RyanTM 19194c50a2 codeql: 2.5.5 -> 2.5.6 2021-06-23 02:07:44 +00:00
R. RyanTM 71417e7ebd bacon: 1.1.5 -> 1.1.6 2021-06-23 00:58:38 +00:00
R. RyanTM f283f9411b liquibase: 4.3.5 -> 4.4.0 2021-06-22 17:34:11 -07:00
github-actions[bot] e8122c3628
Merge master into staging-next 2021-06-23 00:09:33 +00:00
R. RyanTM 7e3d8fc66b byacc: 20210520 -> 20210619 2021-06-22 16:57:20 -07:00
Martin Weinelt b607aadaac
Merge branch 'master' into staging-next 2021-06-22 23:55:21 +02:00
Jonathan Ringer 32e7183410
Merge pull request #127419 from NixOS/python-unstable
Python package set minor updates
2021-06-22 14:49:00 -07:00
Sandro 1fa3656c9d
Merge pull request #127186 from r-ryantm/auto-update/fly
fly: 7.3.1 -> 7.3.2
2021-06-22 18:00:55 +02:00
Sandro 3d544b4d5b
Merge pull request #127713 from musfay/qbs-1.19.1
qbs: 1.18.0 -> 1.19.1
2021-06-22 15:08:34 +02:00
Martin Weinelt 8ca169f99d backblaze-b2: 2.4.0 -> 2.5.0
Relaxes the docutils constraint
2021-06-22 13:42:54 +02:00
github-actions[bot] 6f3d57cba9
Merge master into staging-next 2021-06-22 06:04:24 +00:00
Artturin ac01728725 cmake: add wrapQtAppsHook 2021-06-22 06:06:27 +03:00
Sandro 67a3f33618
Merge pull request #127692 from rvarago/rv/feat/init-cargo-modules
cargo-modules: init at 0.5.0
2021-06-22 02:42:04 +02:00
Martin Weinelt eef9694ebc
Merge branch 'master' into staging-next 2021-06-22 00:58:31 +02:00
Rafael Varago 8dbab2753b cargo-modules: init at 0.5.0
This patch includes a cargo plugin to generate
tree-like overviews of a crate's modules.

Co-authored-by: legendofmiracles <30902201+legendofmiracles@users.noreply.github.com>
2021-06-21 22:27:41 +02:00
Mustafa Çalışkan 5beb11788a qbs: 1.18.0 -> 1.19.1 2021-06-21 21:58:25 +03:00
Jörg Thalheim 38d369643e
Merge pull request #127532 from r-ryantm/auto-update/golangci-lint
golangci-lint: 1.41.0 -> 1.41.1
2021-06-21 20:36:29 +02:00