1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-25 23:20:55 +00:00
Commit graph

314425 commits

Author SHA1 Message Date
Jan Solanti f4fbb21176 pipewire: 0.3.34 -> 0.3.35 2021-09-12 16:33:50 +03:00
Sandro 5da2746c8d
Merge pull request #134487 from r-ryantm/auto-update/quich 2021-09-12 15:15:11 +02:00
Sandro 6cdc71a06e
Merge pull request #137010 from jacobfoard/golangci-lint-1.42.1
golangci-lint: 1.42.0 -> 1.42.1
2021-09-12 15:14:11 +02:00
Sandro 0d40f713be
Merge pull request #137521 from SuperSandro2000/openems
openems: fix eval
2021-09-12 15:06:31 +02:00
Mario Rodas 93a56230db
Merge pull request #137477 from marsam/update-abseil
abseil-cpp: 20210324.1 -> 20210324.2
2021-09-12 07:52:24 -05:00
Sandro b432b2f337
Merge pull request #137510 from Ma27/bump-wiki-js
wiki-js: 2.5.201 -> 2.5.214
2021-09-12 14:47:46 +02:00
Sandro b8470110ce
Merge pull request #137504 from fabaff/bump-mutf8 2021-09-12 14:47:19 +02:00
Sandro Jäckel e4a49641ae
openems: fix eval 2021-09-12 14:45:44 +02:00
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
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
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
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
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 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
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
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 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
Jörg Thalheim fc4247e827
Merge pull request #137082 from bobby285271/markdown
nixos/doc: Convert more articles to CommonMark
2021-09-12 04:51:20 +01:00
Mario Rodas 22eb660417
Merge pull request #137456 from marsam/grpc-abseil-mutex-patch
grpc: add patch to revert alias to abseil mutex
2021-09-11 21:56:57 -05:00
zowoq 07109dd495 nixos/kubernetes: add cni-plugin-flannel to kubelet.cni.packages
the flannel plugin was removed from `cni-plugins` in ee8ed2cd8d
2021-09-12 12:47:45 +10:00
zowoq a8bd9dcd7c cni-plugin-flannel: move to flannel directory 2021-09-12 12:47:45 +10:00
R. RyanTM 72dd18cc55 python38Packages.scp: 0.13.6 -> 0.14.0 2021-09-11 18:59:02 -07:00
Bobby Rong 7fb52b1325
nixos: nixos/doc/manual/installation/installing.xml to CommonMark 2021-09-12 09:26:37 +08:00
zowoq 2ce4d21663 go_1_16: 1.16.7 -> 1.16.8 2021-09-12 10:48:00 +10:00
Matthieu Coudron f6cc04fd65 astromenace: add meta.mainProgram
else it does not start
2021-09-12 02:35:49 +02:00
Sandro 6bbea21500
Merge pull request #137410 from fabaff/bump-growattserver 2021-09-12 01:05:59 +02: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