fetchs3: use awscli2

This commit is contained in:
Anthony Roussel 2026-01-19 00:03:32 +01:00
parent c24404ca75
commit f6b7996697
No known key found for this signature in database
GPG key ID: 2E44EB570B6688B3

View file

@ -1,7 +1,7 @@
{
lib,
runCommand,
awscli,
awscli2,
}:
lib.fetchers.withNormalizedHash { } (
{
@ -33,7 +33,7 @@ lib.fetchers.withNormalizedHash { } (
runCommand name
(
{
nativeBuildInputs = [ awscli ];
nativeBuildInputs = [ awscli2 ];
inherit outputHash outputHashAlgo;
outputHashMode = if recursiveHash then "recursive" else "flat";