Skip to content

Commit ffe0bf4

Browse files
authoredOct 7, 2024
chore: bump awslc(non FIPS) to 1.36.0 (#4821)
1 parent d65d495 commit ffe0bf4

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed
 

‎codebuild/bin/install_awslc.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ fi
3939
if [ "$IS_FIPS" == "1" ]; then
4040
AWSLC_VERSION=AWS-LC-FIPS-1.0.3
4141
else
42-
AWSLC_VERSION=v1.33.0
42+
AWSLC_VERSION=v1.36.0
4343
fi
4444
mkdir -p "$BUILD_DIR"||true
4545
cd "$BUILD_DIR"

‎flake.lock

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎flake.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

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

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

0 commit comments

Comments
 (0)
Failed to load comments.