3
0
Fork 0
forked from mirrors/nixpkgs
Commit graph

399618 commits

Author SHA1 Message Date
Fabian Affolter ecdab70205
python310Packages.azure-mgmt-servicebus: update disabled 2022-08-12 10:40:38 +02:00
Fabian Affolter 5cfd83f196
python310Packages.azure-mgmt-storage: update disabled 2022-08-12 10:39:14 +02:00
Fabian Affolter 61f5575f8e
Merge pull request #186191 from r-ryantm/auto-update/python3.10-google-cloud-vision
python310Packages.google-cloud-vision: 3.0.0 -> 3.1.0
2022-08-12 10:37:51 +02:00
Fabian Affolter 1329612fb3
Merge pull request #186244 from fabaff/pyswitchbot-bump
python310Packages.pyswitchbot: 0.18.4 -> 0.18.5, python310Packages.yalexs-ble: 1.2.0 -> 1.2.0
2022-08-12 10:36:31 +02:00
Fabian Affolter e1422d456a
Merge pull request #186211 from r-ryantm/auto-update/python3.9-types-redis
python39Packages.types-redis: 4.3.13 -> 4.3.14
2022-08-12 10:35:52 +02:00
Fabian Affolter f9e355bd60
Merge pull request #186213 from r-ryantm/auto-update/python3.10-trimesh
python310Packages.trimesh: 3.13.0 -> 3.13.4
2022-08-12 10:35:30 +02:00
Fabian Affolter a72bbca4a5
Merge pull request #186214 from r-ryantm/auto-update/python3.10-sunpy
python310Packages.sunpy: 4.0.3 -> 4.0.4
2022-08-12 10:35:11 +02:00
Fabian Affolter 3df339c501
python310Packages.google-cloud-pubsub: update disabled 2022-08-12 10:33:20 +02:00
Fabian Affolter bcf8fc9b89
Merge pull request #186199 from r-ryantm/auto-update/python3.10-hahomematic
python310Packages.hahomematic: 2022.8.4 -> 2022.8.5
2022-08-12 10:32:22 +02:00
Fabian Affolter e3884e3c67
python310Packages.defcon: update disabled
- add pythonImportsCheck
- switch to pytestCheckHook
2022-08-12 10:31:18 +02:00
Fabian Affolter 1b74710c69
Merge pull request #186205 from r-ryantm/auto-update/python3.10-pydal
python310Packages.pydal: 20220725.1 -> 20220807.1
2022-08-12 10:25:54 +02:00
Tobias Poschwatta 3c0495082a slurm: 22.05.2 -> 22.05.3
Bug fix release, see:
https://github.com/SchedMD/slurm/blob/slurm-22-05-3-1/NEWS
2022-08-12 10:25:14 +02:00
Fabian Affolter 375af34915
Merge pull request #186194 from r-ryantm/auto-update/python3.10-etils
python310Packages.etils: 0.6.0 -> 0.7.1
2022-08-12 10:24:57 +02:00
Fabian Affolter 65d41c0f3c
python310Packages.google-cloud-vision: update disabled 2022-08-12 10:21:05 +02:00
Fabian Affolter 3a108e4580
python310Packages.google-cloud-monitoring: update disabled 2022-08-12 10:20:17 +02:00
Fabian Affolter 3345718a60
python310Packages.google-cloud-tasks: disable on older Python releases 2022-08-12 10:19:21 +02:00
Fabian Affolter 2e673a8e15
Merge pull request #186188 from r-ryantm/auto-update/python3.10-google-cloud-secret-manager
python310Packages.google-cloud-secret-manager: 2.12.1 -> 2.12.2
2022-08-12 10:15:12 +02:00
Fabian Affolter 688b5d5a26
Merge pull request #186185 from r-ryantm/auto-update/python3.10-google-cloud-container
python310Packages.google-cloud-container: 2.11.0 -> 2.11.1
2022-08-12 10:14:55 +02:00
Fabian Affolter 4725c31622
Merge pull request #186186 from r-ryantm/auto-update/python3.10-google-cloud-asset
python310Packages.google-cloud-asset: 3.10.0 -> 3.11.0
2022-08-12 10:14:34 +02:00
Fabian Affolter 7bffc53812
Merge pull request #186187 from fabaff/types-setuptools-bump
python310Packages.types-setuptools: 63.4.0 -> 63.4.1
2022-08-12 10:14:05 +02:00
Fabian Affolter b42f3cc0f3 python310Packages.yalexs-ble: 1.2.0 -> 1.2.0 2022-08-12 10:10:30 +02:00
Fabian Affolter 548b9f5a0b python310Packages.pyswitchbot: 0.18.4 -> 0.18.5 2022-08-12 10:09:20 +02:00
Fabian Affolter 94cbcedfcb python310Packages.bleak-retry-connector: 1.5.0 -> 1.7.0 2022-08-12 10:09:15 +02:00
Jörg Thalheim fb3c3517e6
Merge pull request #186059 from Mic92/rustup
rustup: also patch binaries in libexec
2022-08-12 08:56:09 +01:00
Alyssa Ross f85bbdf2d7 crosvm: don't repeat the path to Cargo.lock
This makes it slightly more convenient to test a local crosvm, by not
having to change the path to Cargo.lock twice.  It's also just cleaner.
2022-08-12 07:55:09 +00:00
Alyssa Ross 290039f8cd crosvm: get rid of upstream-info.json
This was important when building crosvm required assembling our own
build tree from lots of different repositories, but now that they've
moved to submodules, it's overly complicated and needlessly
inconsistent with the rest of Nixpkgs.
2022-08-12 07:55:09 +00:00
Alyssa Ross 7f4172608e crosvm: drop code for running integration tests
These are no longer by default as they have been extracted into their
own crate, so this code wasn't doing anything.  If we did want to run
the integration tests again, we'd have to download kernel and rootfs
binaries from Google, and that's more trouble than it's worth.
2022-08-12 07:55:09 +00:00
Alyssa Ross a4e921432f crosvm: use cpu arch name to find seccomp files
This matches for both supported platforms, and the package is already
marked incompatible with other processes, so we can simplify here.
2022-08-12 07:55:09 +00:00
Alyssa Ross de662ab315 crosvm: reindent
This style is more common across Nixpkgs.
2022-08-12 07:55:09 +00:00
Lassulus 2e37bea41b
Merge pull request #181810 from athas/uqm-0.8.0 2022-08-12 10:46:00 +03:00
Matthieu Coudron 60b0ef2931
Merge pull request #184364 from teto/vim-merge-cmds 2022-08-12 09:38:12 +02:00
Tom Houlé 0570881609 nodePackages.prisma: 4.1.1 -> 4.2.1 2022-08-12 09:09:06 +02:00
Tom Houlé 0cbc6f2f67 prisma-engines: 4.1.1 -> 4.2.1 2022-08-12 09:08:48 +02:00
R. Ryantm 5ec4191da7 flyway: 9.1.2 -> 9.1.3 2022-08-12 07:00:40 +00:00
Anderson Torres 74a50898fd
Merge pull request #186180 from AndersonTorres/remove-tarballs-nixos
Remove references to tarballs.nixos.org
2022-08-12 02:56:08 -03:00
AndersonTorres e7efdf128e 0x: init at unstable-2022-07-11
0x is a colorful, configurable xxd written in Rust.
2022-08-12 02:54:09 -03:00
R. Ryantm 2db29e2df5 cinny: 2.1.1 -> 2.1.2 2022-08-12 05:30:06 +00:00
Elis Hirwing 0d038e3d00
Merge pull request #186178 from r-ryantm/auto-update/php-ast
php80Extensions.ast: 1.0.16 -> 1.1.0
2022-08-12 07:14:31 +02:00
R. Ryantm df92ee9152 bitwarden: 2022.6.2 -> 2022.8.1 2022-08-12 05:09:57 +00:00
R. Ryantm 3b0595c39b argocd: 2.4.8 -> 2.4.9 2022-08-12 04:55:16 +00:00
Mario Rodas eb519a2863 pgformatter: 5.2 -> 5.3
https://github.com/darold/pgFormatter/releases/tag/v5.3
2022-08-12 04:20:00 +00:00
Mario Rodas 35b284aba5 postgresqlPackages.pgvector: 0.2.6 -> 0.2.7 2022-08-12 04:20:00 +00:00
R. Ryantm 12cecbc5fd victoriametrics: 1.79.1 -> 1.80.0 2022-08-12 03:41:02 +00:00
Lucas Desgouilles d977d65881 discord: remove ldesgoui from maintainers 2022-08-11 23:37:04 -04:00
Robert Schütz 72ea3d4fa4 pika-backup: 0.4.1 -> 0.4.2
https://gitlab.gnome.org/World/pika-backup/-/blob/v0.4.2/CHANGELOG.md
2022-08-11 23:34:16 -04:00
Vincent Haupert 90c26b87a9 github-runner: 2.294.0 -> 2.295.0 2022-08-11 23:32:39 -04:00
Winter ce63730df8 Update nixos/modules/services/misc/tautulli.nix 2022-08-11 22:49:50 -04:00
Ryan Horiguchi feba340314 nixos/tautulli: add option to open firewall 2022-08-11 22:49:50 -04:00
Stanisław Pitucha 822a9fd0e8 udns: fix darwin build 2022-08-12 12:19:12 +10:00
figsoda bd2c13dc11
Merge pull request #186088 from r-ryantm/auto-update/fastmod
fastmod: 0.4.2 -> 0.4.3
2022-08-12 10:15:13 +08:00