Merge pull request #202151 from r-ryantm/auto-update/aws-c-sdkutils

aws-c-sdkutils: 0.1.6 -> 0.1.7
This commit is contained in:
Mario Rodas 2022-11-21 09:12:51 -05:00 committed by GitHub
commit 33b08bbfe3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,13 +7,13 @@
stdenv.mkDerivation rec {
pname = "aws-c-sdkutils";
version = "0.1.6";
version = "0.1.7";
src = fetchFromGitHub {
owner = "awslabs";
repo = "aws-c-sdkutils";
rev = "v${version}";
sha256 = "sha256-KfQKOQrSgTy9Z+iUGnLblRArkq3xnFEnSq6HajcbysQ=";
sha256 = "sha256-qu/+xYorB+QXP5Ixj5ZFP9ZenVYV6hcmxHnH14DEgrU=";
};
nativeBuildInputs = [