aws-lc: 1.42.0 -> 1.46.1 (#376865)

This commit is contained in:
Wolfgang Walther
2025-02-25 19:11:25 +01:00
committed by GitHub
+2 -2
View File
@@ -14,13 +14,13 @@ let
in
awsStdenv.mkDerivation (finalAttrs: {
pname = "aws-lc";
version = "1.42.0";
version = "1.46.1";
src = fetchFromGitHub {
owner = "aws";
repo = "aws-lc";
rev = "v${finalAttrs.version}";
hash = "sha256-G601ix6PyuvOTel8uGG/HbdyOtRipXL9lmFvnX1l3KA=";
hash = "sha256-VuyPR7MVccKo/RROatKos8B3TyyBuNTIZBwgAUVbfgk=";
};
outputs = [