mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-06-05 21:03:40 +00:00
fetchs3: use awscli2
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user