mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-03-08 01:24:09 +01:00
fetchs3: use awscli2
This commit is contained in:
parent
c24404ca75
commit
f6b7996697
1 changed files with 2 additions and 2 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue