Loading pkgs/development/tools/aws-sam-cli/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -11,14 +11,14 @@ python3.pkgs.buildPythonApplication rec { pname = "aws-sam-cli"; version = "1.120.0"; version = "1.127.0"; pyproject = true; src = fetchFromGitHub { owner = "aws"; repo = "aws-sam-cli"; rev = "refs/tags/v${version}"; hash = "sha256-XFVh7e9ooIBhWRkVovPdrSuyosBMQ84PDRjV2o0x9ns="; hash = "sha256-5/zXvO5xrNkhPCei4O/nMXA/e18VNrED2lpBbflaJLQ="; }; build-system = with python3.pkgs; [ setuptools ]; Loading Loading
pkgs/development/tools/aws-sam-cli/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -11,14 +11,14 @@ python3.pkgs.buildPythonApplication rec { pname = "aws-sam-cli"; version = "1.120.0"; version = "1.127.0"; pyproject = true; src = fetchFromGitHub { owner = "aws"; repo = "aws-sam-cli"; rev = "refs/tags/v${version}"; hash = "sha256-XFVh7e9ooIBhWRkVovPdrSuyosBMQ84PDRjV2o0x9ns="; hash = "sha256-5/zXvO5xrNkhPCei4O/nMXA/e18VNrED2lpBbflaJLQ="; }; build-system = with python3.pkgs; [ setuptools ]; Loading