Unverified Commit 8fb7b99c authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #200651 from r-ryantm/auto-update/aws-c-auth

aws-c-auth: 0.6.18 -> 0.6.19
parents a57575aa f5695368
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -14,13 +14,13 @@

stdenv.mkDerivation rec {
  pname = "aws-c-auth";
  version = "0.6.18";
  version = "0.6.20";

  src = fetchFromGitHub {
    owner = "awslabs";
    repo = "aws-c-auth";
    rev = "v${version}";
    sha256 = "sha256-id4PrPK40yG7DDVh5QWwq2PP7QAso47vgWT8TxIVYXY=";
    sha256 = "sha256-d6o+ClQMhoSU8wjdP0nr+g6r4ZqzXhxBJcEfTOSlS7o=";
  };

  nativeBuildInputs = [