Commit Graph

292533 Commits

Author SHA1 Message Date
Robert Schütz
52c24e9fbe pika-backup: 0.3.1 -> 0.3.2
https://gitlab.gnome.org/World/pika-backup/-/tags/v0.3.2
2021-05-29 12:52:07 +02:00
Fabian Affolter
6a3befb135
Merge pull request #124091 from r-ryantm/auto-update/logrotate
logrotate: 3.18.0 -> 3.18.1
2021-05-28 12:28:21 +02:00
Fabian Affolter
8f141175df
Merge pull request #124118 from dotlambda/ytmusicapi-0.17.2
python3Packages.ytmusicapi: 0.17.1 -> 0.17.3
2021-05-28 12:23:57 +02:00
Fabian Affolter
c75c5fce6a
Merge pull request #124451 from r-ryantm/auto-update/cargo-sweep
cargo-sweep: 0.5.0 -> 0.6.2
2021-05-28 12:10:22 +02:00
Daniël de Kok
1da0b1dbc9
Merge pull request #122158 from danieldk/import-cargo-lock
rustPlatform.buildRustPackage: support direct use of Cargo.lock
2021-05-28 12:07:25 +02:00
Domen Kožar
bbc1fc369f
Merge pull request #124735 from domenkozar/duplicati
duplicati: 2.0.5.1 -> 2.0.6.1, fix nixos module
2021-05-28 11:42:24 +02:00
Fabian Affolter
540dccb2ae
Merge pull request #124718 from r-ryantm/auto-update/chezmoi
chezmoi: 2.0.12 -> 2.0.13
2021-05-28 11:39:13 +02:00
Fabian Affolter
84c6799add
Merge pull request #124729 from r-ryantm/auto-update/gosec
gosec: 2.7.0 -> 2.8.0
2021-05-28 11:38:52 +02:00
Fabian Affolter
7dee3fb3f1
Merge pull request #124597 from 0x4A6F/master-zellij
zellij: 0.11.0 -> 0.12.0
2021-05-28 11:36:21 +02:00
Fabian Affolter
97eeca76e0
Merge pull request #124545 from risicle/ris-hdbscan-disable-another-flaky-test
python3Packages.hdbscan: disable another flaky test
2021-05-28 11:29:44 +02:00
Fabian Affolter
b3b30ea0aa
Merge pull request #124466 from fabaff/bump-adb-shell
python3Packages.adb-shell: 0.3.2 -> 0.3.3
2021-05-28 11:28:13 +02:00
markuskowa
61c9aac675
Merge pull request #124519 from sheepforce/pcmsolver
pcmsolver: init at 1.3.0
2021-05-28 11:27:47 +02:00
Fabian Affolter
cffbfb1d87
Merge pull request #124462 from r-ryantm/auto-update/gummi
gummi: 0.8.1 -> 0.8.2
2021-05-28 11:24:16 +02:00
Fabian Affolter
53fb87544e
Merge pull request #124549 from fabaff/bump-pysonos
python3Packages.pysonos: 0.0.49 -> 0.0.50
2021-05-28 11:18:43 +02:00
Fabian Affolter
b25951fb2f
Merge pull request #124553 from fabaff/bump-soco
python3Packages.soco: 0.21.2 -> 0.22.3
2021-05-28 11:18:32 +02:00
Fabian Affolter
c745d07fe8
Merge pull request #124731 from r-ryantm/auto-update/httpx
httpx: 1.0.7 -> 1.0.8
2021-05-28 11:14:05 +02:00
Fabian Affolter
e96cd9dccc
Merge pull request #124733 from r-ryantm/auto-update/kubesec
kubesec: 2.11.0 -> 2.11.1
2021-05-28 11:13:48 +02:00
Fabian Affolter
f02a6bf54f
Merge pull request #124696 from fabaff/bump-hstspreload
python3Packages.hstspreload: 2021.4.26 -> 2021.5.24
2021-05-28 11:13:27 +02:00
Fabian Affolter
aaa39dddb0
Merge pull request #124697 from fabaff/bump-metasploit
metasploit: 6.0.45 -> 6.0.46
2021-05-28 11:13:07 +02:00
Domen Kožar
b72c2d3806
duplicati: 2.0.5.1 -> 2.0.6.1, fix nixos module 2021-05-28 10:33:53 +02:00
Domen Kožar
69ef6e0883
Merge pull request #117676 from r-ryantm/auto-update/python3.8-google-auth-httplib2
python38Packages.google-auth-httplib2: 0.0.4 -> 0.1.0
2021-05-28 10:31:33 +02:00
R. RyanTM
9ebbbc69a9 kubesec: 2.11.0 -> 2.11.1 2021-05-28 07:41:47 +00:00
Robert Hensing
490aeb3cfa
Merge pull request #124494 from hercules-ci/dockerTools-omit-store
dockerTools: Allow omitting all store paths
2021-05-28 08:55:33 +02:00
R. RyanTM
f85ecdf38c httpx: 1.0.7 -> 1.0.8 2021-05-28 06:36:24 +00:00
Daniël de Kok
d3769e43c3 rustPlatform.importCargoLock: add test cases for importCargoLock 2021-05-28 08:01:28 +02:00
Daniël de Kok
b3969f3ad7 rustPlatform.buildRustPackage: support direct use of Cargo.lock
This change introduces the cargoLock argument to buildRustPackage,
which can be used in place of cargo{Sha256,Hash} or cargoVendorDir. It
uses the importCargoLock function to build the vendor
directory. Differences compared to cargo{Sha256,Hash}:

- Requires a Cargo.lock file.
- Does not require a Cargo hash.
- Retrieves all dependencies as fixed-output derivations.

This makes buildRustPackage much easier to use as part of a Rust
project, since it does not require updating cargo{Sha256,Hash} for
every change to the lock file.
2021-05-28 08:01:28 +02:00
Daniël de Kok
2f46d77e28 rustPlatform.importCargoLock: init
This function can be used to create an output path that is a cargo
vendor directory. In contrast to e.g. fetchCargoTarball all the
dependent crates are fetched using fixed-output derivations. The
hashes for the fixed-output derivations are gathered from the
Cargo.lock file.

Usage is very simple, e.g.:

importCargoLock {
  lockFile = ./Cargo.lock;
}

would use the lockfile from the current directory.

The implementation of this function is based on Eelco Dolstra's
import-cargo:

https://github.com/edolstra/import-cargo/blob/master/flake.nix

Compared to upstream:

- We use fetchgit in place of builtins.fetchGit.
- Sync to current cargo vendoring.
2021-05-28 08:01:25 +02:00
R. RyanTM
bd7bc0a4b0 gosec: 2.7.0 -> 2.8.0 2021-05-28 05:52:38 +00:00
Ryan Mulligan
339a49503a
Merge pull request #124717 from r-ryantm/auto-update/cargo-msrv
cargo-msrv: 0.5.0 -> 0.6.0
2021-05-27 19:15:03 -07:00
R. RyanTM
7abfd08f2e chezmoi: 2.0.12 -> 2.0.13 2021-05-28 02:12:01 +00:00
R. RyanTM
37802cc29a cargo-msrv: 0.5.0 -> 0.6.0 2021-05-28 02:05:33 +00:00
R. RyanTM
4f7e83d1cf apfel: 3.0.4 -> 3.0.5 2021-05-27 21:29:30 -04:00
Enrico Tassi
6fb5325d5c coq-elpi: clarify license 2021-05-28 03:15:23 +02:00
Enrico Tassi
abc154793a coq-elpi: 1.9.7 -> 1.10.1 2021-05-28 03:15:23 +02:00
Enrico Tassi
d12e2881bc elpi: 1.13.1 -> 1.13.5 2021-05-28 03:15:23 +02:00
Robert Schütz
e6e260cbf4
Merge pull request #124154 from LeSuisse/openvpn-2.5.2
openvpn: 2.5.0 -> 2.5.2, openvpn_24: 2.4.9 -> 2.4.11
2021-05-28 01:01:27 +02:00
Fabian Affolter
e2586c992f
python3Packages.prayer-times-calculator: 0.0.4 -> 0.0.5 (#124699) 2021-05-28 00:53:28 +02:00
zowoq
8917ffe723 .github/workflows/merge-staging.yml: change condition to repository_owner
This is consistent with the other actions.
2021-05-28 08:10:53 +10:00
zowoq
67a8283653 .github/workflows/manual-{nixos,nixpkgs}.yml: add repository_owner condition
We have this set in the other actions, it prevents the action from
running in PRs made against forks.
2021-05-28 08:10:53 +10:00
zowoq
7233acd515 docker: add clientOnly / docker-client
Currently the docker client is only available on non-linux platforms as `docker`,
this makes the client available on linux and other platforms as `docker-client`.
2021-05-28 08:08:56 +10:00
Robert Schütz
572eb44019
Merge pull request #124330 from jchw-forks/lightspark-ffmpeg
lightspark: ffmpeg_3 -> ffmpeg
2021-05-27 23:09:34 +02:00
Fabian Affolter
d35af2cae3 metasploit: 6.0.45 -> 6.0.46 2021-05-27 23:01:55 +02:00
Fabian Affolter
f262274b76 python3Packages.hstspreload: 2021.4.26 -> 2021.5.24 2021-05-27 22:58:11 +02:00
Dmitry Kalinkin
02f57a3019
Merge pull request #124578 from veprbl/pr/qhull_fix_dylib_id
qhull: add fixDarwinDylibNames
2021-05-27 16:50:48 -04:00
John Chadwick
24129003fd lightspark: ffmpeg_3 -> ffmpeg 2021-05-27 13:19:52 -07:00
Michael Weiss
85662edbfd
Merge pull request #124688 from primeos/nixos-tests-sway-aarch64
nixos/tests/{sway,cage,cagebreak}: Fix the tests on aarch64-linux
2021-05-27 21:52:33 +02:00
Michael Weiss
2f671ccc7a
nixos/tests/{sway,cage,cagebreak}: Fix the tests on aarch64-linux
Since the update to wlroots 0.13 (e03dde82a7) the default VGA card
isn't supported anymore and we needed to switch to virtio (qxl didn't
work either). However, as it turned out "-vga virtio" (28b8cff301)
broke the test on AArch64. Luckily there's a third option that works on
all three supported platforms: virtio-gpu-pci

According to [0] "This device lacks VGA compatibility mode but is
otherwise identical to the virtio vga device. UEFI firmware can handle
this, and if your guests has drivers too you can use this instead of
virtio-vga. This will reduce the attack surface (no complex VGA
emulation support) and reduce the memory footprint by 8 MB (no pci
memory bar for VGA compatibility). This device can be placed in a PCI
Express slot."
So in the end this seems like the ideal choice :)
See also [1].

[0]: https://www.kraxel.org/blog/2019/09/display-devices-in-qemu/#virtio-gpu-pci
[1]: https://patches.openembedded.org/patch/164351/
2021-05-27 21:29:54 +02:00
Sandro
f9b26b91a4
Merge pull request #107599 from numinit/ovftool
ovftool: init at 4.4.1
2021-05-27 19:41:13 +02:00
Sandro
ee74a87392
Merge pull request #124591 from SuperSandro2000/diff-so-fancy
diff-so-fancy: 1.4.0 -> 1.4.1
2021-05-27 19:39:19 +02:00
Eric Bailey
8ed03bc712 kubernetes-helm: 3.5.4 -> 3.6.0 2021-05-27 11:54:57 -05:00