Commit 8367902e authored by R. RyanTM's avatar R. RyanTM
Browse files

aws-c-auth: 0.6.18 -> 0.6.19

parent d86977fd
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.19";

  src = fetchFromGitHub {
    owner = "awslabs";
    repo = "aws-c-auth";
    rev = "v${version}";
    sha256 = "sha256-id4PrPK40yG7DDVh5QWwq2PP7QAso47vgWT8TxIVYXY=";
    sha256 = "sha256-UozpsGdn/Y9lFot/QMIYcLhUcBfbXu/3gQHEzY5zPD0=";
  };

  nativeBuildInputs = [