Commit Graph

415623 Commits

Author SHA1 Message Date
Sandro
e24b9566d4
Merge pull request #179396 from Madouura/dev/bcachefs 2022-10-07 11:27:07 +02:00
Thiago Kenji Okada
450d420811 hy: fix passthru.withPackages
In the previous version it was adding the extra packages as
`propagatedBuildInputs`. This meant that this package would be rebuild
for no reason (it is not like the package will actually depend on the
extra inputs) and also cause the strange side-effect of creating a hy
package without its console entry-points (e.g.: no `$out/bin` contents).

Now we are reusing the `python.withPackages` that will avoid the
unnecessary rebuild, fixing both issues.
2022-10-07 10:10:24 +01:00
R. Ryantm
aae18a7a55 flow: 0.188.1 -> 0.188.2 2022-10-07 09:07:50 +00:00
R. Ryantm
a7a14ebe2d flyctl: 0.0.403 -> 0.0.404 2022-10-07 08:58:18 +00:00
Aaron Jheng
3bcc1359b2
hecate: 0.0.1 -> unstable-2022-05-03 2022-10-07 08:48:36 +00:00
Pascal Bach
7e5b689f69
Merge pull request #194806 from r-ryantm/auto-update/minio-client
minio-client: 2022-10-01T07-56-14Z -> 2022-10-06T01-20-06Z
2022-10-07 10:46:20 +02:00
Fabian Affolter
1afa749c0c python310Packages.pubnub: 7.0.0 -> 7.0.1 2022-10-07 10:43:00 +02:00
Fabian Affolter
7dff6a906c python310Packages.tldextract: 3.3.1 -> 3.4.0 2022-10-07 10:39:54 +02:00
Fabian Affolter
4a3260293f python310Packages.mypy-boto3-builder: 7.5.5 -> 7.11.10 2022-10-07 10:38:05 +02:00
Дамјан Георгиевски
4e385bec15
add documentation for the pkgs.portableService tool (#193081)
* add documentation for the pkgs.portableService tool

as introduced in 499aebcf34

Co-authored-by: Valentin Gagarin <valentin.gagarin@tweag.io>
2022-10-07 10:37:56 +02:00
Jörg Thalheim
d29ad7dd85
Merge pull request #194862 from r-ryantm/auto-update/xplr
xplr: 0.19.3 -> 0.19.4
2022-10-07 10:34:56 +02:00
Jörg Thalheim
7bb2ad913c
Merge pull request #194866 from r-ryantm/auto-update/ansible-lint
ansible-lint: 6.7.0 -> 6.8.0
2022-10-07 10:34:44 +02:00
Nikolay Korotkiy
e750949ff0
Merge pull request #194126 from dritter/patch-2
josm: 18543 -> 18565
2022-10-07 11:33:51 +03:00
Jörg Thalheim
6d94a92627
Merge pull request #194871 from r-ryantm/auto-update/cargo-insta
cargo-insta: 1.18.1 -> 1.20.0
2022-10-07 10:32:42 +02:00
Fabian Affolter
f1c91662a4 python310Packages.msldap: 0.4.1 -> 0.4.6 2022-10-07 10:32:04 +02:00
Jörg Thalheim
2eb5d9a663
Merge pull request #194872 from r-ryantm/auto-update/cargo-update
cargo-update: 9.0.0 -> 10.0.1
2022-10-07 10:31:38 +02:00
Jörg Thalheim
3b1c9ca17a
Merge pull request #194825 from qowoz/tf-update-action
.github/workflows/update-terraform-providers.yml: re-enable
2022-10-07 10:29:27 +02:00
Fabian Affolter
eb8ff5d89d
Merge pull request #194879 from r-ryantm/auto-update/cpuid
cpuid: 20220927 -> 20221003
2022-10-07 10:23:37 +02:00
R. Ryantm
22496d6fd6 deno: 1.26.0 -> 1.26.1 2022-10-07 08:22:00 +00:00
Fabian Affolter
02902f604a python310Packages.angr: 9.2.20 -> 9.2.21 2022-10-07 10:02:28 +02:00
Fabian Affolter
2791e4dede python310Packages.cle: 9.2.20 -> 9.2.21 2022-10-07 10:02:18 +02:00
Fabian Affolter
5511b57ee0 python310Packages.claripy: 9.2.20 -> 9.2.21 2022-10-07 10:02:10 +02:00
Fabian Affolter
e81534ce2c python310Packages.pyvex: 9.2.20 -> 9.2.21 2022-10-07 10:02:01 +02:00
Fabian Affolter
dfd3229bda python310Packages.ailment: 9.2.20 -> 9.2.21 2022-10-07 10:01:40 +02:00
Fabian Affolter
667aef6b76 python310Packages.archinfo: 9.2.20 -> 9.2.21 2022-10-07 10:01:33 +02:00
Fabian Affolter
71f73cab39 python310Packages.notifications-python-client: 6.3.0 -> 6.4.0 2022-10-07 09:59:50 +02:00
Ivv
9bc01704b4
Merge pull request #194070 from nullishamy/master
owofetch: init at 0.3.1
2022-10-07 09:59:29 +02:00
Ivv
063aa0db3a
Merge pull request #194209 from aaronjheng/podman-0.6.0
podman-tui: 0.5.0 -> 0.6.0
2022-10-07 09:57:50 +02:00
Fabian Affolter
30088752d5 python310Packages.yabadaba: 0.1.2 -> 0.1.3 2022-10-07 09:56:12 +02:00
Doron Behar
4f9aa092fb tectonic: Fix wrapping adding biber to PATH
Due to missing `:`, wrapProgram didn't really add biber's bin dir to
PATH. Using the `makeBinaryWrapper` implementation detects such mistakes
during compilation.
2022-10-07 10:55:31 +03:00
R. Ryantm
41abcbfed5 cpuid: 20220927 -> 20221003 2022-10-07 07:46:11 +00:00
Fabian Affolter
277b92d0e9 python310Packages.marshmallow-dataclass: 8.5.8 -> 8.5.9 2022-10-07 09:43:28 +02:00
Fabian Affolter
e2e5613108 python310Packages.nomadnet: 0.2.3 -> 0.2.4 2022-10-07 09:41:56 +02:00
Fabian Affolter
76bd3e5db4 python310Packages.lxmf: 0.1.9 -> 0.2.0 2022-10-07 09:41:27 +02:00
Fabian Affolter
f3792addc3 python310Packages.rns: 0.3.13 -> 0.3.14 2022-10-07 09:41:17 +02:00
Fabian Affolter
7d7d6b424f python310Packages.asyauth: 0.0.4 -> 0.0.5 2022-10-07 09:39:07 +02:00
Fabian Affolter
922de841dd python310Packages.adafruit-platformdetect: 3.30.0 -> 3.31.0 2022-10-07 09:35:40 +02:00
Fabian Affolter
8b1018c31a ipinfo: 2.9.0 -> 2.10.0 2022-10-07 09:34:21 +02:00
R. Ryantm
1c39a567db cargo-update: 9.0.0 -> 10.0.1 2022-10-07 07:32:56 +00:00
R. Ryantm
43e96657c7 cargo-insta: 1.18.1 -> 1.20.0 2022-10-07 07:31:43 +00:00
Fabian Affolter
1f0985d99d
Merge pull request #194757 from firefly-cpp/tcxreader-bump
python310Packages.tcxreader: 0.4.1 -> 0.4.2
2022-10-07 09:29:02 +02:00
Fabian Affolter
46fbee91fc
Merge pull request #194835 from r-ryantm/auto-update/python310Packages.curtsies
python310Packages.curtsies: 0.4.0 -> 0.4.1
2022-10-07 09:26:09 +02:00
Ben Siraphob
a756d6e037
Merge pull request #194450 from 0x4A6F/master-fq 2022-10-07 02:20:51 -05:00
Maximilian Bosch
28a8cffaeb
Merge pull request #194793 from Ma27/bump-grafana
grafana: 9.1.6 -> 9.1.7
2022-10-07 09:16:04 +02:00
Fabian Affolter
05a81784b3
Merge pull request #193295 from fabaff/freeze
freeze: init at 1.1
2022-10-07 09:15:04 +02:00
Fabian Affolter
8a5f715b05
Merge pull request #194849 from r-ryantm/auto-update/sigma-cli
sigma-cli: 0.5.0 -> 0.5.3
2022-10-07 09:07:27 +02:00
Fabian Affolter
d855cc8a13
python310Packages.curtsies: disable on older Python releases
- make backports-cached-property optional
2022-10-07 09:05:28 +02:00
Fabian Affolter
a49ef3a1ef
Merge pull request #194863 from r-ryantm/auto-update/python310Packages.google-cloud-speech
python310Packages.google-cloud-speech: 2.16.0 -> 2.16.1
2022-10-07 09:01:13 +02:00
Vincent Laporte
f45bd811fc coqPackages.simple-io: fix & add tests 2022-10-07 07:54:31 +02:00
R. Ryantm
473a385293 ansible-lint: 6.7.0 -> 6.8.0 2022-10-07 05:24:52 +00:00