Unverified Commit b7053236 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

aws-lc: 1.49.0 -> 1.49.1 (#397275)

parents 3e48b3a9 5bf7b937
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.49.0";
  version = "1.49.1";

  src = fetchFromGitHub {
    owner = "aws";
    repo = "aws-lc";
    rev = "v${finalAttrs.version}";
    hash = "sha256-xJ+CIuYEpRN/P96gs9SpdAJehHy0NEoMvsroYZAHARk=";
    hash = "sha256-gnYtzXHaS7QLcVmIcQsQDy6wNesQJ2ruE9W32HqiA5A=";
  };

  outputs = [