Commit graph

39404 commits

Author SHA1 Message Date
github-actions[bot] ac962ee61a
Merge master into staging-next 2021-09-13 00:01:41 +00:00
Sandro a79648dd7f
Merge pull request #136109 from john-consumable/master 2021-09-13 00:42:54 +02:00
Sandro e0bf12865c
Merge pull request #137463 from imlonghao/borgmatic/1.5.18 2021-09-13 00:35:18 +02:00
Sandro cc14453a03
Merge pull request #137577 from marsam/fix-mcfly-init-script 2021-09-13 00:32:09 +02:00
Sandro efe9afda9e
Merge pull request #134162 from Kranzes/auto-update/pass-tomb
passExtensions.pass-tomb: 1.1 -> 1.3
2021-09-13 00:30:35 +02:00
github-actions[bot] a13bf1828b
Merge master into staging-next 2021-09-12 18:01:21 +00:00
Sandro 8fd6cc7787
Merge pull request #135513 from r-ryantm/auto-update/kapp 2021-09-12 17:30:09 +02:00
Sandro a3bf844c47
Merge pull request #135005 from r-ryantm/auto-update/consul-template 2021-09-12 17:07:35 +02:00
Sandro 8dd363b43c
Merge pull request #135292 from r-ryantm/auto-update/shipyard
shipyard: 0.3.2 -> 0.3.27
2021-09-12 17:07:14 +02:00
Daniël de Kok 6af98ae669
Merge pull request #137539 from danieldk/remove-maintainership
treewide: remove danieldk as maintainer from a set of packages
2021-09-12 17:06:53 +02:00
Sandro 9442d8780e
Merge pull request #136847 from r-ryantm/auto-update/discordchatexporter-cli 2021-09-12 17:04:16 +02:00
Sandro 0d4fbdfdea
Merge pull request #137468 from IvanMalison/bump_quill
quill: 0.2.4 -> 0.2.5
2021-09-12 16:42:23 +02:00
Daniël de Kok 6f2ce2a65e treewide: remove danieldk as maintainer from a set of packages
I currently do not have much time to work on nixpkgs. Remove
myself as a maintainer from a bunch of packages to avoid that
people are waiting on me for a review.
2021-09-12 14:42:12 +00:00
Robert Helgesson d94bd5c599 svtplay-dl: 4.2 -> 4.3 2021-09-12 16:41:33 +02:00
Sandro eef7dc681b
Merge pull request #137490 from r-ryantm/auto-update/nncp 2021-09-12 16:40:12 +02:00
Sandro affbee38ff
Merge pull request #137505 from fabaff/bump-nuclei 2021-09-12 16:30:46 +02:00
Sandro 1fd0bda051
Merge pull request #137531 from servalcatty/v2ray
v2ray: 4.41.1 -> 4.42.1
2021-09-12 16:30:12 +02:00
Pavol Rusnak a51701e3f3
android-backup-extractor: init at 20210909062443-4c55371 (#137516)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-09-12 16:02:56 +02:00
Sandro da7fd2fdad
Merge pull request #137449 from mattchrist/init-stuntman
stuntman: init at 1.2.16
2021-09-12 16:01:37 +02:00
Michal Sojka 7f22c1851f
gnuplot: Allow compiling with libcaca (#137523)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-09-12 16:00:55 +02:00
Serval 1cee7f6cf4 v2ray: 4.41.1 -> 4.42.1 2021-09-12 21:55:03 +08:00
Matt Christ 1d8bdf5389 stuntman: init at 1.2.16 2021-09-12 08:22:04 -05:00
Sandro 5da2746c8d
Merge pull request #134487 from r-ryantm/auto-update/quich 2021-09-12 15:15:11 +02:00
github-actions[bot] acd45cb351
Merge master into staging-next 2021-09-12 12:01:10 +00:00
Sandro e26b155274
Merge pull request #137444 from SuperSandro2000/wicd
treewide: yank wicd as it is abandoned
2021-09-12 12:56:10 +02:00
markuskowa b4114db313
Merge pull request #137133 from x3rAx/linux-router-0.6.2
linux-router: init at 0.6.2
2021-09-12 12:46:29 +02:00
Maximilian Bosch 13d9d33375
Merge pull request #135206 from feijoas/zfs_autobackup
zfs-autobackup: init at 3.1
2021-09-12 12:27:07 +02:00
Fabian Affolter e2e065ab53 nuclei: 2.5.0 -> 2.5.1 2021-09-12 10:54:56 +02:00
^x3ro f6211582a1 linux-router: init at 0.6.2
Squashed commits:

- Give wrapped executable a nicer name

  The filename of the wrapped binary is used to generate usage examples in
  `--help`. The `wrapProgram` command renames the executable to a hidden
  file and appends `-wrapped` this is then shown in the usage example:

  ```
  Usage: .lnxrouter-wrapped <options>
  ```

- Using `makeWrapper` the executable can be moved to another directory but
  can keep it's oroginal name.

- Replace alias with real package name

- Fix variable name

- Import `makeWrapper` directly instead of importing `pkgs`

  Co-authored-by: markuskowa <markus.kowalewski@gmail.com>

- Move `let` to where it is actually used

- Do not set optional packages `null`

- Remove `name` property

  Co-authored-by: markuskowa <markus.kowalewski@gmail.com>

- Quote url

  Co-authored-by: markuskowa <markus.kowalewski@gmail.com>

- Remove additional link in long description

- Remove unnecessary comment

  Co-authored-by: markuskowa <markus.kowalewski@gmail.com>

- Place optional packages below their respective `use*`

- Shorten description

  See discussion:
  https://github.com/NixOS/nixpkgs/pull/137133#discussion_r705230260

- FIX: Remove duplicate description

- Remove empty line

  Co-authored-by: markuskowa <markus.kowalewski@gmail.com>

- Make packages section more compact

- Make wifi dependencies optional

- Add package without wifi dependencies

- Fix indentation

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

- Use `with lib` only where it is needed

  Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-09-12 10:13:27 +02:00
R. RyanTM 365a8fb5f9 nncp: 7.6.0 -> 7.7.0 2021-09-12 07:08:48 +00:00
Ben Siraphob 2c78fa2a0a
Merge pull request #137478 from r-ryantm/auto-update/libnma 2021-09-12 01:14:21 -05:00
github-actions[bot] 45de5d0c9a
Merge master into staging-next 2021-09-12 06:01:00 +00:00
R. RyanTM be5e48ac7e libnma: 1.8.30 -> 1.8.32 2021-09-12 05:01:49 +00:00
Ivan Malison 022c300df1 quill: 0.2.4 -> 0.2.5 2021-09-11 22:03:22 -06:00
zowoq a8bd9dcd7c cni-plugin-flannel: move to flannel directory 2021-09-12 12:47:45 +10:00
github-actions[bot] 3f2255106a
Merge master into staging-next 2021-09-12 00:01:45 +00:00
Sandro 8bf70d5620
Merge pull request #137154 from r-burns/bandwidth
bandwidth: 1.9.4 -> 1.10.1, enable on arm
2021-09-12 01:05:39 +02:00
Sandro c86990a7ce
Merge pull request #137183 from figsoda/oha
oha: init at 0.4.6
2021-09-12 01:03:30 +02:00
John Soo cdae1d60d1 datadog-agent: Add process to default integrations. 2021-09-11 15:32:14 -07:00
John Soo 818cabf53b datadog-agent: Don't use invoke during build. 2021-09-11 15:32:14 -07:00
John Soo f98ae8d59e datadog-process-agent: 6.11.1 -> 7.30.2 2021-09-11 15:32:14 -07:00
John Soo 82d8e2f0b4 datadog-integrations-core: git-2018-09-18 -> 7.30.1 2021-09-11 15:32:14 -07:00
Sandro 3020eb851a
Merge pull request #137440 from figsoda/textplots 2021-09-12 00:29:56 +02:00
Sandro Jäckel 781766e30c
treewide: yank wicd as it is abandoned 2021-09-11 23:46:52 +02:00
Sandro 5c112b96ef
Merge pull request #130824 from k4leg/ventoy-bin-init-at-1.0.47
ventoy-bin: init at 1.0.51
2021-09-11 22:57:12 +02:00
figsoda 3dde4fd38b textplots: init at 0.8.0 2021-09-11 16:55:35 -04:00
Sandro a4156f2b86
Merge pull request #136806 from cyounkins/maintainers_cyounkins 2021-09-11 22:45:19 +02:00
Ryan Burns a45c76d73d bandwidth: 1.9.4 -> 1.10.1, enable on arm
add make flags needed for cross-compilation
tested on pkgsCross.{aarch64-multiplatform,armv7l-hf-multiplatform}
2021-09-11 13:14:58 -07:00
Sandro 7deb88260c
Merge pull request #137430 from SuperSandro2000/zoxide 2021-09-11 21:52:15 +02:00
Sandro Jäckel b6416616b2
zoxide: 0.7.4 -> 0.7.5 2021-09-11 21:16:26 +02:00