aws-lc: 1.50.0 -> 1.51.2 (#404364)

Co-authored-by: theoparis <theo@theoparis.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-05-17 05:33:28 +00:00
committed by GitHub
+2 -2
View File
@@ -10,13 +10,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "aws-lc";
version = "1.50.0";
version = "1.51.2";
src = fetchFromGitHub {
owner = "aws";
repo = "aws-lc";
rev = "v${finalAttrs.version}";
hash = "sha256-aYill04Fs/mJFCmzP/tlwUcPRHJz6R9knQWKGEOMwfQ=";
hash = "sha256-Of4zXFO2+2uvu5xi4tmzUK9F5pJ+VyKQOrLpdYPvhSA=";
};
outputs = [