We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a2482da + a884973 commit cfa65e7Copy full SHA for cfa65e7
pkgs/by-name/aw/aws-lc/package.nix
@@ -14,13 +14,13 @@ let
14
in
15
awsStdenv.mkDerivation (finalAttrs: {
16
pname = "aws-lc";
17
- version = "1.39.0";
+ version = "1.42.0";
18
19
src = fetchFromGitHub {
20
owner = "aws";
21
repo = "aws-lc";
22
rev = "v${finalAttrs.version}";
23
- hash = "sha256-LbhSnIjZWBtbU++puuZW2hgswO1lArrD5+uhBZNItNM=";
+ hash = "sha256-G601ix6PyuvOTel8uGG/HbdyOtRipXL9lmFvnX1l3KA=";
24
};
25
26
outputs = [
0 commit comments