aws-c-s3: 0.2.2 -> 0.2.8

Diff: https://github.com/awslabs/aws-c-s3/compare/v0.2.2...v0.2.8
This commit is contained in:
Artturin 2023-04-10 00:44:59 +03:00
parent 5fff14c527
commit fd493aee17

View file

@ -14,13 +14,13 @@
stdenv.mkDerivation rec {
pname = "aws-c-s3";
version = "0.2.2";
version = "0.2.8";
src = fetchFromGitHub {
owner = "awslabs";
repo = "aws-c-s3";
rev = "v${version}";
sha256 = "sha256-hPb9KTq/+OrUlE5EtmE6PYvtxsEmBb8K9ab7CAaELNo=";
sha256 = "sha256-kwYzsKdEy+e0GxqYcakcdwoaC2LLPZe8E7bZNrmqok0=";
};
nativeBuildInputs = [