aws-sam-cli 0 -> 1 attrpath: aws-sam-cli Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/dmkzwkj7z4iip9jrbw66j82ivvbyxmmi-packages.json.drv building '/nix/store/dmkzwkj7z4iip9jrbw66j82ivvbyxmmi-packages.json.drv'... Going to be running update for following packages: - aws-sam-cli-1.108.0 Press Enter key to continue... Running update for: - aws-sam-cli-1.108.0: UPDATING ... - aws-sam-cli-1.108.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/tools/aws-sam-cli/default.nix b/pkgs/development/tools/aws-sam-cli/default.nix index 45c3e4c62a7a..8edb643b8637 100644 --- a/pkgs/development/tools/aws-sam-cli/default.nix +++ b/pkgs/development/tools/aws-sam-cli/default.nix @@ -10,7 +10,7 @@ python3.pkgs.buildPythonApplication rec { pname = "aws-sam-cli"; - version = "1.108.0"; + version = "1.110.0"; format = "pyproject"; disabled = python3.pythonOlder "3.8"; @@ -19,7 +19,7 @@ python3.pkgs.buildPythonApplication rec { owner = "aws"; repo = "aws-sam-cli"; rev = "refs/tags/v${version}"; - hash = "sha256-k6SXCFkISyfr5/0vhe/Dfzs4qsVfu14lFx/bl53QxR4="; + hash = "sha256-FJHHEsdi2uGP9/GxrANsVEuxZiS4M4BPBGoARQBQpkA="; }; nativeBuildInputs = with python3.pkgs; [ No auto update branch exists There might already be an open PR for this update: - aws-sam-cli: 1.108.0 -> 1.110.0 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/291340"