Unverified Commit cfa65e75 authored by nixpkgs-merge-bot[bot]'s avatar nixpkgs-merge-bot[bot] Committed by GitHub
Browse files

aws-lc: 1.39.0 -> 1.42.0 (#369942)



Co-authored-by: default avatartheoparis <theo@tinted.dev>
parents a2482da6 a8849734
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = [