mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-19 03:14:03 +00:00
awscli2: 2.9.6 -> 2.9.8
This commit is contained in:
parent
632ae1130d
commit
e3fbf88004
@ -34,14 +34,14 @@ let
|
||||
in
|
||||
with py.pkgs; buildPythonApplication rec {
|
||||
pname = "awscli2";
|
||||
version = "2.9.6"; # N.B: if you change this, check if overrides are still up-to-date
|
||||
version = "2.9.8"; # N.B: if you change this, check if overrides are still up-to-date
|
||||
format = "pyproject";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "aws";
|
||||
repo = "aws-cli";
|
||||
rev = version;
|
||||
hash = "sha256-3zB0Uy2pmkrOLb+/mXZGs/pnzo6zi2zVPyeNPGPVQJM=";
|
||||
hash = "sha256-Q1iHGwkFg0rkunwEgWQIqLEPAGfOLfqA1UpjmCe2x8M=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
@ -120,6 +120,8 @@ with py.pkgs; buildPythonApplication rec {
|
||||
python = py; # for aws_shell
|
||||
updateScript = nix-update-script {
|
||||
attrPath = pname;
|
||||
# Excludes 1.x versions from the Github tags list
|
||||
extraArgs = [ "--version-regex" "^(2\.(.*))" ];
|
||||
};
|
||||
tests.version = testers.testVersion {
|
||||
package = awscli2;
|
||||
|
Loading…
Reference in New Issue
Block a user