Unverified Commit 09003e62 authored by Nikolay Korotkiy's avatar Nikolay Korotkiy Committed by GitHub
Browse files

aws-lc: 1.67.0 -> 1.69.0 (#496135)

parents cf6dec0c 00f0474e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,13 +11,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
  pname = "aws-lc";
  version = "1.67.0";
  version = "1.69.0";

  src = fetchFromGitHub {
    owner = "aws";
    repo = "aws-lc";
    rev = "v${finalAttrs.version}";
    hash = "sha256-p58Re3HvBY/nzyCFvM5Ntx7Mb5OgcNQoZNloAJitDTY=";
    hash = "sha256-ykpPbMONAJK6rEANOn0O7JfIkXPSoPXs1Zr4Bv+eXqQ=";
  };

  outputs = [