Commit graph

13684 commits

Author SHA1 Message Date
Frederik Rietdijk ff90abd5dd Merge staging-next into staging 2020-12-01 14:23:10 +01:00
Sandro bd4c53feb5
Merge pull request #105574 from r-ryantm/auto-update/the-way
the-way: 0.7.0 -> 0.12.1
2020-12-01 13:51:20 +01:00
R. RyanTM 7ccd10e7ac the-way: 0.7.0 -> 0.12.1 2020-12-01 11:00:12 +00:00
Jan Tojnar c2f1e7b1b0
php.extensions.blackfire: 1.44.0 → 1.46.4 2020-12-01 11:02:52 +01:00
Jan Tojnar 27b974d84b
Merge branch 'staging-next' into staging 2020-12-01 03:26:36 +01:00
Mario Rodas 2f07139f3e
Merge pull request #105516 from r-ryantm/auto-update/kubie
kubie: 0.9.1 -> 0.11.0
2020-11-30 20:51:41 -05:00
Sandro 0214c9ef57
Merge pull request #105491 from r-ryantm/auto-update/go-migrate
go-migrate: 4.13.0 -> 4.14.1
2020-12-01 01:10:41 +01:00
R. RyanTM c04d9ca115 kubie: 0.9.1 -> 0.11.0 2020-11-30 23:53:14 +00:00
R. RyanTM b1721393b2 go-migrate: 4.13.0 -> 4.14.1 2020-11-30 20:57:47 +00:00
Sandro 2499f7f37a
Merge pull request #105464 from r-ryantm/auto-update/codeql
codeql: 2.3.3 -> 2.4.0
2020-11-30 20:22:59 +01:00
Sandro 1cd16d50b4
Merge pull request #105460 from r-ryantm/auto-update/checkstyle
checkstyle: 8.37 -> 8.38
2020-11-30 20:03:32 +01:00
Frederik Rietdijk 9a63b3d3d6
Merge pull request #104781 from NixOS/staging-next
Staging next
2020-11-30 18:27:29 +01:00
R. RyanTM 0ee503068d codeql: 2.3.3 -> 2.4.0 2020-11-30 16:26:15 +00:00
R. RyanTM df3d1b4647 checkstyle: 8.37 -> 8.38 2020-11-30 15:45:51 +00:00
Maximilian Bosch b516a09d46
Merge pull request #104603 from siraben/errcheck-update
errcheck: 1.1.0 -> 1.4.0
2020-11-30 11:36:33 +01:00
Sandro 9d5d6b0a26
Merge pull request #104807 from SuperSandro2000/auto-update/python3.7-b2sdk 2020-11-30 02:13:30 +01:00
Maximilian Bosch 91e6ee02c7
Merge pull request #104450 from anna328p/lc3tools
lc3tools: init at 0.12
2020-11-29 18:39:40 +01:00
Frederik Rietdijk 05d1c49209 Merge staging-next into staging 2020-11-29 13:51:33 +01:00
Frederik Rietdijk 0d8491cb2b Merge master into staging-next 2020-11-29 13:51:10 +01:00
Luke Granger-Brown 31dfbca2d7 cmake: 3.19.0 -> 3.19.1
This fixes issues with building LibreSSL, which is required for the
NixOS tests: https://cmake.org/cmake/help/latest/release/3.19.html#id1

> CMake 3.19.0 compiles source files with the `LANGUAGE` property by
> passing an explicit language flag such as -x c. This is consistent
> with the property’s documented meaning that the source file is written
> in the specified language. However, it can break projects that were
> using the property only to cause the specified language’s compiler to
> be used. This has been reverted to restore behavior from CMake 3.18
> and below.
2020-11-29 13:49:07 +01:00
Dmitry Kudriavtsev 2ed27dc1a1 lc3tools: init at 0.12 2020-11-29 00:36:34 -08:00
R. RyanTM 0dccc4ea83 buildpack: 0.15.0 -> 0.15.1 2020-11-29 05:32:42 +00:00
John Ericson 73425f6c3b Merge remote-tracking branch 'upstream/master' into staging 2020-11-28 21:33:03 -05:00
Sandro cf25bfeb6b
Merge pull request #105282 from r-ryantm/auto-update/mill
mill: 0.8.0 -> 0.9.3
2020-11-28 21:22:55 +01:00
Sandro b58785838a
Merge pull request #105278 from r-ryantm/auto-update/nexus
nexus: 3.22.0-02 -> 3.28.1-01
2020-11-28 21:21:42 +01:00
R. RyanTM 26acfc708e mill: 0.8.0 -> 0.9.3 2020-11-28 20:01:06 +00:00
R. RyanTM bb63906dad nexus: 3.22.0-02 -> 3.28.1-01 2020-11-28 19:27:54 +00:00
Elis Hirwing 22ecaa2d41
cask: Enable on more platforms than Linux 2020-11-28 19:48:45 +01:00
Tim Steinbach 8529788e73
jq: Add test 2020-11-28 13:42:36 -05:00
Pavol Rusnak a3302065df
electron: add header hashes 2020-11-28 17:23:28 +01:00
Jaka Hudoklin 9e779b0a43
electron: passthru headers 2020-11-28 17:23:28 +01:00
Pavol Rusnak 428582c6b9
electron: 11.0.2 -> 11.0.3 2020-11-28 17:23:28 +01:00
Pavol Rusnak 54e419e076
electron: 9.3.4 -> 9.3.5 2020-11-28 17:23:28 +01:00
Joe Hermaszewski b3640e024f binutils: patch to fix https://sourceware.org/bugzilla/show_bug.cgi?id=16177
This bug was preventing one compiling Haskell programs from `pkgsMusl` for
armv7.

`nix-build --argstr crossSystem "armv7l-linux" -A pkgsMusl.haskellPackages.hello`
succeeds with this patch.

The patch is Nick Clifton's one, rebased by @ericson2314 here
https://sourceware.org/bugzilla/show_bug.cgi?id=16177#c6

Although there was some talk about the efficacy of the binutils patch
(https://sourceware.org/bugzilla/show_bug.cgi?id=16177#c9) the resulting
binary seems to run without issue on the target platform. Jessica's
patch there caused ld to fail linking some programs. Nick's proposed
patch has worked well in my testing so far (a Haskell project of some
small complexity cross compiled with musl to armv7).
2020-11-28 20:19:05 +08:00
Frederik Rietdijk 9e062723b2 Merge master into staging-next 2020-11-28 08:53:47 +01:00
freezeboy abfbb842b5 fixup sam 2020-11-27 22:59:27 -08:00
Sandro 0e69505dee
Merge pull request #105150 from r-ryantm/auto-update/dfu-util
dfu-util: 0.9 -> 0.10
2020-11-28 04:14:14 +01:00
Sandro 17633dd7da
Merge pull request #105191 from matthew-piziak/update-mdl
mdl: 0.5.0 -> 0.11.0
2020-11-28 03:02:38 +01:00
Sandro b69c7036c7
Merge pull request #71838 from woffs/pr-fdroid-gradlew-shebang
fdroidserver: fix gradlew-fdroid interpreter
2020-11-28 01:17:35 +01:00
Matthew Piziak c0d38133dd mdl: 0.5.0 -> 0.11.0 2020-11-27 19:13:42 -05:00
Sandro f7be797690
Merge pull request #100949 from r-ryantm/auto-update/go-migrate
go-migrate: 4.12.2 -> 4.13.0
2020-11-27 22:52:27 +01:00
Kevin Rauscher 87ad0a0674 metals: 0.9.6 -> 0.9.7 2020-11-27 21:04:08 +01:00
Tim Steinbach f5edf8aedb
Merge pull request #105115 from JesusMtnez/ammonite
ammonite: 2.2.0 -> 2.3.8
2020-11-27 10:59:49 -05:00
Tim Steinbach 34d2819831
ammonite: Fix arguments 2020-11-27 09:58:00 -05:00
R. RyanTM 6ad593d6d3 dfu-util: 0.9 -> 0.10 2020-11-27 14:14:05 +00:00
Frederik Rietdijk ce9c513856 Merge staging-next into staging 2020-11-27 15:09:41 +01:00
Frederik Rietdijk b2a3891e12 Merge master into staging-next 2020-11-27 15:09:19 +01:00
Michael Weiss 6aea53c3ce
chromedriver: Switch to Chromium's upstream-info.json (#105054)
This enables automatic updates and fixes #85629.
2020-11-27 12:38:07 +01:00
JesusMtnez 8f46b51e86
ammonite: 2.2.0 -> 2.3.8 2020-11-27 06:38:46 +01:00
Sandro f141312167
Merge pull request #105106 from r-ryantm/auto-update/visualvm
visualvm: 2.0.4 -> 2.0.5
2020-11-27 03:15:15 +01:00