Commit Graph

313693 Commits

Author SHA1 Message Date
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
R. RyanTM
36790b2c24 fbcat: 0.5.1 -> 0.5.2 2021-09-06 07:16:28 +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
R. RyanTM
6b1374ebbd faudio: 21.08 -> 21.09 2021-09-06 06:24:45 +00:00
Vincent Laporte
cdbc8c9fb1 ocamlPackages.parsexp: 0.14.0 → 0.14.1 2021-09-06 08:24:07 +02:00
R. RyanTM
61d6e35a39 etcher: 1.5.121 -> 1.5.122 2021-09-06 06:16:05 +00: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
Doron Behar
eefaf90520 mailspring: 1.9.1 -> 1.9.2 2021-09-06 08:29:29 +03:00
Enno Richter
d06f8fcc39 liblinear: fix static build 2021-09-06 07:11:31 +02: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
R. RyanTM
10a959149e cppzmq: 4.7.1 -> 4.8.0 2021-09-06 03:50:29 +00:00
Vo Anh Duy
9fcf2a8a2c lima: 0.6.2 -> 0.6.3 2021-09-06 13:42:37 +10:00
AndersonTorres
53d26fbfba siduck76-st: init at 0.0.0+unstable=2021-08-20 2021-09-06 00:18:26 -03:00
AndersonTorres
ba2821244f mcaimi-st: init at 0.0.0+unstable=2021-08-30 2021-09-06 00:18:26 -03:00
AndersonTorres
2312cef179 lukesmithxyz-st: init at 0.0.0+unstable=2021-08-10 2021-09-06 00:18:26 -03:00
R. RyanTM
ffbdbef39a chafa: 1.6.1 -> 1.8.0 2021-09-06 02:42:52 +00:00
R. RyanTM
ba3631c055 cfssl: 1.6.0 -> 1.6.1 2021-09-06 02:35:13 +00:00
R. RyanTM
bf7f16485b cargo-tarpaulin: 0.18.0 -> 0.18.2 2021-09-06 02:28:24 +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
R. RyanTM
0b31008a52 brave: 1.28.106 -> 1.29.77 2021-09-06 02:02:51 +00:00
R. RyanTM
ac461b815e bibletime: 3.0.1 -> 3.0.2 2021-09-06 01:39:58 +00: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
Kira Bruneau
69e85c1bf9 go-migrate: add meta.mainProgram 2021-09-05 16:38:45 -04:00