Commit Graph

3799 Commits

Author SHA1 Message Date
github-actions[bot]
402b752521
Merge master into staging-next 2021-02-11 18:16:48 +00:00
R. RyanTM
e524473fd9 clojure-lsp: 2021.02.07-22.51.26 -> 2021.02.10-21.13.12 2021-02-11 14:22:51 +00:00
github-actions[bot]
bd317c9af1
Merge staging-next into staging 2021-02-10 18:16:40 +00:00
github-actions[bot]
7d94bb26bb
Merge master into staging-next 2021-02-10 18:16:36 +00:00
Sandro Jäckel
d08cb91f18
hound: unstable-2018-11-02 -> unstable-2021-01-26 2021-02-10 13:25:29 +01:00
github-actions[bot]
cc76e9d74a
Merge staging-next into staging 2021-02-09 18:16:37 +00:00
github-actions[bot]
8064cff79c
Merge master into staging-next 2021-02-09 18:16:33 +00:00
Mario Rodas
109749fb2d
Merge pull request #112466 from r-ryantm/auto-update/act
act: 0.2.19 -> 0.2.20
2021-02-09 09:00:17 -05:00
Mario Rodas
d1ebffd829
Merge pull request #112484 from r-ryantm/auto-update/clojure-lsp
clojure-lsp: 2021.02.05-15.32.53 -> 2021.02.07-22.51.26
2021-02-09 08:01:25 -05:00
github-actions[bot]
44846974fa
Merge master into staging-next 2021-02-09 12:19:41 +00:00
Jörg Thalheim
6eeba550e9
Merge remote-tracking branch 'upstream/staging-next' into HEAD 2021-02-09 10:54:55 +01:00
Leroy Hopson
7765e95402
edb: init at 1.3.0
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-02-09 16:06:42 +07:00
Sandro
efb23ed564
Merge pull request #112412 from xrelkd/update/sccache
sccache: 0.2.14 -> 0.2.15
2021-02-09 09:47:28 +01:00
R. RyanTM
7b5cff3d66 clojure-lsp: 2021.02.05-15.32.53 -> 2021.02.07-22.51.26 2021-02-09 08:05:48 +00:00
github-actions[bot]
30dddce5e8
Merge master into staging-next 2021-02-09 06:16:02 +00:00
R. RyanTM
e119555c85 act: 0.2.19 -> 0.2.20 2021-02-09 05:56:31 +00:00
Mario Rodas
0b34a90e79
Merge pull request #111837 from r-ryantm/auto-update/semver-tool
semver-tool: 2.1.0 -> 3.2.0
2021-02-08 21:11:38 -05:00
xrelkd
df8229bb4c sccache: 0.2.14 -> 0.2.15 2021-02-09 10:02:20 +08:00
Mario Rodas
d2472187a5
Merge pull request #112203 from r-ryantm/auto-update/svls
svls: 0.1.18 -> 0.1.25
2021-02-08 20:15:09 -05:00
github-actions[bot]
be53401bb8
Merge staging-next into staging 2021-02-09 00:36:21 +00:00
github-actions[bot]
5704fd1095
Merge master into staging-next 2021-02-09 00:36:17 +00:00
Alvar Penning
8106651e6f bonnmotion: init at 3.0.1 2021-02-08 21:27:10 +01:00
github-actions[bot]
0fb7e2dc38
Merge staging-next into staging 2021-02-08 06:16:48 +00:00
github-actions[bot]
f6ef5ce473
Merge master into staging-next 2021-02-08 06:16:44 +00:00
Jan Tojnar
72825818a1 blackfire: 1.44.2 → 1.46.0 2021-02-08 05:48:49 +01:00
R. RyanTM
7d0dd14a16 php73Extensions.blackfire: 1.46.4 -> 1.49.1 2021-02-08 05:48:49 +01:00
Martin Weinelt
64392bc586
Merge pull request #111226 from r-ryantm/auto-update/help2man
help2man: 1.47.16 -> 1.47.17
2021-02-08 03:07:25 +01:00
github-actions[bot]
aaaf1218bf
Merge master into staging-next 2021-02-07 00:37:36 +00:00
Ryan Mulligan
8e3916ab4f
Merge pull request #112111 from r-ryantm/auto-update/clojure-lsp
clojure-lsp: 2021.02.02-14.02.23 -> 2021.02.05-15.32.53
2021-02-06 15:17:54 -08:00
R. RyanTM
643e55f8b5 terraform-ls: 0.12.0 -> 0.13.0 2021-02-06 21:27:36 +00:00
R. RyanTM
817d58f98e svls: 0.1.18 -> 0.1.25 2021-02-06 20:44:31 +00:00
R. RyanTM
73ce1742c5 clojure-lsp: 2021.02.02-14.02.23 -> 2021.02.05-15.32.53 2021-02-06 09:18:26 +00:00
Biser Milanov
b457c02253 Add Segger's Ozone to nixpkgs
From the project's homepage [1]:

Ozone — The J-Link Debugger and Performance Analyzer

Ozone is a cross-platform debugger and performance analyzer for J-Link
and J-Trace.

  - Stand-alone graphical debugger
  - Debug output of any tool chain and IDE 1
  - C/C++ source level debugging and assembly instruction debugging
  - Debug information windows for any purpose: disassembly, memory,
    globals and locals, (live) watches, CPU and peripheral registers
  - Source editor to fix bugs immediately
  - High-speed programming of the application into the target
  - Direct use of J-Link built-in features (Unlimited Flash
    Breakpoints, Flash Download, Real Time Terminal, Instruction Trace)
  - Scriptable project files to set up everything automatically
    - New project wizard to ease the basic configuration of new projects

1 Ozone has been tested with the output of the following compilers:
GCC, Clang, ARM, IAR. Output of other compilers may be supported but is
not guaranteed to be.

[1]: https://www.segger.com/products/development-tools/ozone-j-link-debugger
2021-02-05 22:41:24 +02:00
github-actions[bot]
86713fcaba
Merge staging-next into staging 2021-02-05 06:16:34 +00:00
AndersonTorres
01f2574450 dialog: 1.3-20201126 -> 1.3-20210117 2021-02-04 20:39:04 -03:00
Jan Tojnar
91109ce94a
Merge branch 'staging-next' into staging 2021-02-04 15:02:14 +01:00
Ryan Mulligan
c402c36c72
Merge pull request #111744 from r-ryantm/auto-update/editorconfig-checker
editorconfig-checker: 2.3.1 -> 2.3.3
2021-02-03 17:24:10 -08:00
R. RyanTM
ebc8eea8cb semver-tool: 2.1.0 -> 3.2.0 2021-02-03 23:37:31 +00:00
github-actions[bot]
8ab0b85ead
Merge staging-next into staging 2021-02-03 12:22:13 +00:00
R. RyanTM
5fbd84c60e editorconfig-checker: 2.3.1 -> 2.3.3 2021-02-03 12:20:55 +00:00
R. RyanTM
a5b95a5cf9 clojure-lsp: 2021.01.28-03.03.16 -> 2021.02.02-14.02.23 2021-02-03 11:09:34 +00:00
Jan Tojnar
75153ede17
Merge branch 'staging-next' into staging 2021-02-02 19:46:31 +01:00
Ryan Burns
a3d19ca1c6 ccache: 4.1 -> 4.2 2021-02-01 22:58:11 -08:00
Peter Woodman
1b60500929 elfutils: 0.180 -> 0.182 + musl fixes 2021-01-31 19:39:57 -05:00
Sandro
070605263b
Merge pull request #111275 from orivej/unifdef
unifdef: 2.6 -> 2.12
2021-02-01 00:31:14 +01:00
Orivej Desh
a2b25fed55 unifdef: 2.6 -> 2.12 2021-01-31 20:19:45 +00:00
R. RyanTM
6e437a6f40 help2man: 1.47.16 -> 1.47.17 2021-01-29 23:53:49 +00:00
github-actions[bot]
4c82d7eb24
Merge staging-next into staging 2021-01-29 06:19:21 +00:00
Mario Rodas
27c60f4959
Merge pull request #111071 from r-ryantm/auto-update/clojure-lsp
clojure-lsp: 2021.01.26-22.35.27 -> 2021.01.28-03.03.16
2021-01-28 23:48:57 -05:00
R. RyanTM
f805ac9075 clojure-lsp: 2021.01.26-22.35.27 -> 2021.01.28-03.03.16 2021-01-28 23:31:18 +00:00
R. RyanTM
06f23ba550 act: 0.2.18 -> 0.2.19 2021-01-28 21:17:59 +00:00
github-actions[bot]
06efb52369
Merge staging-next into staging 2021-01-27 18:28:34 +00:00
Thiago Kenji Okada
83522ef4d4 clojure-lsp: 2021.01.20-01.39.32 -> 2021.01.26-22.35.27 2021-01-27 10:37:50 -03:00
Thomas Tuegel
0e418a1a18
Merge pull request #108888 from ttuegel/feature--staging--qt-no-mkDerivation
Qt: Do not require mkDerivation
2021-01-26 16:24:41 -06:00
Thomas Tuegel
5590e365e4
qtbase: Check for wrapQtAppsHook in setupHook 2021-01-25 15:56:15 -06:00
Sandro
5452d8d4d9
Merge pull request #110785 from jollheef/pygdbmi-0.10.0.0 2021-01-25 21:09:06 +01:00
Sandro
576ef43e28
Merge pull request #110767 from juliendehos/gede-2.17.1
gede: 2.16.2 -> 2.17.1
2021-01-25 21:08:23 +01:00
Pavol Rusnak
a6ce00c50c
treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01:00
Mikhail Klementev
38b140b3e1
gdbgui: 0.13.2.1 -> 0.14.0.2 2021-01-25 15:36:33 +00:00
Julien Dehos
8d29fd4b00 gede: 2.16.2 -> 2.17.1 2021-01-25 15:34:51 +01:00
Sandro
81e3b9d15b
Merge pull request #110670 from siraben/double-quotes-fix
treewide: fix double quoted strings in one-liners
2021-01-24 16:17:14 +01:00
volth
bc0d605cf1 treewide: fix double quoted strings in meta.description
Signed-off-by: Ben Siraphob <bensiraphob@gmail.com>
2021-01-24 19:56:59 +07:00
Ning Zhang
7b358c6e7a grpc-tools: init at 1.10.0 2021-01-24 20:36:46 +11:00
Sandro
c58219fff6
Merge pull request #110467 from teto/luarocks-update 2021-01-24 03:18:07 +01:00
Ben Siraphob
c522fec274 pkgs/development/tools: stdenv.lib -> lib 2021-01-23 20:30:03 +07:00
Doron Behar
f9c6e07c67 treewide: Remove usages of stdenv.lib by @doronbehar
Per: https://github.com/NixOS/nixpkgs/issues/108938
2021-01-23 10:52:19 +02:00
Matthieu Coudron
2db2a966ea luarocks-nix: update 20190907 -> 20210122
rebased on top of luarocks 3.5
2021-01-22 22:47:26 +01:00
Sandro
9a92886922
Merge pull request #110395 from zowoq/gemset 2021-01-22 09:31:07 +01:00
Dmitry Kalinkin
55e8a35caf
Merge pull request #109422 from veprbl/pr/binutils_use_gold_darwin_cross
binutils: enable gold when cross compiling on darwin
2021-01-21 18:47:25 -05:00
zowoq
59b83c43e0 treewide: add final newline 2021-01-22 07:18:04 +10:00
R. RyanTM
afc9f15172
circleci-cli: 0.1.11756 -> 0.1.11924 (#110333) 2021-01-21 09:49:57 -08:00
R. RyanTM
303ccb9760 clojure-lsp: 2021.01.16-03.28.20 -> 2021.01.20-01.39.32 2021-01-21 13:31:34 +00:00
zowoq
932941b79c treewide: editorconfig fixes
- remove trailing whitespace
- use spaces for indentation
2021-01-21 13:29:54 +10:00
zowoq
31f5dd3f36 treewide: editorconfig fixes
- remove trailing whitespace
- use spaces for indentation
2021-01-20 09:11:11 +10:00
R. RyanTM
366bfd5cac cproto: 4.7q -> 4.7r 2021-01-19 09:36:21 +00:00
Jonathan Ringer
9bb3fccb5b treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix
continuation of #109595

pkgconfig was aliased in 2018, however, it remained in
all-packages.nix due to its wide usage. This cleans
up the remaining references to pkgs.pkgsconfig and
moves the entry to aliases.nix.

python3Packages.pkgconfig remained unchanged because
it's the canonical name of the upstream package
on pypi.
2021-01-19 01:16:25 -08:00
Ryan Mulligan
5f9ed9811f
Merge pull request #109752 from r-ryantm/auto-update/clojure-lsp
clojure-lsp: 2021.01.03-00.42.23 -> 2021.01.16-03.28.20
2021-01-18 06:15:06 -08:00
Sandro
9b12ed9f01
Merge pull request #109750 from r-ryantm/auto-update/circleci-cli
circleci-cli: 0.1.11540 -> 0.1.11756
2021-01-18 14:29:32 +01:00
R. RyanTM
a6e22e0655 clojure-lsp: 2021.01.03-00.42.23 -> 2021.01.16-03.28.20 2021-01-18 13:17:03 +00:00
R. RyanTM
844cf3ad1a circleci-cli: 0.1.11540 -> 0.1.11756 2021-01-18 13:01:07 +00:00
R. RyanTM
e3fd71aebc ccls: 0.20201025 -> 0.20201219 2021-01-18 12:37:57 +00:00
Sandro
20b4edc772
Merge pull request #109715 from zakame/updates/act-0.2.18
act: 0.2.17 -> 0.2.18
2021-01-18 10:54:09 +01:00
Zak B. Elep
c6aab40c9d act: 0.2.17 -> 0.2.18 2021-01-18 16:42:56 +08:00
Jörg Thalheim
1279bf812c
Merge remote-tracking branch 'upstream/master' into HEAD 2021-01-17 18:08:59 +01:00
Guillaume Girol
47d121591c
Merge pull request #97093 from kampka/texi2html
texi2html: Fix cross-platform build
2021-01-17 15:41:34 +00:00
github-actions[bot]
9f69dadafd
Merge master into staging-next 2021-01-15 01:16:33 +00:00
Dmitry Kalinkin
9120da4c4a
binutils: enable gold when cross compiling on darwin
This basically reverts:
 - 3c5188cc ('binutils: disable gold when building on darwin')
 - 457b48cc ('binutils: apply patch when cross compiling from darwin')

Tested by building:
 - nix build -f . pkgsCross.i686-embedded.buildPackages.binutils
 - nix build -f . pkgsCross.aarch64-embedded.buildPackages.binutils
2021-01-14 19:06:22 -05:00
Alyssa Ross
3893d6c6d7 gitAndTools: move everything to the top level
The comment at the top of git-and-tools/default.nix said:

    /* All git-relates tools live here, in a separate attribute set so that users
     * can get a fast overview over what's available.

but unfortunately that hasn't actually held up in practice.

Git-related packages have continued to be added to the top level, or
into gitAndTools, or sometimes both, basically at random, so having
gitAndTools is just confusing.  In fact, until I looked as part of
working on getting rid of gitAndTools, one program (ydiff) was
packaged twice independently, once in gitAndTools and once at the top
level (I fixed this in 98c3490196).

So I think it's for the best if we move away from gitAndTools, and
just put all the packages it previously contained at the top level.
I've implemented this here by just making gitAndTools an alias for the
top level -- this saves having loads of lines in aliases.nix.  This
means that people can keep referring to gitAndTools in their
configuration, but it won't be allowed to be used within Nixpkgs, and
it won't be presented to new users by e.g. nix search.

The only other change here that I'm aware of is that
appendToName "minimal" is not longer called on the default git
package, because doing that would have necessitated having a private
gitBase variable like before.  I think it makes more sense not to do
that anyway, and reserve the "minimal" suffix only for gitMinimal.
2021-01-14 21:27:48 +00:00
Sandro
7cb3bffc34
Merge pull request #103030 from tadfisher/remarkable-2-toolchain
remarkable2-toolchain: init at 2.5.2
2021-01-14 21:03:32 +01:00
Jan Tojnar
b813710c04
Merge branch 'master' into staging-next 2021-01-14 02:24:17 +01:00
Tad Fisher
cf20c83c41
remarkable2-toolchain: init at 2.5.2 2021-01-13 15:39:31 -08:00
06kellyjac
859a64428d tokei: 12.1.1 -> 12.1.2 2021-01-13 11:26:09 +00:00
Christian Kampka
0fd3afc1b2
texi2html: Fix cross-platform build 2021-01-12 20:45:24 +01:00
github-actions[bot]
f47a1ddfe4
Merge master into staging-next 2021-01-12 18:47:24 +00:00
Jörg Thalheim
3364d09e4c
strace: mpers check always
this fix pkgsStatic on x86 build where we don't support 32bit yet.
2021-01-12 13:10:38 +01:00
Jan Tojnar
88c998fb21
Merge branch 'staging-next' into staging 2021-01-10 23:24:57 +01:00
Jan Tojnar
dd72357155
Merge branch 'master' into staging-next 2021-01-10 23:24:33 +01:00
Doron Behar
d68b34650f
Merge pull request #108965 from MetaDark/texlab 2021-01-10 23:56:03 +02:00
Dominik Xaver Hörl
25bef2d8f9 treewide: simplify pkgs.stdenv.lib -> pkgs.lib
The library does not depend on stdenv, that `stdenv` exposes `lib` is
an artifact of the ancient origins of nixpkgs.
2021-01-10 20:12:06 +01:00
Kira Bruneau
f0e9d7e658 texlab: 2.2.1 -> 2.2.2 2021-01-10 11:55:02 -05:00
Bernardo Meurer
306aefd9fc binutils: 2.34 -> 2.35.1 2021-01-10 16:09:25 +01:00
Frederik Rietdijk
0c42bb5027 Merge master into staging-next 2021-01-10 15:50:49 +01:00
Sandro
eeee857ef8
Merge pull request #108875 from dbueno/fix/cflow-darwin-update
cflow: include darwin
2021-01-10 08:11:16 +01:00
github-actions[bot]
add2d89082
Merge master into staging-next 2021-01-10 06:32:12 +00:00
Mario Rodas
3eb5fb31ac
Merge pull request #108896 from onsails/terraform-ls
terraform-ls: 0.11.0 -> 0.12.0
2021-01-09 20:19:37 -05:00
github-actions[bot]
433c7b069c
Merge master into staging-next 2021-01-10 01:03:35 +00:00
Andrey Kuznetsov
823848a6d6
terraform-ls: 0.11.0 -> 0.12.0 2021-01-09 23:52:38 +00:00
zowoq
e39dd05e66 editorconfig-checker: 2.2.0 -> 2.3.1
https://github.com/editorconfig-checker/editorconfig-checker/releases/tag/2.3.0
https://github.com/editorconfig-checker/editorconfig-checker/releases/tag/2.3.1
2021-01-10 06:45:55 +10:00
Denis Bueno
d5eb22ffe3 cflow: include darwin
cflow no longer errors out on darwin
2021-01-09 10:24:46 -07:00
github-actions[bot]
ecebf82121
Merge master into staging-next 2021-01-08 12:29:36 +00:00
Mario Rodas
0946f962f4 nimlsp: init at 0.2.6
Co-authored-by: nbonfils <nbonfils@users.noreply.github.com>
2021-01-08 11:04:25 +01:00
Jan Tojnar
e6c0c98940
Merge branch 'master' into staging-next
zynaddsubfx conflict has been updated to 3.0.1, which conflicted with rewrite after 3.0.5 update on a different branch.
2021-01-08 02:07:34 +01:00
Sandro
4e56648708
Merge pull request #108682 from NobbZ/lttng-ust-python3 2021-01-07 23:00:00 +01:00
github-actions[bot]
5c072a088d
Merge master into staging-next 2021-01-07 18:40:50 +00:00
Doron Behar
f211631c1c
Merge pull request #108690 from MetaDark/texlab
texlab: 2.2.0 -> 2.2.1
2021-01-07 19:50:35 +02:00
Kira Bruneau
5383c549b7 texlab: 2.2.0 -> 2.2.1 2021-01-07 11:09:48 -05:00
Norbert Melzer
701ece608b lttng-ust: python2 => python3
whitespace cleanup
2021-01-07 16:13:07 +01:00
Jan Tojnar
f19eb635b4
Merge branch 'master' into staging-next
b04fc593e7 seems to have accidentally changed mkDerivation function for dfilemanager and solarus-quest-editor so I have reverted that here.
2021-01-07 13:04:31 +01:00
Timo Kaufmann
313816590b
Merge pull request #108328 from ericdallo/bump-clojure-lsp
clojure-lsp: 20201228T020543 -> 2021.01.03-00.42.23
2021-01-06 17:58:13 +01:00
Orivej Desh
de753c64f9 hydraUnstable: patch to support nixUnstable 2.4pre20201205_a5d85d0
Upstream PR: https://github.com/NixOS/hydra/pull/840
2021-01-06 06:05:52 +00:00
AndersonTorres
5ccb5d4ca3 dialog: 1.3-20190211 -> 1.3-20201126 2021-01-03 23:16:18 -03:00
github-actions[bot]
581059aed4
Merge staging-next into staging 2021-01-04 00:57:38 +00:00
John Ericson
f52263ced0 treewide: Start to break up static overlay
We can use use `stdenv.hostPlatform.isStatic` instead, and move the
logic per package. The least opionated benefit of this is that it makes
it much easier to replace packages with modified ones, as there is no
longer any issue of overlay order.

CC @FRidh @matthewbauer
2021-01-03 19:18:16 +00:00
github-actions[bot]
07165c7226
Merge staging-next into staging 2021-01-03 18:38:32 +00:00
Eric Dallo
b12b7f96ad
clojure-lsp: 20201228T020543 -> 2021.01.03-00.42.23 2021-01-03 12:52:48 -03:00
06kellyjac
418f4e11d6 tokei: 12.0.4 -> 12.1.1 2021-01-03 15:26:03 +00:00
Ben Siraphob
3ae5e6ce03 treewide: remove enableParallelBuilding = true if using cmake 2021-01-03 18:37:40 +07:00
Doron Behar
d4a76b1f5f
Merge pull request #106688 from alyssais/autoconf-license
autoconf: license is GPLv3+
2021-01-01 10:02:57 +02:00
Ben Siraphob
b04fc593e7 treewide: cmake buildInputs to nativeBuildInputs, minor cleanups 2021-01-01 11:52:33 +07:00
Frederik Rietdijk
e823016e66 Merge master into staging-next 2020-12-31 13:29:32 +01:00
Sandro
cb3972bc3b
Merge pull request #108014 from evils/openocd
openocd: unstable-2020-11-11 -> 0.11.0-rc1
2020-12-31 05:58:49 +01:00
Evils
f7c194204d openocd: unstable-2020-11-11 -> 0.11.0-rc1 2020-12-31 03:38:55 +01:00
github-actions[bot]
056304189c
Merge master into staging-next 2020-12-30 06:22:20 +00:00
Anderson Torres
2518b486ef
Merge pull request #107809 from thiagokokada/bump-clojure-lsp
clojure-lsp: 20201207T142850 -> 20201228T020543
2020-12-30 01:15:30 -03:00
github-actions[bot]
c86ce50258
Merge master into staging-next 2020-12-29 00:51:31 +00:00
Sandro
405d762a1a
Merge pull request #107738 from pacien/mdctags-init
mdctags: init at unstable-2020-06-11
2020-12-29 00:53:26 +01:00
Thiago Kenji Okada
7923d595e8 clojure-lsp: 20201207T142850 -> 20201228T020543
Also, switch to packaging uberjar instead of rewriting the lein-bin
file.
2020-12-28 13:01:28 -03:00
luc65r
968805c37b Revert "Revert "Revert "Revert "libbfd: fix build""""
This reverts commit 5c2b59d63a.
2020-12-28 08:43:32 +01:00
luc65r
dde943e535 Revert "Revert "Merge pull request #86954 from lovesegfault/binutils-2.34""
This reverts commit 24c96b9259.
2020-12-28 08:43:32 +01:00
luc65r
3205b32bf6 Revert commits on binutils for OpenRISC 1000
This reverts commits
    ebd89f6de1
    c6f6db77ac
    257fb62387
    dbe556af9c
2020-12-28 08:43:31 +01:00
github-actions[bot]
9ddbef87ec
Merge staging-next into staging 2020-12-28 00:51:04 +00:00
Mario Rodas
076afb51b2
Merge pull request #107743 from freezeboy/update-circleci-cli
circleci-cli: 0.1.11508 -> 0.1.11540
2020-12-27 19:19:26 -05:00
Mario Rodas
69a194eafe
Merge pull request #107691 from marsam/update-terracognita
terracognita: 0.5.1 -> 0.6.0
2020-12-27 19:04:19 -05:00
Sandro
a1e8f892a6
Merge pull request #101431 from djanatyn/pkg/rtss
rtss: init at 0.6.1
2020-12-27 23:31:57 +01:00
freezeboy
0abd5d719e circleci-cli: 0.1.11508 -> 0.1.11540 2020-12-27 19:06:42 +01:00
pacien
d5cf453947 mdctags: init at unstable-2020-06-11 2020-12-27 18:24:15 +01:00
github-actions[bot]
9c87ad5a33
Merge staging-next into staging 2020-12-27 00:51:02 +00:00
kvwu
0efeb2e100 sccache: 0.2.13 -> 0.2.14 2020-12-25 23:39:41 -08:00
Mario Rodas
cca9e98828 terracognita: 0.5.1 -> 0.6.0
https://github.com/cycloidio/terracognita/releases/tag/v0.6.0
2020-12-26 04:20:00 +00:00
github-actions[bot]
1f4fb62fda
Merge staging-next into staging 2020-12-23 00:48:34 +00:00
Aaron Andersen
1e6e7c2bef
Merge pull request #106994 from aanderse/sqitch
sqitch: package cleanup
2020-12-22 16:10:26 -05:00
Frederik Rietdijk
736dd028ca Merge staging-next into staging 2020-12-22 19:43:32 +01:00
Sandro
39fe2fc4dc
Merge pull request #106917 from con-f-use/gocli_docopts 2020-12-22 17:34:58 +01:00
Luke Worth
160ba18da6 unused: init at 0.2.1 2020-12-22 14:52:34 +08:00
con-f-use
b5d9be6aa2 docopts: build only necessary binaries 2020-12-20 15:50:58 +01:00
Alyssa Ross
fc08002774
Merge pull request #106663 from alyssais/autoconf
autoconf: 2.69 -> 2.70
2020-12-19 22:26:50 +00:00
Alyssa Ross
1ef5ea3cc3 fswatch: enableParallelBuilding
Worked fine for me at -j4.
2020-12-19 01:39:45 +00:00
Alyssa Ross
3f42dfe7d9
autoconf: 2.69 -> 2.70 2020-12-17 12:52:51 +00:00
Alyssa Ross
c434c60b39
autoconf270: init at 2.70
Fixes: https://github.com/NixOS/nixpkgs/pull/106642
 ("autoconf: 2.69 -> 2.70")
2020-12-17 12:52:44 +00:00
zowoq
4782aa4a4a terraform-ls: remove goPackagePath 2020-12-17 16:38:13 +10:00
Aaron Andersen
3557bb49b0 sqitch: package cleanup 2020-12-15 21:12:03 -05:00
Rouven Czerwinski
af2ab76515 usbsdmux: init at 0.1.8
Add the usbsdmux utility which is used to control the USB-SD-Mux
developed by the Linux Automation GmBH.
2020-12-14 21:49:37 +01:00
con-f-use
38349e453e docopts: init at 0.6.3-rc2 2020-12-14 19:36:24 +01:00
Maximilian Bosch
b7a29b2f71
strace: 5.9 -> 5.10
https://github.com/strace/strace/releases/tag/v5.10
2020-12-14 12:06:11 +01:00
Mario Rodas
418d56e960
Merge pull request #100478 from thefloweringash/cli11-meta
cli11: fix license and platforms
2020-12-13 15:53:19 -05:00
Alyssa Ross
bbaed0d6d5
autoconf: license is GPLv3+
2.64 was the last GPLv2+ release.
2020-12-11 21:57:18 +00:00
Sandro
e68a4f856e
Merge pull request #102136 from siraben/remarkable-which 2020-12-11 09:25:15 +01:00
Ben Siraphob
12d1b76db8 remarkable-toolchain: use which instead of patching with sed 2020-12-11 14:50:49 +07:00
Sandro
a6947a5761
Merge pull request #102563 from onsails/terraform-ls
terraform-ls: 0.7.0 -> 0.11.0, switch to buildGoModule
2020-12-11 08:19:52 +01:00
Sandro
e0b40003cb
Merge pull request #106357 from siraben/mfgtools-1.4.43
nxpmicro-mfgtools: 1.3.191 -> 1.4.43
2020-12-11 04:56:46 +01:00
R. RyanTM
e0d253916a clojure-lsp: 20201205T230541 -> 20201207T142850 2020-12-10 13:47:40 +00:00
Andrey Kuznetsov
401ab9f095
terraform-ls: 0.7.0 -> 0.10.0, switch to buildGoModule 2020-12-10 05:31:27 +04:00
Ben Siraphob
7d3a211c24 nxpmicro-mfgtools: 1.3.191 -> 1.4.43 2020-12-09 11:03:06 +07:00
Mario Rodas
afdd7b51e7
Merge pull request #106327 from r-ryantm/auto-update/svls
svls: 0.1.17 -> 0.1.18
2020-12-08 04:04:27 -05:00
R. RyanTM
3c50d74f50 svls: 0.1.17 -> 0.1.18 2020-12-08 06:38:07 +00:00
Sandro
b18d45b41c
Merge pull request #97823 from KAction/perfect-hash
perfect-hash: init at 0.4.1
2020-12-08 04:48:40 +01:00
R. RyanTM
90dd4c4f96 clojure-lsp: 20201009T224414 -> 20201205T230541 2020-12-07 13:09:18 +00:00
github-actions[bot]
55b348fe1b
Merge master into staging-next 2020-12-05 06:16:24 +00:00
R. RyanTM
f78c7fbb27 terraformer: 0.8.9 -> 0.8.10 2020-12-05 03:21:20 +00:00
github-actions[bot]
cb36dd7449
Merge master into staging-next 2020-12-04 18:14:51 +00:00
Michal Sojka
9928e07c0f stlink: Correct comment about the use of services.udev.packages
services.udev.pkgs does not exists, but services.udev.packages does.
2020-12-04 13:57:58 +01:00
github-actions[bot]
89e8bf0f2a
Merge master into staging-next 2020-12-02 12:30:55 +00:00
Joachim Breitner
fb063991b2
macdylibbundler: Should propagate dependency on otool (#103163)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2020-12-01 19:11:45 +01:00
Frederik Rietdijk
ff90abd5dd Merge staging-next into staging 2020-12-01 14:23:10 +01:00
Jan Tojnar
c2f1e7b1b0
php.extensions.blackfire: 1.44.0 → 1.46.4 2020-12-01 11:02:52 +01:00
Jonathan Strickland
4004ed98f5 rtss: init at 0.6.1
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2020-11-29 08:59:45 -05:00
John Ericson
73425f6c3b Merge remote-tracking branch 'upstream/master' into staging 2020-11-28 21:33:03 -05: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
Dmitry Bogatov
f825a02eb1 perfect-hash: init at 0.4.1
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2020-11-28 00:00:00 -05: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
Matthew Piziak
c0d38133dd mdl: 0.5.0 -> 0.11.0 2020-11-27 19:13:42 -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
Sandro
1b9ff5f96c
Merge pull request #105027 from r-ryantm/auto-update/mkcert
mkcert: 1.4.2 -> 1.4.3
2020-11-26 15:00:59 +01:00
R. RyanTM
7d3209b8ea mkcert: 1.4.2 -> 1.4.3 2020-11-26 11:41:55 +00:00
R. RyanTM
db70ecb5f8 automake: 1.16.2 -> 1.16.3 2020-11-25 10:10:57 -08:00
Graham Christensen
d9c3f13df3
Merge pull request #104776 from grahamc/utillinux
utillinux: rename to util-linux
2020-11-24 15:14:36 -05:00
Benjamin Hipple
9c4072af40
Merge pull request #104497 from r-ryantm/auto-update/abi-dumper
abi-dumper: 1.1 -> 1.2
2020-11-24 14:20:18 -05:00