3
0
Fork 0
forked from mirrors/nixpkgs
Commit graph

313272 commits

Author SHA1 Message Date
R. RyanTM 7632e207ea hurl: 1.2.0 -> 1.3.0 2021-09-06 10:21:11 +00:00
Rick van Schijndel 4f4ab52f4f freeimage: support cross-compilation
Co-authored-by: Doron Behar <doron.behar@gmail.com>
2021-09-06 12:09:53 +02:00
Pavol Rusnak e422b490c5
Merge pull request #136808 from prusnak/sdlpop
sdlpop: 1.21 -> 1.22
2021-09-06 12:09:41 +02:00
Felix Buehler 997ad14b0d newsflash: 1.4.2 -> 1.4.3 2021-09-06 11:45:14 +02:00
Gabriel Ebner 8b76d20f66
Merge pull request #136853 from r-ryantm/auto-update/elinks
elinks: 0.14.1 -> 0.14.2
2021-09-06 11:29:14 +02:00
toastal 99e969ab15 himalaya-vim: fix broken build
I think something about the build for Vim plugins has changed that made
this build break. Moving the fixup step up to configure made it build
again on my local machine.
2021-09-06 16:23:03 +07:00
R. RyanTM f5a162c2ca go-task: 3.7.0 -> 3.7.3 2021-09-06 09:10:48 +00:00
R. RyanTM 954439a81b folly: 2021.08.23.00 -> 2021.08.30.00 2021-09-06 08:14:43 +00:00
R. RyanTM 590b724277 flow: 0.158.0 -> 0.159.0 2021-09-06 07:56:02 +00:00
Charlotte Van Petegem d4a0f34cce
mu: 1.6.5 -> 1.6.6 2021-09-06 09:43:15 +02:00
R. RyanTM 1494a69e0c featherpad: 0.18.0 -> 1.0.0 2021-09-06 07:24:15 +00:00
Fabian Affolter c8cd39a4ca
Merge pull request #136812 from fabaff/bump-bidict
python3Packages.bidict: 0.21.2 -> 0.21.3
2021-09-06 09:03:26 +02:00
Fabian Affolter 1d141ba9a1
Merge pull request #136815 from fabaff/bump-pyvicare
python3Packages.pyvicare: 2.7.1 -> 2.8
2021-09-06 09:02:56 +02:00
Fabian Affolter 964f5e4da6
Merge pull request #136757 from fabaff/bump-pyezviz
python3Packages.pyezviz: 0.1.9.2 -> 0.1.9.3
2021-09-06 09:02:31 +02:00
Fabian Affolter b5cba15b9d
Merge pull request #136759 from fabaff/bump-simplisafe-python
python3Packages.simplisafe-python: 11.0.5 -> 11.0.6
2021-09-06 09:02:12 +02:00
Fabian Affolter 588b8cec0e python3Packages.async-upnp-client: 0.20.0 -> 0.21.0 2021-09-06 08:45:20 +02:00
Vincent Laporte cdbc8c9fb1 ocamlPackages.parsexp: 0.14.0 → 0.14.1 2021-09-06 08:24:07 +02:00
R. RyanTM 5dd6ff76a5 esbuild: 0.12.24 -> 0.12.25 2021-09-06 06:04:32 +00:00
R. RyanTM 30a7899eed elinks: 0.14.1 -> 0.14.2 2021-09-06 05:40:29 +00:00
R. RyanTM 46604eec55 python38Packages.django-jinja: 2.9.0 -> 2.9.1 2021-09-06 04:56:36 +00:00
Ben Siraphob 49cce41b7c tree-sitter: update grammars 2021-09-05 23:05:50 -05:00
Vo Anh Duy 9fcf2a8a2c lima: 0.6.2 -> 0.6.3 2021-09-06 13:42:37 +10:00
R. RyanTM ffbdbef39a chafa: 1.6.1 -> 1.8.0 2021-09-06 02:42:52 +00:00
Benjamin Hipple fc7e18562b
Merge pull request #136816 from fabaff/bump-bitarray
python3Packages.bitarray: 2.3.2 -> 2.3.3
2021-09-05 22:14:41 -04:00
Peter Hoeg 87c6a8a706 envsubst: drive-by cleanup 2021-09-06 09:17:38 +08:00
Martin Weinelt f81ea682cf
Merge pull request #136801 from em0lar/vikunja-0.18.0 2021-09-06 02:53:50 +02:00
sternenseemann 93c06e23f2 hadolint: build with language-docker 10.1.1 2021-09-06 02:48:06 +02:00
Jade 5e47a07e9f pkgs/tracy: fix on Darwin 2021-09-06 09:11:06 +09:00
github-actions[bot] 27b55b0b32
Merge master into haskell-updates 2021-09-06 00:06:16 +00:00
happysalada 85763b63cc caddy: 2.4.4 -> 2.4.5 2021-09-06 08:56:12 +09:00
Anders Kaseorg d8ef13fc13 modules/programs/command-not-found: Fix ShellCheck warnings
https://github.com/koalaman/shellcheck/wiki/SC2086
Double quote to prevent globbing and word splitting.

https://github.com/koalaman/shellcheck/wiki/SC2166
Prefer `[ p ] && [ q ]` as `[ p -a q ]` is not well defined.

Signed-off-by: Anders Kaseorg <andersk@mit.edu>
2021-09-06 08:49:34 +09:00
Anders Kaseorg d44b6ae6cb modules/programs/bash: Fix ShellCheck warnings
https://github.com/koalaman/shellcheck/wiki/SC2086
Double quote to prevent globbing and word splitting.

https://github.com/koalaman/shellcheck/wiki/SC2166
Prefer `[ p ] && [ q ]` as `[ p -a q ]` is not well defined.

https://github.com/koalaman/shellcheck/wiki/SC2219
Instead of `let expr`, prefer `(( expr ))` .

Signed-off-by: Anders Kaseorg <andersk@mit.edu>
2021-09-06 08:49:34 +09:00
Phillip Cloud b27bd16bd9
poetry2conda: init at 0.3.0 2021-09-05 19:06:50 -04:00
Ben Siraphob 6b30660ee1
Merge pull request #136814 from siraben/git-cliff-init
git-cliff: init at 0.2.6
2021-09-05 17:50:37 -05:00
Phillip Cloud 960f59ba72
poetry-semver: init at 0.1.0 2021-09-05 18:47:48 -04:00
davidak bf7a1e2021
Merge pull request #136750 from bobby285271/bamf
bamf: 0.5.4 -> 0.5.5
2021-09-06 00:24:01 +02:00
Ben Siraphob f94d1db2c9
Merge pull request #136811 from kira-bruneau/grafana
grafana: add meta.mainProgram
2021-09-05 17:11:25 -05:00
Fabian Affolter 1a83596928
Merge pull request #136663 from fabaff/sad
sad: init at 0.4.14
2021-09-06 00:04:52 +02:00
Fabian Affolter e4cb871eaf python3Packages.bitarray: 2.3.2 -> 2.3.3 2021-09-05 23:42:19 +02:00
Fabian Affolter 030bed204a python3Packages.pyvicare: 2.7.1 -> 2.8 2021-09-05 23:22:19 +02:00
Ben Siraphob f1312d514d git-cliff: init at 0.2.6 2021-09-05 16:16:35 -05:00
Robert Scott 36d6673cf8 libjxl: fix for hydra's darwin builder 2021-09-05 22:13:54 +01:00
Fabian Affolter 560f823ebb python3Packages.bidict: 0.21.2 -> 0.21.3 2021-09-05 22:50:05 +02:00
Malte Brandy b3da6961d5
docs: haskell-updates/HACKING.md: Add link to chat 2021-09-05 22:49:56 +02:00
Kira Bruneau 8666c95a0e grafana: add meta.mainProgram 2021-09-05 16:41:57 -04:00
Pavol Rusnak 03637fe586
sdlpop: 1.21 -> 1.22
+ fix build on darwin
2021-09-05 22:31:05 +02:00
Jörg Thalheim 89b176219a
Merge pull request #136752 from Mic92/zen-kernel
linux_zen: 5.13.13-zen1 -> 5.14.1-zen1
2021-09-05 21:27:40 +01:00
Vladimír Čunát 0b9014a925
Merge #136799: knot-dns: fix aarch64-darwin build 2021-09-05 22:18:04 +02:00
sternenseemann afcb5de64d haskellPackages.monadeli: update maintainer list to include ncfavier 2021-09-05 21:47:52 +02:00
sternenseemann a3bc86aba3 haskell.packages.ghc921.base-compat: use 0.12.0 for GHC 9.2 support 2021-09-05 21:43:43 +02:00