Unverified Commit 358cece9 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

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

aws-c-io: 0.13.14 -> 0.13.15
parents cc9ed1e3 f6a7a457
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.14";
  version = "0.13.15";

  src = fetchFromGitHub {
    owner = "awslabs";
    repo = pname;
    rev = "v${version}";
    sha256 = "sha256-3ROSBjRvl036dslLZF5WgdBnlRvafrNaRzt65wfnk0s=";
    sha256 = "sha256-UunYt5S8Xz/EZOojl+by3LaHidBE/P4Uwppm4SeHVP0=";
  };

  nativeBuildInputs = [ cmake ];