Skip to content

Commit

Permalink
chore: bump awslc(non FIPS) to 1.36.0 (#4821)
Browse files Browse the repository at this point in the history
  • Loading branch information
dougch authored Oct 7, 2024
1 parent d65d495 commit ffe0bf4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion codebuild/bin/install_awslc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ fi
if [ "$IS_FIPS" == "1" ]; then
AWSLC_VERSION=AWS-LC-FIPS-1.0.3
else
AWSLC_VERSION=v1.33.0
AWSLC_VERSION=v1.36.0
fi
mkdir -p "$BUILD_DIR"||true
cd "$BUILD_DIR"
Expand Down
8 changes: 4 additions & 4 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixos-22.11";
# TODO: https://github.com/aws/aws-lc/pull/830
inputs.awslc.url = "github:dougch/aws-lc?ref=nixv1.33.0";
inputs.awslc.url = "github:dougch/aws-lc?ref=nixv1.36.0";

outputs = { self, nix, nixpkgs, awslc, flake-utils }:
flake-utils.lib.eachDefaultSystem (system:
Expand Down

0 comments on commit ffe0bf4

Please sign in to comment.