aws-c-http: 0.8.1 -> 0.8.2

This commit is contained in:
R. Ryantm 2024-06-09 06:39:22 +00:00
parent 2a823de133
commit 3258cf2d0e

View File

@ -11,13 +11,13 @@
stdenv.mkDerivation rec {
pname = "aws-c-http";
version = "0.8.1";
version = "0.8.2";
src = fetchFromGitHub {
owner = "awslabs";
repo = "aws-c-http";
rev = "v${version}";
hash = "sha256-S5ETVkdGTndt2GJBNL4DU5SycHAufsmN06xBDRMFVKo=";
hash = "sha256-86auAZGoaYIpoTVlB9uC+nKMNt1QRNor+/68B5D36r8=";
};
nativeBuildInputs = [