3
0
Fork 0
forked from mirrors/nixpkgs
Commit graph

2945 commits

Author SHA1 Message Date
Frederik Rietdijk 76a439239e Merge master into staging-next 2020-02-05 10:28:52 +01:00
Florian Klink cbbb81c830
Merge pull request #79135 from dtzWill/fix/moby-now-linuxkit
moby: remove, merged into linuxkit in 2018
2020-02-05 01:09:15 +01:00
Will Dietz 3e83806771
moby: remove, merged into linuxkit in 2018
Don't alias linuxkit, as linuxkit is not a drop-in replacement.
Instead, throw with an explanation.
(thanks reviewers!)
2020-02-04 17:51:03 -06:00
Sergey Lukjanov 18daf2f6a5 editorconfig-checker: 2.0.2 -> 2.0.3 2020-02-03 10:24:17 -08:00
Frederik Rietdijk e4c28f78e7 Merge staging-next into staging 2020-02-02 15:33:13 +01:00
Marek Mahut fcd46443df
Merge pull request #78800 from yurrriq/update-scc
scc: 2.10.1 -> 2.11.0
2020-01-31 23:03:05 +01:00
Daiderd Jordan b984c227d2
cmake: remove CMAKE_OSX_DEPLOYMENT_TARGET overrides
We _do_ want minimum versions in our packages.
2020-01-31 21:52:12 +01:00
Daiderd Jordan 9b579843d4
treewide: use stdenv.macosVersionMin 2020-01-31 21:52:12 +01:00
R. RyanTM 8bcad60b8f yodl: 4.02.01 -> 4.02.02 2020-01-30 22:21:00 -08:00
worldofpeace ab9e0ea36e
Merge pull request #78654 from lovesegfault/arcanist-20190127
arcanist: 20190905 -> 20200127
2020-01-30 21:25:31 -05:00
Maximilian Bosch 8539d5f48f
argbash: fix build
* Fixed sourceRoot as it's not possible to write in a different
  store-path (`${src}` in this case).
* Patched shebangs to not use `/bin/bash`.
* Added `docutils` to nativeBuildInputs to fix build of the man-pages

See also https://hydra.nixos.org/build/110901127
2020-01-30 10:13:29 +01:00
Eric Bailey 187eefb7d8 scc: 2.10.1 -> 2.11.0 2020-01-29 19:42:48 -06:00
Maximilian Bosch 1a871171ce
avarice: remove
Broken for almost 2 years, doesn't build with recent
gcc (-> incompatible with latest glibc).
2020-01-28 20:11:01 +01:00
Bernardo Meurer ea9bdc6bb7
arcanist: 20190905 -> 20200127 2020-01-27 19:19:40 -08:00
Silvan Mosberger 80a2740991
Merge pull request #78265 from Synthetica9/https-homepages
treewide: fix redirected urls
2020-01-27 15:00:53 +01:00
Matthieu Coudron 2edf9a0332 luarocks-nix: fix generation when missing license
vstruct rockspec doesnt contain a license, which made luarocks-nix
crash. Bump luarocks nix to fix this.
2020-01-25 19:39:28 +01:00
Patrick Hilhorst 593e11fd94
treewide: fix redirected urls
According to https://repology.org/repository/nix_unstable/problems, we have a
lot of packages that have http links that redirect to https as their homepage.
This commit updates all these packages to use the https links as their
homepage.

The following script was used to make these updates:

```

curl https://repology.org/api/v1/repository/nix_unstable/problems \
    | jq '.[] | .problem' -r \
    | rg 'Homepage link "(.+)" is a permanent redirect to "(.+)" and should be updated' --replace 's@$1@$2@' \
    | sort | uniq > script.sed

find -name '*.nix' | xargs -P4 -- sed -f script.sed -i
```
2020-01-22 11:26:22 +01:00
Eric Dallo e2df20c217 clojure-lsp: 20200114T225020 -> 20200117T215443 2020-01-17 19:24:57 -03:00
Peter Hoeg 9290d1f4cb
Merge pull request #77695 from nyanloutre/usb-modeswitch
usb-modeswitch: fix configurable patch
2020-01-17 21:46:03 +08:00
Will Dietz f38e103411 elfinfo: 0.7.6 -> 1.0.1 2020-01-17 13:59:18 +01:00
Jörg Thalheim 15dbf5221f
pwndbg: 2019.01.25 -> 2019.12.09 (#77896)
pwndbg: 2019.01.25 -> 2019.12.09
2020-01-17 11:54:05 +00:00
R. RyanTM a4c0b61fe2 pwndbg: 2019.01.25 -> 2019.12.09 2020-01-17 10:03:41 +00:00
Mario Rodas fcba2da348
Merge pull request #77795 from marsam/update-reviewdog
reviewdog: 0.9.15 -> 0.9.17
2020-01-16 07:54:57 -05:00
Mario Rodas 7952248b58
reviewdog: 0.9.15 -> 0.9.17 2020-01-15 18:18:18 -05:00
Eric Dallo 97527050ac clojure-lsp: 20200109T185134 -> 20200114T225020 2020-01-15 19:15:59 -03:00
Peter Hoeg 41d333e024
Merge pull request #60981 from thefloweringash/usb-modeswitch
usb_modeswitch: fixes
2020-01-14 10:48:45 +08:00
Niklas Hambüchen 353ea7f3eb
Merge pull request #77105 from r-ryantm/auto-update/kdbg
kdbg: 3.0.0 -> 3.0.1
2020-01-12 05:22:45 +01:00
Niklas Hambüchen 852bd1b2f2 kdbg: Add QT pluging path wrapper.
Fixes error

    qt.qpa.plugin: Could not find the Qt platform plugin "xcb" in ""
    This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem.

See #24256.
2020-01-12 05:20:39 +01:00
Mario Rodas aa561c6fb4
Merge pull request #77404 from ericdallo/update-clojure-lsp
clojure-lsp: 20200106T233511 -> 20200109T185134
2020-01-10 19:30:13 -05:00
Marek Mahut de26ac107f
Merge pull request #77413 from marsam/update-reviewdog
reviewdog: 0.9.14 -> 0.9.15
2020-01-10 16:31:50 +01:00
markuskowa 9473c080f5
Merge pull request #77305 from juliendehos/gede
gede: 2.14.1 -> 2.15.1
2020-01-10 13:23:49 +01:00
Julien Dehos 5aac98852e gede: 2.14.1 -> 2.15.1 2020-01-10 12:08:15 +01:00
Eric Dallo 42a23966ed clojure-lsp: 20200106T233511 -> 20200109T185134 2020-01-09 19:23:28 -03:00
Jaka Hudoklin 139daee494
Merge pull request #77073 from plumelo/auto-update/elasticsearch
elk stack: 7.3.1 -> 7.5.1
2020-01-09 09:48:24 +00:00
Mario Rodas eaa35a2518
Merge pull request #77154 from ericdallo/update-clojure-lsp
clojure-lsp: 20191223T204324 -> 20200106T233511
2020-01-08 05:32:00 -05:00
Mario Rodas 7da52a2bfd
Merge pull request #77062 from r-ryantm/auto-update/global
global: 6.6.3 -> 6.6.4
2020-01-08 04:59:45 -05:00
Mario Rodas 3228b9dbdc
reviewdog: 0.9.14 -> 0.9.15 2020-01-08 04:20:00 -05:00
Eric Dallo d474fc60aa clojure-lsp: 20191223T204324 -> 20200106T233511 2020-01-06 20:58:12 -03:00
Will Dietz 82bef497ad
pahole: 1.15 -> 1.16 2020-01-06 17:03:23 -06:00
R. RyanTM df40eb84a9 kdbg: 3.0.0 -> 3.0.1 2020-01-06 09:25:08 -08:00
vasile luta 62000eeecd kibana7: 7.3.1 -> 7.5.1 2020-01-06 15:21:55 +02:00
R. RyanTM 885fb1b61b global: 6.6.3 -> 6.6.4 2020-01-06 04:47:32 -08:00
Mario Rodas dff21b44cd
terracognita: 0.2.0 -> 0.3.0
Changelog: https://github.com/cycloidio/terracognita/releases/tag/v0.3.0
2020-01-04 04:20:00 -05:00
Frederik Rietdijk 7aa2b0215b Merge master into staging-next 2020-01-03 10:25:14 +01:00
Mario Rodas 7e8454fb85
Merge pull request #76443 from r-ryantm/auto-update/sysbench
sysbench: 1.0.18 -> 1.0.19
2020-01-03 03:43:17 -05:00
Florian Klink 1c9af6e7c1
Merge pull request #76621 from cab404/micronucleus
Added micronucleus
2020-01-02 22:54:32 +01:00
Frederik Rietdijk f08e3e38d4 Merge master into staging-next 2020-01-02 21:41:13 +01:00
Vladimir Serov 8e5b810ac8
micronucleus: fixed darwin build 2020-01-02 15:33:24 +03:00
Franz Pletz ff882242ea
Revert "Revert "openocd: Fix FTDI channel configuration for SheevaPlug""
This reverts commit b2623d3a9b. The revert
was an error since there was an override in my environment fetching a
more recent version of openocd.
2020-01-02 09:16:36 +01:00
Franz Pletz b2623d3a9b
Revert "openocd: Fix FTDI channel configuration for SheevaPlug"
This reverts commit 2b3975d5d2. Patch does
not apply cleanly.
2020-01-02 06:12:27 +01:00