Skip to content

Commit

Permalink
aws-c-sdkutils: 0.1.15 -> 0.1.16
Browse files Browse the repository at this point in the history
  • Loading branch information
Artturin committed May 1, 2024
1 parent c3462c3 commit c11f748
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/aws-c-sdkutils/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@

stdenv.mkDerivation rec {
pname = "aws-c-sdkutils";
version = "0.1.15";
version = "0.1.16";

src = fetchFromGitHub {
owner = "awslabs";
repo = "aws-c-sdkutils";
rev = "v${version}";
hash = "sha256-RTRDbdv+QmRG0Sk/R9qhl45WYEVyl+M0EceLFsoONTI=";
hash = "sha256-ih7U2uP5FrBx6or1Rp/k+HWDE6evEZyNM//wsPxH9Qo=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit c11f748

Please sign in to comment.