aws-c-s3: 0.5.10 -> 0.6.0

This commit is contained in:
R. Ryantm 2024-06-30 01:16:56 +00:00
parent 65ed2124ae
commit 7962ee51d9

View File

@ -14,13 +14,13 @@
stdenv.mkDerivation rec {
pname = "aws-c-s3";
version = "0.5.10";
version = "0.6.0";
src = fetchFromGitHub {
owner = "awslabs";
repo = "aws-c-s3";
rev = "v${version}";
hash = "sha256-yQY5yZFRm/2K97ffyumAQhgPlU6Nzy8PDGcy9L53Y84=";
hash = "sha256-qPVITirqhExIeayh6AWEyAXPlkUtk7gkIcmT/IpNisw=";
};
nativeBuildInputs = [