Skip to content

Commit

Permalink
aws-c-common: 0.6.8 -> 0.6.9
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Aug 14, 2021
1 parent 17b4b70 commit 4539a27
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 4539a27

Please sign in to comment.