aws-lc: 1.69.0 -> 5.0.0 (#528456)

This commit is contained in:
Michael Daniels
2026-06-14 01:34:26 +00:00
committed by GitHub
+7 -2
View File
@@ -11,13 +11,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "aws-lc";
version = "1.69.0";
version = "5.0.0";
src = fetchFromGitHub {
owner = "aws";
repo = "aws-lc";
rev = "v${finalAttrs.version}";
hash = "sha256-ykpPbMONAJK6rEANOn0O7JfIkXPSoPXs1Zr4Bv+eXqQ=";
hash = "sha256-Dvy6mzEfKgimxCGp7q2fPk9urBMJMU6gZmaZXwdZfWw=";
};
outputs = [
@@ -47,6 +47,11 @@ stdenv.mkDerivation (finalAttrs: {
runHook postCheck
'';
postInstall = ''
moveToOutput lib/crypto/cmake "$dev"
moveToOutput lib/ssl/cmake "$dev"
'';
env.NIX_CFLAGS_COMPILE = toString (
lib.optionals stdenv.cc.isGNU [
# Needed with GCC 12 but breaks on darwin (with clang)