aws-c-s3: 0.4.0 -> 0.5.4

Diff: https://github.com/awslabs/aws-c-s3/compare/v0.4.0...v0.5.4
This commit is contained in:
Mario Rodas 2024-03-28 04:20:00 +00:00
parent d6dccb1e97
commit 4e0f3a5498
1 changed files with 2 additions and 2 deletions

View File

@ -14,13 +14,13 @@
stdenv.mkDerivation rec {
pname = "aws-c-s3";
version = "0.4.0";
version = "0.5.4";
src = fetchFromGitHub {
owner = "awslabs";
repo = "aws-c-s3";
rev = "v${version}";
sha256 = "sha256-tb9h78Gd4N11DPB2ETq241lvDQqHIy2HYBsJrBlLpxA=";
hash = "sha256-8eKQsP7AftNDccsZHPC9PcwpbpgZSvsioUuSsiggQDs=";
};
nativeBuildInputs = [