aws-lc: 1.39.0 -> 1.42.0

This commit is contained in:
R. Ryantm
2025-01-12 17:27:01 +00:00
parent 92cd2400b8
commit a884973432
+2 -2
View File
@@ -14,13 +14,13 @@ let
in
awsStdenv.mkDerivation (finalAttrs: {
pname = "aws-lc";
version = "1.39.0";
version = "1.42.0";
src = fetchFromGitHub {
owner = "aws";
repo = "aws-lc";
rev = "v${finalAttrs.version}";
hash = "sha256-LbhSnIjZWBtbU++puuZW2hgswO1lArrD5+uhBZNItNM=";
hash = "sha256-G601ix6PyuvOTel8uGG/HbdyOtRipXL9lmFvnX1l3KA=";
};
outputs = [