Commit graph

16233 commits

Author SHA1 Message Date
Ben Siraphob 2fa2d15a7d knightos-mkrom : 1.0.3 -> 1.0.4 2021-05-02 13:43:21 +07:00
github-actions[bot] e6037ce5fe
Merge staging-next into staging 2021-05-02 00:58:46 +00:00
Maximilian Bosch 14ed5fe3a0
Merge pull request #121320 from Ma27/vagrant-bump
vagrant: 2.2.15 -> 2.2.16
2021-05-02 00:02:47 +02:00
github-actions[bot] 49721bed32
Merge staging-next into staging 2021-05-01 18:26:21 +00:00
Jan Tojnar 1818ef1785 cloudsmith-cli: init at 0.26.0 2021-05-01 10:53:14 -07:00
Luke Granger-Brown 3e473120d9
Merge pull request #120153 from r-ryantm/auto-update/buildkite-agent
buildkite-agent: 3.28.1 -> 3.29.0
2021-05-01 18:23:18 +01:00
github-actions[bot] 5c9b6baa63
Merge staging-next into staging 2021-05-01 06:21:43 +00:00
Otavio Salvador 388659919a cargo-limit: 0.0.7 -> 0.0.8
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2021-04-30 23:08:32 -07:00
R. RyanTM b65e2101b7 krankerl: 0.13.0 -> 0.13.1 2021-05-01 05:36:09 +00:00
Mario Rodas 070f37edd6
Merge pull request #121344 from r-ryantm/auto-update/buildkit
buildkit: 0.8.2 -> 0.8.3
2021-04-30 21:38:55 -05:00
Otavio Salvador 0c73f4e985 cargo-rr: init at 0.1.3
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2021-04-30 23:22:46 -03:00
R. RyanTM ca608e32ab cargo-watch: 7.6.1 -> 7.7.2 2021-05-01 01:57:10 +00:00
R. RyanTM 2e0ddf4c66 buildkit: 0.8.2 -> 0.8.3 2021-05-01 01:40:41 +00:00
github-actions[bot] ef6416a6ba
Merge staging-next into staging 2021-05-01 00:54:32 +00:00
Maximilian Bosch ac1ce993be
vagrant: 2.2.15 -> 2.2.16
ChangeLog: https://github.com/hashicorp/vagrant/blob/v2.2.16/CHANGELOG.md#2216-april-29-2021
2021-04-30 22:06:45 +02:00
Léo Gaspard b522e483b9
kcov: add metadata and passthru.tests (#121308) 2021-04-30 21:26:26 +02:00
R. RyanTM 8a3ef67925
kcov: 36 -> 38 (#121160) 2021-04-30 20:44:04 +02:00
github-actions[bot] 20ebbe6b59
Merge staging-next into staging 2021-04-30 18:26:34 +00:00
John Ericson 17305d2df0
Merge pull request #111487 from Ericson2314/llvm-outputs-and-cross-compile-tools
llvmPackages: Clean up outputs
2021-04-30 11:28:08 -04:00
Joe Hermaszewski c87152d97c ecpdap: 0.1.5 -> 0.1.6
Also put the new udev rules in /etc/udev/rules.d
2021-04-30 21:53:43 +08:00
Diogo Xavier 4d773bddeb frugal: init at 3.14.2 2021-04-30 14:53:37 +01:00
Sandro e68f542c32
Merge pull request #121260 from Mic92/cutter 2021-04-30 15:13:26 +02:00
Sandro 9a80c030b6
Merge pull request #120754 from netcrns/netcrns/movine 2021-04-30 15:01:44 +02:00
Sandro 09fb96f975
Merge pull request #120763 from vale981/master 2021-04-30 15:00:55 +02:00
github-actions[bot] d7882499f8
Merge staging-next into staging 2021-04-30 12:26:14 +00:00
Sandro 833cd36d44
Merge pull request #120723 from jlesquembre/maven
maven: 3.6.3 -> 3.8.1
2021-04-30 14:01:40 +02:00
Sandro d7e9d65ea2
Merge pull request #120341 from iFreilicht/master 2021-04-30 13:54:16 +02:00
Jörg Thalheim 9d38355a4a
cutter: 2.0.1 -> 2.0.2 2021-04-30 13:36:33 +02:00
Jörg Thalheim 5a1acaeb4c
rizin: 0.2.0 -> 0.2.1 2021-04-30 13:36:33 +02:00
happysalada 246f329d53 rustup: 1.23.1 -> 1.24.1 2021-04-30 19:59:10 +09:00
Sandro 65126243e6
Merge pull request #120908 from 06kellyjac/just
just: 0.9.0 -> 0.9.1
2021-04-30 10:22:32 +02:00
github-actions[bot] c6548b2832
Merge staging-next into staging 2021-04-30 06:21:40 +00:00
Andrew Childs 7869d16545 llvmPackages: Multuple outputs for everythting
Also begin to start work on cross compilation, though that will have to
be finished later.

The patches are based on the first version of
https://reviews.llvm.org/D99484. It's very annoying to do the
back-porting but the review has uncovered nothing super major so I'm
fine sticking with what I've got.

Beyond making the outputs work, I also strove to re-sync the packages,
as they have been drifting pointlessly apart for some time.

----

Other misc notes, highly incomplete

- lvm-config-native and llvm-config are put in `dev` because they are
  tools just for build time.

- Clang no longer has an lld dep. That was introduced in
  db29857eb3, but if clang needs help
  finding lld when it is used we should just pass it flags / put in the
  resource dir. Providing it at build time increases critical path
  length for no good reason.

----

A note on `nativeCC`:

`stdenv` takes tools from the previous stage, so:

1. `pkgsBuildBuild`: `(?1, x, x)`
2. `pkgsBuildBuild.stdenv.cc`: `(?0, ?1, x)`

while:

1. `pkgsBuildBuild`: `(?1, x, x)`
2. `pkgsBuildBuild.targetPackages`: `(x, x, ?2)`
3. `pkgsBuildBuild.targetPackages.stdenv.cc`: `(?1, x, x)`
2021-04-30 05:41:00 +00:00
R. RyanTM f072e1f2e2 flow: 0.149.0 -> 0.150.0 2021-04-30 00:32:05 -04:00
R. RyanTM 0c523b5e93 git-quick-stats: 2.1.8 -> 2.1.9 2021-04-29 23:52:09 -04:00
Sandro ff13163e3f
Merge pull request #120896 from kini/aws-sam-cli/bump-1.23.0
aws-sam-cli: 1.14.0 -> 1.23.0
2021-04-30 04:36:46 +02:00
Sandro b40401ab89
Merge pull request #120958 from astro/svd2rust
svd2rust: 0.14.0 -> 0.18.0
2021-04-30 04:30:26 +02:00
Sandro f3c7752358
Merge pull request #121098 from TredwellGit/electron_12
electron_12: 12.0.4 -> 12.0.5
2021-04-30 03:32:38 +02:00
Sandro 158145c919
Merge pull request #121184 from FlorianFranzen/flip-link
flip-link: init at 0.1.3
2021-04-30 03:23:15 +02:00
github-actions[bot] b4766e97ee
Merge staging-next into staging 2021-04-30 00:52:06 +00:00
Maisem Ali 0dde9ab531
nsis: enable builds on darwin. (#120903)
Co-authored-by: Dmitry Kalinkin <dmitry.kalinkin@gmail.com>
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-04-30 02:36:54 +02:00
Sandro f3418315d4
Merge pull request #121118 from Emantor/fix/b4
b4: loosen versions for request and dnspython
2021-04-30 02:34:32 +02:00
Jonathan Ringer d03dd5ab28 visualvm: 2.0.6 -> 2.0.7 2021-04-29 16:05:08 -07:00
Sandro 3d9b47562d
Merge pull request #121189 from onsails/terraform-ls
terraform-ls: 0.15.0 -> 0.16.0
2021-04-30 00:57:31 +02:00
Andrey Kuznetsov 17d9b66346
terraform-ls: 0.15.0 -> 0.16.0 2021-04-30 00:03:35 +03:00
Maximilian Bosch a7facc8974
Merge pull request #121039 from NeQuissimus/sbtextras
sbt-extras: 2021-04-06 → 2021-04-26
2021-04-29 22:45:27 +02:00
github-actions[bot] 3ad64733d9
Merge staging-next into staging 2021-04-29 18:28:08 +00:00
Florian Franzen 34ad94bd36 flip-link: init at 0.1.3 2021-04-29 20:07:02 +02:00
Joe Hermaszewski ba86df95ac ecpdap: init at 0.1.5 2021-04-29 22:34:33 +08:00
github-actions[bot] 01105a117a
Merge staging-next into staging 2021-04-29 06:21:55 +00:00
Rouven Czerwinski da99ec9f3a b4: loosen versions for request and dnspython
Until the next stable release, we need to loosen the version
requirements ourselves by hand for dnspython, since NixOS has updated to
version 2.1. While at it, adjust requests from ~=2.24.0 to ~=2.25 which
effectively enables all 2.* versions for requests.

Fixes the following build error:

  adding 'b4-0.6.2.dist-info/RECORD'
  removing build/bdist.linux-x86_64/wheel
  Finished executing setuptoolsBuildPhase
  installing
  Executing pipInstallPhase
  /build/b4-0.6.2/dist /build/b4-0.6.2
  Processing ./b4-0.6.2-py3-none-any.whl
  Requirement already satisfied: dkimpy~=1.0.5 in /nix/store/3war2scyn6pnrhhcfdx48vd5023x2rkp-python3.8-dkimpy-1.0.5/lib/python3.8/site-packages (from b4==0.6.2) (1.0.5)
  ERROR: Could not find a version that satisfies the requirement dnspython~=2.0.0 (from b4)
  ERROR: No matching distribution found for dnspython~=2.0.0
2021-04-29 07:20:52 +02:00
Ryan Mulligan 81a4bce640
Merge pull request #120916 from r-ryantm/auto-update/air
air: 1.27.2 -> 1.27.3
2021-04-28 17:47:24 -07:00
TredwellGit b3290c8952 electron_12: 12.0.4 -> 12.0.5
https://github.com/electron/electron/releases/tag/v12.0.5
2021-04-28 23:06:45 +00:00
netcrns 25cd84fd19 movine: init at 0.11.0
movine: make meta.description a one-liner

movine: make build on darwin work
2021-04-28 19:02:24 +02:00
Valentin Boettcher 117315c795
roswell: init at 21.01.14.108 2021-04-28 16:44:10 +02:00
Tim Steinbach e9350a7d9c
sbt-extras: 2021-04-06 → 2021-04-26 2021-04-28 14:39:10 +00:00
github-actions[bot] ce47d859f6
Merge staging-next into staging 2021-04-28 12:06:40 +00:00
Profpatsch 8e87d34abc kgt: init at 2021-04-07 2021-04-28 12:49:06 +02:00
github-actions[bot] 70093bbd44
Merge staging-next into staging 2021-04-28 06:05:49 +00:00
R. RyanTM a338775b63 checkstyle: 8.41.1 -> 8.42 2021-04-28 00:13:44 -04:00
R. RyanTM 3b4d456465 buf: 0.40.0 -> 0.41.0 2021-04-28 00:03:12 -04:00
06kellyjac 2ba5086bdb open-policy-agent: 0.27.1 -> 0.28.0 2021-04-27 23:48:54 -04:00
github-actions[bot] 655989d7b3
Merge staging-next into staging 2021-04-28 00:15:29 +00:00
Astro 3297bbf0de svd2rust: 0.14.0 -> 0.18.0 2021-04-28 02:08:37 +02:00
Keshav Kini ed3270a36f aws-sam-cli: 1.14.0 -> 1.23.0 2021-04-27 13:52:27 -07:00
R. RyanTM 3931eaceab air: 1.27.2 -> 1.27.3 2021-04-27 18:40:39 +00:00
Martin Weinelt e0d0444717 tockloader: remove myself from maintainers
Sadly the only device I had that was requiring this was an nRF52840 MDK
USB dongle and I apparently broke its bootloader, so it won't get
recognized anymore.
2021-04-27 20:38:35 +02:00
Martin Weinelt 6fbe7f1bbb tockloader: 1.5.0 -> 1.6.0
Add a small check phase calling the tockloader executable and checking
the version.
2021-04-27 20:38:35 +02:00
github-actions[bot] 97889a52e1
Merge staging-next into staging 2021-04-27 18:14:28 +00:00
06kellyjac 14f7c5a4ec just: 0.9.0 -> 0.9.1 2021-04-27 18:49:28 +01:00
Felix Uhl be1392dbd9 stm32cubemx: 6.0.1 -> 6.2.1
Fixes:
STM32CubeMX uses an outdated version of xstream that is not
compatible with JDK16. The derivation uses JDK11 (LTS) explicitly now.
Additionally, the desktop file wasn't generated by copyDesktopItems
before. This is now fixed as well.

Upstream changes:
- Main files moved from . to MX
- JAR file has no .exe extension anymore
- Icon format changed from icns to ico
- There is now a bundled JRE, but we prefer not to use it

Additional changes:
- Move version definition into mkDerivation
2021-04-27 18:23:40 +02:00
José Luis Lafuente 5bf7ee0a7b
maven: 3.6.3 -> 3.8.1 2021-04-27 15:19:20 +02:00
Sandro 1cfe578781
Merge pull request #119926 from eonpatapon/cue-0.3.2
cue: 0.3.0 -> 0.3.2
2021-04-27 15:14:12 +02:00
Sandro 1cf28a9f3b
Merge pull request #120697 from raboof/treewide-go-inherit-platforms-instead-of-using-platforms.all
treewide: go: inherit platforms instead of using platforms.all
2021-04-27 14:58:17 +02:00
Sandro 7be10df85e
Merge pull request #120719 from schnusch/esbuild
esbuild: 0.11.14 -> 0.11.15
2021-04-27 14:34:27 +02:00
Martin Weinelt 8f284a9c9f
Merge pull request #120769 from Ma27/strace-bump
strace: 5.11 -> 5.12
2021-04-27 14:31:13 +02:00
Vincent Haupert 58c1794062
ghp-import: 0.5.5 -> 1.1.0 (#120794) 2021-04-27 14:11:41 +02:00
github-actions[bot] c01456266d
Merge staging-next into staging 2021-04-27 12:07:01 +00:00
Sandro ad21fe666d
Merge pull request #120818 from r-ryantm/auto-update/kustomize
kustomize: 4.0.5 -> 4.1.2
2021-04-27 12:15:46 +02:00
happysalada 672912f73e wrangler: 1.16.0 -> 1.16.1 2021-04-27 17:47:20 +09:00
Vincent Laporte 44339cc0b0 ocamlPackages.ocp-build: fix compilation with OCaml 4.12 2021-04-27 08:42:50 +02:00
Vincent Laporte 9ffb287d75 ocamlformat: build versions < 0.17 with OCaml 4.10 2021-04-27 08:42:50 +02:00
github-actions[bot] 92003c2ff7
Merge staging-next into staging 2021-04-27 06:05:54 +00:00
R. RyanTM 55c9975f46 kustomize: 4.0.5 -> 4.1.2 2021-04-27 05:21:03 +00:00
Ryan Mulligan 46a44d450e
Merge pull request #120144 from r-ryantm/auto-update/ameba
ameba: 0.14.2 -> 0.14.3
2021-04-26 19:42:32 -07:00
github-actions[bot] 489dda0090
Merge staging-next into staging 2021-04-27 00:15:12 +00:00
Jörg Thalheim 61fd1e1595
Merge pull request #120732 from Mic92/lazygit
lazygit: 0.27.3 -> 0.28.1
2021-04-26 19:36:33 +01:00
Maximilian Bosch 86f1c0fb77
strace: 5.11 -> 5.12
ChangeLog: https://github.com/strace/strace/releases/tag/v5.12
2021-04-26 20:19:54 +02:00
github-actions[bot] f0290a5d27
Merge staging-next into staging 2021-04-26 18:14:28 +00:00
JesusMtnez 32f7980afb sbt: 1.5.0 -> 1.5.1 2021-04-26 10:16:00 -04:00
Jörg Thalheim 2a954135a6
lazygit: 0.27.3 -> 0.28.1 2021-04-26 14:02:22 +02:00
schnusch 4c959e68bf esbuild: 0.11.14 -> 0.11.15 2021-04-26 12:10:59 +02:00
Sebastian Neubauer 2819d5ea23 rgp: 1.9 -> 1.10 2021-04-26 11:26:55 +02:00
Arnout Engelen 1be3d412c0
treewide: go: inherit platforms instead of using platforms.all
`buildGoModule` and `buildGoPackage` by default inherit the `platforms`
from go. That seems better than explicitly configuring `platforms.all`.

There are also many packages that specify 'linux + darwin' - this is
even suggested in the documentation. We might also want to update those,
but let's do the noncontroversial change first.
2021-04-26 08:59:56 +02:00
Jean-Philippe Braun 7c1a61aca4 cue: 0.3.0 -> 0.3.2 2021-04-26 08:28:23 +02:00
github-actions[bot] 28c3da370d
Merge staging-next into staging 2021-04-26 06:05:56 +00:00
R. RyanTM 9c75aaf3ae air: 1.25 -> 1.27.2 2021-04-26 00:49:38 -04:00
R. RyanTM 05c001a5e6 go-task: 3.4.1 -> 3.4.2 2021-04-26 00:37:41 -04:00
R. RyanTM aefb947051 codeql: 2.5.0 -> 2.5.2 2021-04-25 23:09:35 -04:00
Mario Rodas e1bc639fd4
Merge pull request #120639 from r-ryantm/auto-update/bazelisk
bazelisk: 1.7.5 -> 1.8.0
2021-04-25 20:59:07 -05:00
github-actions[bot] 8634c6f7d1
Merge staging-next into staging 2021-04-26 00:17:03 +00:00
Mario Rodas ddea0864b6
Merge pull request #120553 from raboof/grpc-go-init-at-1.37.0
protoc-gen-go-grpc: init at 1.1.0
2021-04-25 18:15:14 -05:00
Anderson Torres b1c9917f71
Merge pull request #120625 from AndersonTorres/quick-modifications
Updates

ftgl: 2.1.3-rc5 -> 2.4.0; 
cimg: 2.9.6 -> 2.9.7; 
dialog: 1.3-2210306 -> 1.3-2210324; 
docutils: 0.16 -> 0.17.1; 
fme: refactor
2021-04-25 18:43:59 -03:00
R. RyanTM bc66efc5db bazelisk: 1.7.5 -> 1.8.0 2021-04-25 20:22:31 +00:00
github-actions[bot] 9a945aac72
Merge staging-next into staging 2021-04-25 18:14:18 +00:00
Arnout Engelen 8a4abd956f
protoc-gen-go-grpc: init at 1.1.0
Using buildGoModule did not work for this package, and produced the
error "main module (google.golang.org/grpc) does not contain package
google.golang.org/grpc/cmd/protoc-gen-go-grpc". Since buildGoModule and
buildGoPackage both seem in common use and both have their advantages
(https://github.com/NixOS/nixpkgs/issues/84826) just using
buildGoPackage seems like a neat solution here.
2021-04-25 19:51:31 +02:00
AndersonTorres 3a7af6de81 dialog: 1.3-2210306 -> 1.3-2210324 2021-04-25 14:38:31 -03:00
github-actions[bot] 1626c4772a
Merge staging-next into staging 2021-04-25 12:06:12 +00:00
Frederik Rietdijk c648f7ee2a Merge master into staging-next 2021-04-25 13:54:29 +02:00
Jonas Chevalier b8ef16dc1e
treefmt: init at 0.1.1 (#120521)
* treefmt: init at 0.1.1

* Update pkgs/top-level/all-packages.nix

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>

* Update pkgs/development/tools/treefmt/default.nix

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-04-25 10:11:42 +00:00
Sandro 1e7b8e28f1
Merge pull request #120540 from schnusch/esbuild
esbuild: 0.11.13 -> 0.11.14
2021-04-25 09:39:45 +02:00
Sandro cf628a338d
Merge pull request #120092 from ericdallo/bump-clojure-lsp
clojure-lsp: 2021.02.14-19.46.47 -> 2021.04.13-12.47.33
2021-04-25 08:55:36 +02:00
Jan Tojnar c1f851b2ee
Merge branch 'staging-next' into staging 2021-04-25 08:22:13 +02:00
github-actions[bot] a956f62ea4
Merge master into staging-next 2021-04-25 06:05:34 +00:00
Evils 4b7ccb3418 stlink: 1.6.0 -> 1.7.0 2021-04-25 07:30:01 +02:00
Mario Rodas 097467a504 tflint: 0.27.0 -> 0.28.0
https://github.com/terraform-linters/tflint/releases/tag/v0.28.0
2021-04-25 04:20:00 +00:00
Mario Rodas 4a1bad5db1
Merge pull request #120559 from jonringer/buck-jdk8
buck: use jdk8
2021-04-24 21:21:21 -05:00
Mario Rodas 8e7de907c7
Merge pull request #119884 from LibreCybernetics/add-ruby-pgsync
pgsync: init at 0.6.6
2021-04-24 21:20:06 -05:00
Jan Tojnar 0f1c4558d3
Merge branch 'master' into staging-next
Choose binwalk 2.3.1, 27 is legacy version for Python 2.
2021-04-25 02:50:48 +02:00
Jonathan Ringer ad521d005b
buck: use jdk8 2021-04-24 11:25:35 -07:00
schnusch 7893552afa esbuild: 0.11.13 -> 0.11.14 2021-04-24 18:12:46 +02:00
Michael Livshin 782cb7aea0 fix clangd wrapper
* get libc-cflags and libcxx-cxxflags from the sibling clang
  derivation.

* fix the order of those for C++ (libc-cflags use -idirafter for a
  reason).
2021-04-24 10:37:57 +03:00
Jörg Thalheim 5cecebfb2f
Merge pull request #120484 from austinbutler/fix-just-darwin
just: fix Darwin build
2021-04-24 07:10:32 +01:00
github-actions[bot] f9e9e425fc
Merge staging-next into staging 2021-04-24 06:05:32 +00:00
github-actions[bot] d8d6ba0d2e
Merge master into staging-next 2021-04-24 06:05:30 +00:00
Fabián Heredia Montiel 4e96143fe5 pgsync: init at 0.6.6 2021-04-23 22:36:41 -05:00
Sandro bbffc43d56
Merge pull request #120450 from fortuneteller2k/add-zls 2021-04-24 03:59:57 +02:00
Austin Butler 0fffe0ed7e just: fix Darwin build 2021-04-23 18:47:37 -07:00
Sandro 551ed846bf
Merge pull request #120329 from onsails/tabnine 2021-04-24 03:04:31 +02:00
Sandro 965d590fc5
Merge pull request #120234 from cmm/antlr3-c++20
antlr3: make C++ includes compatible with C++20
2021-04-24 02:56:41 +02:00
Martin Weinelt 01e4b493de
Merge branch 'master' into staging-next 2021-04-24 02:35:30 +02:00
Sandro 046923781b
Merge pull request #120327 from 06kellyjac/dockle
dockle: 0.3.11 -> 0.3.13
2021-04-24 02:31:32 +02:00
github-actions[bot] 944e32775d
Merge staging-next into staging 2021-04-24 00:16:20 +00:00
github-actions[bot] 6e7c70d02d
Merge master into staging-next 2021-04-24 00:16:17 +00:00
Sandro e84351f8f6
Merge pull request #120299 from schnusch/esbuild
esbuild: 0.11.12 -> 0.11.13
2021-04-24 01:31:48 +02:00
fortuneteller2k c0cca46ef0 zls: init at 0.1.0 2021-04-24 03:42:41 +08:00
Peter Simons a8ade4385f Merge origin/master into haskell-updates. 2021-04-23 17:15:13 +02:00
Michael Livshin a2ae19a00d antlr3: make C++ headers compliant with C++20
(by stealing the relevant patch from Fedora)
2021-04-23 18:10:04 +03:00
Alyssa Ross 4f4d95bbc2
Merge remote-tracking branch 'nixpkgs/master' into staging-next
Conflicts:
	pkgs/development/python-modules/pyvex/default.nix
	pkgs/top-level/python-packages.nix
2021-04-23 13:49:12 +00:00
Alyssa Ross bb8d9a49ff
Merge remote-tracking branch 'nixpkgs/staging-next' into staging
This will bring in the fix for the yarGen eval failure.
2021-04-23 13:35:52 +00:00
Andrey Kuznetsov 5324ef34a6
tabnine: install all binaries 2021-04-23 11:35:47 +00:00
Andrey Kuznetsov a15c3530c5
tabnine: 3.3.101 -> 3.3.115 2021-04-23 11:08:43 +00:00
06kellyjac a4597c4417 dockle: 0.3.11 -> 0.3.13 2021-04-23 11:55:43 +01:00
Raphael Megzari 8e585bbce6
cargo-make: fix darwin build (#120312)
* cargo-make: format with nixpkgs-fmt

* cargo-make: fix darwin build
2021-04-23 17:34:11 +09:00
Vladimír Čunát ca65d6f7d2
Merge branch 'master' into staging-next 2021-04-23 09:10:50 +02:00
schnusch a538030e84 esbuild: 0.11.12 -> 0.11.13 2021-04-23 07:05:13 +02:00
Mario Rodas fcb8252e87
Merge pull request #120149 from r-ryantm/auto-update/azure-storage-azcopy
azure-storage-azcopy: 10.9.0 -> 10.10.0
2021-04-22 21:40:44 -05:00
github-actions[bot] 0d97d9f23b
Merge staging-next into staging 2021-04-23 00:15:42 +00:00
github-actions[bot] 481a9bc47c
Merge master into staging-next 2021-04-23 00:15:39 +00:00
Sandro ccbd83ec20
Merge pull request #120261 from veehaitch/github-runner-v2.278.0
github-runner: 2.277.1 -> 2.278.0
2021-04-23 01:16:58 +02:00
Sandro b48ace99ca
Merge pull request #120268 from andreasfelix/andreasfelix/update-vala-language-server
vala-language-server: 0.48.1 -> 0.48.2
2021-04-23 01:12:12 +02:00
Felix Andreas 3b4f769f4a vala-language-server: 0.48.1 -> 0.48.2 2021-04-22 22:44:10 +02:00
Maximilian Bosch ae6d176db3
Merge pull request #120160 from r-ryantm/auto-update/cargo-make
cargo-make: 0.32.16 -> 0.32.17
2021-04-22 22:33:32 +02:00
Vincent Haupert 6477046b53
github-runner: 2.277.1 -> 2.278.0 2021-04-22 21:46:37 +02:00
github-actions[bot] cdece2032d
Merge staging-next into staging 2021-04-22 18:14:30 +00:00
github-actions[bot] b95da5efb6
Merge master into staging-next 2021-04-22 18:14:27 +00:00
Thiago Kenji Okada 05054fb1da clj-kondo: 2021.02.13 -> 2021.03.31 2021-04-22 11:30:42 -03:00
Ryan Mulligan ebc92dedb2
Merge pull request #120191 from r-ryantm/auto-update/gotestsum
gotestsum: 1.6.3 -> 1.6.4
2021-04-22 07:17:18 -07:00
José Luis Lafuente f29292db76 tree-sitter: Add withPlugins 2021-04-22 14:11:01 +02:00
github-actions[bot] 1eabfe5413
Merge staging-next into staging 2021-04-22 12:06:27 +00:00
github-actions[bot] 120744d620
Merge master into staging-next 2021-04-22 12:06:24 +00:00
Mario Rodas f2a4360594
Merge pull request #120184 from r-ryantm/auto-update/flow
flow: 0.148.0 -> 0.149.0
2021-04-22 06:58:08 -05:00
Mario Rodas 850e813dd4
Merge pull request #120170 from r-ryantm/auto-update/cloud-nuke
cloud-nuke: 0.1.28 -> 0.1.29
2021-04-22 06:57:11 -05:00
R. RyanTM e485139541 gotestsum: 1.6.3 -> 1.6.4 2021-04-22 10:35:57 +00:00
Imran Hossain ce5cbe4abf tree-sitter: Update grammars 2021-04-22 11:53:13 +02:00
R. RyanTM e4bd03b915 flow: 0.148.0 -> 0.149.0 2021-04-22 09:41:36 +00:00
R. RyanTM 7ff0ce48df cloud-nuke: 0.1.28 -> 0.1.29 2021-04-22 07:48:46 +00:00
R. RyanTM 9c72b0769b cargo-make: 0.32.16 -> 0.32.17 2021-04-22 07:13:27 +00:00
Jörg Thalheim 81b1905c86
radare2: 5.2.0 -> 5.2.1
Also get rid of update script:
Since we no longer bundle capstone it just adds
a bunch of metadata.
Now we can easier auto-update radare2.
2021-04-22 09:10:17 +02:00
R. RyanTM 30f7281d99 buildkite-agent: 3.28.1 -> 3.29.0 2021-04-22 06:46:13 +00:00
R. RyanTM 229eab998c azure-storage-azcopy: 10.9.0 -> 10.10.0 2021-04-22 06:08:27 +00:00
github-actions[bot] dde5369c50
Merge staging-next into staging 2021-04-22 06:05:54 +00:00
github-actions[bot] 8248f4db36
Merge master into staging-next 2021-04-22 06:05:51 +00:00
R. RyanTM d562b79b09 ameba: 0.14.2 -> 0.14.3 2021-04-22 04:50:48 +00:00
Lars Jellema 54d8941a0d
esbuild: init at 0.11.12 (#120089)
Co-authored-by: Fabian Affolter <mail@fabian-affolter.ch>
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-04-22 05:38:16 +02:00
Sandro 7f9965695f
Merge pull request #119247 from jonringer/bump-buck
buck: 2019.10.17.01 -> 2021.01.12.01
2021-04-22 03:36:17 +02:00
Sandro 2df2e5f330
Merge pull request #118269 from midchildan/feat/fuse/add-darwin 2021-04-22 03:27:36 +02:00
Sandro e8faf9d465
Merge pull request #120074 from jojosch/protoc-gen-twirp_php-0.7.1
protoc-gen-twirp_php: 0.6.0 -> 0.7.1
2021-04-22 02:41:15 +02:00
Sandro b19c2cb2df
Merge pull request #120093 from Tomahna/metals
metals: 0.10.1 -> 0.10.2
2021-04-22 02:24:52 +02:00
github-actions[bot] b28a233fef
Merge staging-next into staging 2021-04-22 00:16:19 +00:00
Eric Dallo 64be38f31f
clojure-lsp: 2021.02.14-19.46.47 -> 2021.04.13-12.47.33 2021-04-21 20:52:34 -03:00
Martin Weinelt 6292be499b
Merge branch 'master' into staging-next 2021-04-22 00:54:14 +02:00
Tim Steinbach 529ecceaa6 jenkins: 2.277.2 → 2.277.3 2021-04-21 22:38:53 +02:00
Kevin Rauscher fb580e732f
metals: 0.10.1 -> 0.10.2 2021-04-21 19:56:22 +02:00
Johannes Schleifenbaum 94514eec55
protoc-gen-twirp_php: 0.6.0 -> 0.7.1 2021-04-21 17:02:39 +02:00
(cdep)illabout cba97fcde5
spago: 0.20.0 -> 0.20.1 2021-04-21 22:21:55 +09:00
github-actions[bot] a260b67879
Merge staging-next into staging 2021-04-21 12:06:26 +00:00
github-actions[bot] 9b3e698b14
Merge master into staging-next 2021-04-21 12:06:23 +00:00
Max Wittig 9b9782834d
gitlab-runner: 13.10.0 -> 13.11.0 2021-04-21 11:04:21 +02:00
Jörg Thalheim 20759ed994
radare2: 5.1.1 -> 5.2.0 2021-04-21 10:12:49 +02:00
github-actions[bot] e09786ff64
Merge staging-next into staging 2021-04-20 18:13:19 +00:00
github-actions[bot] b08c9b444b
Merge master into staging-next 2021-04-20 18:13:16 +00:00
Sandro 28dae03ce7
Merge pull request #119956 from oxalica/rust-analyzer
rust-analyzer: 2021-04-12 -> 2021-04-19
2021-04-20 18:25:23 +02:00
oxalica 9bcc52e8d9
rust-analyzer: 2021-04-12 -> 2021-04-19 2021-04-20 21:33:30 +08:00
Jörg Thalheim ce55791724
just: 0.8.4 -> 0.9.0 2021-04-20 13:54:34 +02:00
github-actions[bot] cf0edc0dea
Merge staging-next into staging 2021-04-20 06:06:28 +00:00
github-actions[bot] e605a07cc0
Merge master into staging-next 2021-04-20 06:06:25 +00:00
Mario Rodas 5a9dfb570a tflint: 0.26.0 -> 0.27.0
https://github.com/terraform-linters/tflint/releases/tag/v0.27.0
2021-04-20 04:20:00 +00:00
Mario Rodas 04bb7dc19b
Merge pull request #119686 from marsam/update-ocamlformat
ocamlformat: 0.17.0 -> 0.18.0
2021-04-20 22:22:34 -05:00
Sandro 3dac892624
Merge pull request #120016 from KAction/laminar-pedantic
laminar: use more specific license (gpl3 -> gpl3Plus)
2021-04-21 05:04:55 +02:00
SCOTT-HAMILTON 5bc2962319
remake: 4.1 -> 4.3 (#119737)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-04-21 03:18:35 +02:00
Sandro 8cb93e8921
Merge pull request #119970 from akshgpt7/add-jql 2021-04-21 03:17:05 +02:00
Aksh Gupta 2512e59bef jql: init at 2.9.4 2021-04-21 02:04:58 +05:30
R. RyanTM e6b14cc1f8 liquibase: 4.3.1 -> 4.3.2 2021-04-19 22:50:16 -04:00
github-actions[bot] 5fe3cbef9a
Merge staging-next into staging 2021-04-20 00:15:41 +00:00
Martin Weinelt 6b34489f81
Merge branch 'master' into staging-next 2021-04-20 02:06:07 +02:00
Dmitry Bogatov 9479e4f0a1 laminar: use more specific license (gpl3 -> gpl3Plus) 2021-04-20 00:00:00 +00:00
Diego Pontoriero 3f2a3dd3e9
gopls: 0.6.2 -> 0.6.10 (#119903)
Quite a few critical bugfixes and some new features since 0.6.2.

https://github.com/golang/tools/releases/tag/gopls%2Fv0.6.10
2021-04-19 21:36:53 +00:00
Maximilian Bosch 599ef79536
Merge pull request #119473 from r-ryantm/auto-update/cargo-crev
cargo-crev: 0.19.1 -> 0.19.2
2021-04-19 22:24:14 +02:00
Sandro 1e78caefb8
Merge pull request #119642 from jojosch/oh-my-git-init 2021-04-19 20:44:34 +02:00
github-actions[bot] ea5bd4364e
Merge staging-next into staging 2021-04-19 18:11:54 +00:00
github-actions[bot] 6ef7c23763
Merge master into staging-next 2021-04-19 18:11:51 +00:00
Pavel Borzenkov 9ec151589a gops: 0.3.17 -> 0.3.18 2021-04-19 12:43:17 +03:00
github-actions[bot] 7742d40a37
Merge staging-next into staging 2021-04-19 06:05:52 +00:00
github-actions[bot] 36faabcd7c
Merge master into staging-next 2021-04-19 06:05:48 +00:00
Sandro d1bbef4135
Merge pull request #119814 from SuperSandro2000/SuperSandro2000-patch-2
spin: update homepage to https
2021-04-19 05:04:53 +02:00
Sandro 216f56598b
Merge pull request #119450 from SCOTT-HAMILTON/inotify-tools
inotify-tools: 3.20.2.2 -> 3.20.11.0
2021-04-19 04:56:59 +02:00
Dmitry Bogatov ef107ba439
checkbashisms: 2.0.0.2 -> 2.21.1 (#119754)
Co-authored-by: Dmitry Bogatov <git#v1@kaction.cc>
2021-04-19 04:56:12 +02:00
github-actions[bot] c577e0ee09
Merge staging-next into staging 2021-04-19 00:15:24 +00:00
github-actions[bot] a28d31ed86
Merge master into staging-next 2021-04-19 00:15:22 +00:00
Sandro b32089b5e0
Merge pull request #119761 from Parasrah/go-task
go-task: 3.3.0 -> 3.4.1
2021-04-18 20:51:23 +02:00
github-actions[bot] f42b75df03
Merge staging-next into staging 2021-04-18 18:10:40 +00:00
github-actions[bot] b57b2b362c
Merge master into staging-next 2021-04-18 18:10:37 +00:00
Sandro 73bee54402
Merge pull request #119801 from ck3d/sumneko-lua-lsp-1.20.2
sumneko-lua-language-server: 1.16.0 -> 1.20.2
2021-04-18 19:50:07 +02:00
Christian Kögler da68011064 sumneko-lua-language-server: 1.16.0 -> 1.20.2 2021-04-18 19:23:04 +02:00
Sandro 499051045f
spin: update homepage to https 2021-04-18 19:10:52 +02:00
yvt bcb8079a93
spin: enable darwin support (#119809) 2021-04-18 12:59:03 -04:00
Robert Scott 41dbd1095b
Merge pull request #119485 from r-ryantm/auto-update/doctl
doctl: 1.58.0 -> 1.59.0
2021-04-18 17:27:23 +01:00
SCOTT-HAMILTON 6649c6d75c inotify-tools: 3.20.2.2 -> 3.20.11.0 2021-04-18 16:17:09 +02:00
Parasrah e58ec08048
go-task: 3.3.0 -> 3.4.1 2021-04-17 17:12:33 -06:00
Sandro 58d4e340be
Merge pull request #119600 from LeSuisse/re2c-2.1.1-staging 2021-04-17 21:07:06 +02:00
github-actions[bot] 33182b194a
Merge staging-next into staging 2021-04-17 18:10:41 +00:00
github-actions[bot] 8156636ab9
Merge master into staging-next 2021-04-17 18:10:38 +00:00
Pavol Rusnak a15305e07b
Merge pull request #119720 from prusnak/https
treewide: use https for github URIs
2021-04-17 18:10:13 +02:00
Sandro c39dfe8717
Merge pull request #119655 from 06kellyjac/conftest
conftest: 0.23.0 -> 0.24.0
2021-04-17 18:09:43 +02:00
Pavol Rusnak 29bb19258a
treewide: use https for github URIs 2021-04-17 17:59:08 +02:00
Jörg Thalheim b2a1e04eed
Merge remote-tracking branch 'upstream/staging-next' into HEAD 2021-04-17 16:37:04 +02:00
github-actions[bot] f620e30ca4
Merge master into staging-next 2021-04-17 00:15:03 +00:00
Pavol Rusnak 317ddc352c
Merge pull request #119578 from TredwellGit/electron
electron_12: 12.0.2 -> 12.0.4 & electron_11: 11.4.1 -> 11.4.3 & electron_10: 10.4.2 -> 10.4.3
2021-04-17 00:23:48 +02:00
sternenseemann e75c5353bb gdb: always set --program-prefix and pass --target
This makes the targetPrefix always conform to nixpkgs' expectations
instead of relying on the autotools build system to figure it out
correctly (which is also inconsistent across versions).

See also ca9be0511b.
2021-04-16 22:56:39 +02:00
06kellyjac e288f5b7c9 conftest: 0.23.0 -> 0.24.0 2021-04-16 20:11:38 +01:00
Peter Simons a09a5943b2
Merge pull request #118923 from NixOS/haskell-updates
Update Haskell package set to Stackage Nightly 2021-04-06 (plus other fixes)
2021-04-16 20:25:16 +02:00
github-actions[bot] 6a0f49f240
Merge master into staging-next 2021-04-16 18:13:19 +00:00
Johannes Schleifenbaum 7142f594ba
godot-export-templates: init at 3.2.3 2021-04-16 18:49:20 +02:00
sternenseemann ca9be0511b binutils-unwrapped: force targetPrefix if cross compiling
The binutils build system checks by itself if it is building a cross
toolchain or not and prepends or omits a targetPrefix accordingly. This
means that we can always pass target via configureTargets.

However the binutils build system and our bintools wrapper disagree over
whether we are building a cross toolchain or not sometimes since cross
compilation can be relatively subtle in nixpkgs. For example every use
of crossOverlays will make nixpkgs build a cross toolchain even though
localSystem == crossSystem. The cross infrastructure is also used to
build native binaries with a different stdenv (musl instead of glibc,
clang instead of gcc). In all of these cases stdenv.hostPlatform.config
== stdenv.targetPlatform.config, causing binutils to not prepend a
target prefix. At the same time stdenv.hostPlatform !=
stdenv.targetPlatform causing the bintools wrapper to expect a target
prefix, thus building an incomplete set of bintools. This is why
currently pkgsCross.gnu64 and pkgsCross.musl64 aren't working.

The solution is quite simple however: If we detect that we are building
a cross toolchain in the binutils-unwrapped expression, we force the
targetPrefix with --programprefix and fulfill the expectations of the
bintools wrapper at the same time.

Tested (on x86_64-linux):

* pkgsCross.musl64.hello
* pkgsCross.aarch64-multiplatform.hello
* pkgs.hello

Still not working is pkgsCross.gnu64, since
x86_64-unknown-linux-gnu-stage-final-gcc gets confused about targets
now, so bootstrapping the stdenv fails. Since this wasn't working
previously anyways, it's proably fine to fix this separately.
2021-04-16 17:12:45 +02:00
Sandro d7ffdde842
Merge pull request #119613 from happysalada/update_wrangler
wrangler: 1.15.0 -> 1.16.0
2021-04-16 15:44:26 +02:00
Alyssa Ross 53b88f966e bmake: add setupHook
With this change,

    nativeBuildInputs = [ bmake ];

will cause bmake to be used instead of GNU make, but with the usual
stdenv API.  Packages using bmake will no longer need to implement
their own {build,check,dist}Phase.
2021-04-16 12:56:48 +00:00
happysalada d2c4c7ab8b wrangler: 1.15.0 -> 1.16.0 2021-04-16 21:37:59 +09:00
Thomas Gerbet 995ecddd9a re2c: 1.3 -> 2.1.1
Release notes:
https://re2c.org/releases/release_notes.html#release-2-1-1
2021-04-16 11:03:18 +02:00
Martin Weinelt cd7a519012
Merge branch 'master' into staging-next 2021-04-16 01:32:09 +02:00