Skip to content

Commit

Permalink
Merge pull request #133857 from r-ryantm/auto-update/aws-c-common
Browse files Browse the repository at this point in the history
aws-c-common: 0.6.8 -> 0.6.9
  • Loading branch information
SuperSandro2000 authored Aug 14, 2021
2 parents de51487 + 4539a27 commit 76ee53e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/aws-c-common/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@

stdenv.mkDerivation rec {
pname = "aws-c-common";
version = "0.6.8";
version = "0.6.9";

src = fetchFromGitHub {
owner = "awslabs";
repo = pname;
rev = "v${version}";
sha256 = "sha256-wtgD8txViYu7yXdnID6TTf4gCDmvebD19XRxFnubndY=";
sha256 = "sha256-bnKIL51AW+0T87BxEazXDZElYqiwOUHQVEDKOCUzsbM=";
};

nativeBuildInputs = [ cmake ];
Expand Down

0 comments on commit 76ee53e

Please sign in to comment.