1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-29 00:54:11 +00:00
Commit graph

314670 commits

Author SHA1 Message Date
Pavol Rusnak 1998259887
Merge pull request #137519 from r-ryantm/auto-update/blocksat-cli
blocksat-cli: 0.3.2 -> 0.4.0
2021-09-12 14:41:21 +02:00
TredwellGit 5698fc0dfc linux-rt_5_4: 5.4.143-rt63 -> 5.4.143-rt64 2021-09-12 12:38:42 +00:00
Sandro 3742afccd1
Merge pull request #137156 from r-ryantm/auto-update/python3.8-dropbox
python38Packages.dropbox: 11.18.0 -> 11.19.0
2021-09-12 14:38:30 +02:00
TredwellGit be590b86e2 linux: 5.4.144 -> 5.4.145 2021-09-12 12:38:02 +00:00
TredwellGit b81ac24356 linux: 5.14.2 -> 5.14.3 2021-09-12 12:37:55 +00:00
TredwellGit f0878c65eb linux: 5.13.15 -> 5.13.16 2021-09-12 12:37:47 +00:00
TredwellGit 71348196a0 linux: 5.10.63 -> 5.10.64 2021-09-12 12:37:36 +00:00
R. RyanTM c551361531 blocksat-cli: 0.3.2 -> 0.4.0 2021-09-12 12:27:16 +00:00
Sandro c8c30a2e0e
Merge pull request #137515 from NULLx76/unpackerr-0.9.8 2021-09-12 14:26:19 +02:00
Mark Vainomaa acdec49e96
eduke32: 20210722 -> 20210910 2021-09-12 15:16:25 +03:00
Mark Vainomaa 8112bb92f9
eduke32: implement proper macOS support 2021-09-12 15:16:20 +03:00
Sandro b3e803abf5
Merge pull request #137448 from tfmoraes/vtk_9.0.3
vtk_9: 9.0.1 -> 9.0.3
2021-09-12 14:16:17 +02:00
Sandro cdcc4884c3
Merge pull request #137509 from sternenseemann/libvirt-hash
libvirt: fix tarball hash
2021-09-12 14:14:48 +02:00
Victor Roest fd9a52c466
unpackerr: 0.9.7 -> 0.9.8 2021-09-12 13:12:56 +02: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
R. RyanTM 15fdbbe4e9 python38Packages.relatorio: 0.9.3 -> 0.10.0 2021-09-12 10:55:18 +00: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 f2175a917e
Merge pull request #135179 from r-ryantm/auto-update/taskopen
taskopen: 1.1.4 -> 1.1.5
2021-09-12 12:43:43 +02:00
Maximilian Bosch 75e56d5fb6
Merge pull request #135178 from r-ryantm/auto-update/sslmate
sslmate: 1.7.1 -> 1.8.0
2021-09-12 12:42:04 +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
sternenseemann 036c82cca1 libvirt: fix tarball hash
Fixes this failure: https://hydra.nixos.org/build/152776341

Unsure how this happened, but I verified the GPG signatures locally to
make sure the new hash is good.
2021-09-12 11:59:38 +02:00
Maximilian Bosch 75eaccdcbc
wiki-js: 2.5.201 -> 2.5.214
ChangeLog: https://github.com/Requarks/wiki/releases/tag/2.5.214
2021-09-12 11:52:17 +02:00
Michael Raskin fe5b774b62
Merge pull request #137503 from Mic92/sysdig2
sysdig: fix linking against libabseil
2021-09-12 09:32:30 +00:00
Fabian Affolter 3d015c5845
Merge pull request #137436 from NilsIrl/mitmproxy_7.0.2
mitmproxy: 6.0.2 -> 7.0.2
2021-09-12 11:28:37 +02:00
Fabian Affolter e2e065ab53 nuclei: 2.5.0 -> 2.5.1 2021-09-12 10:54:56 +02:00
Fabian Affolter fba1e37757 python3Packages.mutf8: 1.0.4 -> 1.0.5 2021-09-12 10:54:50 +02:00
Jörg Thalheim 6fb71e46ca sysdig: fix linking against libabseil 2021-09-12 10:49:38 +02:00
Vladimír Čunát 79f637da44
Merge #137226: thunderbird-78: 78.13.0 -> 78.14.0 2021-09-12 10:46:26 +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
^x3ro 151fd8a64c maintainers: add x3ro 2021-09-12 10:12:14 +02:00
Stefan Frijters a7b1e14af9
wine{Unstable,Staging}: 6.16 -> 6.17 2021-09-12 09:55:52 +02:00
Jörg Thalheim 92e25e5ada
Merge pull request #137474 from marsam/uppdate-fstar
fstar: 2021.08.27 -> 2021.09.11
2021-09-12 08:49:06 +01:00
R. RyanTM 6d1ece3818 octant: 0.23.0 -> 0.24.0 2021-09-12 07:23:24 +00:00
R. RyanTM 252edd9d16 obsidian: 0.12.12 -> 0.12.15 2021-09-12 07:18:00 +00:00
R. RyanTM 365a8fb5f9 nncp: 7.6.0 -> 7.7.0 2021-09-12 07:08:48 +00:00
R. RyanTM 6bc0544998 nextcloud-news-updater: 10.0.1 -> 11.0.0 2021-09-12 06:57:30 +00:00
R. RyanTM 72d984d20e moonraker: unstable-2021-07-18 -> unstable-2021-09-04 2021-09-12 06:44:38 +00:00
R. RyanTM 65fb020385 mm-common: 1.0.2 -> 1.0.3 2021-09-12 06:35:05 +00:00
Ben Siraphob 211c1157ad
Merge pull request #137472 from r-ryantm/auto-update/kodiPackages.inputstreamhelper 2021-09-12 01:14:55 -05:00
Ben Siraphob 45612716d5
Merge pull request #137473 from r-ryantm/auto-update/kodiPackages.youtube 2021-09-12 01:14:41 -05:00
Ben Siraphob 2c78fa2a0a
Merge pull request #137478 from r-ryantm/auto-update/libnma 2021-09-12 01:14:21 -05:00
Ben Siraphob 29e044111f
Merge pull request #137480 from r-ryantm/auto-update/libsigcxx30 2021-09-12 01:13:56 -05:00
R. RyanTM f095deec64 matrix-synapse-plugins.matrix-synapse-mjolnir-antispam: 0.1.17 -> 0.1.19 2021-09-12 06:01:57 +00:00
R. RyanTM 03d20cbced matrix-synapse-plugins.matrix-synapse-ldap3: 0.1.4 -> 0.1.5 2021-09-12 05:54:19 +00:00
R. RyanTM 0fc38b1eb2 libsigcxx30: 3.0.6 -> 3.0.7 2021-09-12 05:23:04 +00:00
R. RyanTM be5e48ac7e libnma: 1.8.30 -> 1.8.32 2021-09-12 05:01:49 +00:00
TredwellGit 80ab542af8 steam: fix steamwebhelper
Fixes https://github.com/NixOS/nixpkgs/issues/137279 and https://github.com/ValveSoftware/steam-runtime/issues/462.
2021-09-11 21:40:35 -07:00
R. RyanTM d0eca54c81 kodiPackages.youtube: 6.8.14+matrix.1 -> 6.8.17+matrix.1 2021-09-12 04:36:05 +00:00
R. RyanTM 11fa1732bb kodiPackages.inputstreamhelper: 0.5.5+matrix.1 -> 0.5.8+matrix.1 2021-09-12 04:30:10 +00:00
zimbatm f882fbcee0
lib.generators.toINI: serialize derivations to string
This is the common case when passing a derivation, we want to access the
store path.
2021-09-12 06:26:21 +02:00