Commit db928e65 authored by R. RyanTM's avatar R. RyanTM
Browse files

aws-c-auth: 0.7.23 -> 0.7.25

parent b959f399
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.7.23";
  version = "0.7.25";

  src = fetchFromGitHub {
    owner = "awslabs";
    repo = "aws-c-auth";
    rev = "v${version}";
    hash = "sha256-WQ5mJrPGsjsBGUHGott0wiDbgMbPMgOEt0TkHOvAR9w=";
    hash = "sha256-pj2LnvF1/h8AQNc810U7oYWKun13+qPBNCbGPj3wKlo=";
  };

  nativeBuildInputs = [