Unverified Commit 7cf58050 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #202161 from r-ryantm/auto-update/aws-c-io

aws-c-io: 0.13.9 -> 0.13.11
parents 33b08bbf 85c5ea38
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,13 +2,13 @@

stdenv.mkDerivation rec {
  pname = "aws-c-io";
  version = "0.13.9";
  version = "0.13.11";

  src = fetchFromGitHub {
    owner = "awslabs";
    repo = pname;
    rev = "v${version}";
    sha256 = "sha256-G7FYWrpg4TLsfK6C3JCTWkZ65iu3+gF3To5qYgUAqb0=";
    sha256 = "sha256-3HNfEZ/PMHLhPp7boYyY/x5wXN9Eg+G1400q1riG2oI=";
  };

  nativeBuildInputs = [ cmake ];