Unverified Commit 22554c41 authored by Wolfgang Walther's avatar Wolfgang Walther Committed by GitHub
Browse files

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

parents ac29cc64 d0fe9a13
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.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 = [