Skip to content

Commit

Permalink
Merge pull request #323516 from r-ryantm/auto-update/aws-c-s3
Browse files Browse the repository at this point in the history
aws-c-s3: 0.5.10 -> 0.6.0
  • Loading branch information
wegank authored Jul 10, 2024
2 parents 96b59d0 + 7962ee5 commit 2ead34d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/aws-c-s3/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down

0 comments on commit 2ead34d

Please sign in to comment.