summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2022-11-21 09:12:02 -0500
committerGitHub <noreply@github.com>2022-11-21 09:12:02 -0500
commit23479a2793b7e1decd8702905bb6fa86d4bdc5d6 (patch)
tree745eba58288641a0c541e6be8903756c628f239d /pkgs/development
parentceecc713047e3dc8aa39ea9ebeda34b9ff6c4a67 (diff)
parent55d8fccd2d2dfd7b9e542255447fc586f23ed99a (diff)
Merge pull request #202158 from r-ryantm/auto-update/aws-c-auth
aws-c-auth: 0.6.20 -> 0.6.21
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/libraries/aws-c-auth/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/aws-c-auth/default.nix b/pkgs/development/libraries/aws-c-auth/default.nix
index 0720b836388b6..e901d8887bd49 100644
--- a/pkgs/development/libraries/aws-c-auth/default.nix
+++ b/pkgs/development/libraries/aws-c-auth/default.nix
@@ -14,13 +14,13 @@
 
 stdenv.mkDerivation rec {
   pname = "aws-c-auth";
-  version = "0.6.20";
+  version = "0.6.21";
 
   src = fetchFromGitHub {
     owner = "awslabs";
     repo = "aws-c-auth";
     rev = "v${version}";
-    sha256 = "sha256-d6o+ClQMhoSU8wjdP0nr+g6r4ZqzXhxBJcEfTOSlS7o=";
+    sha256 = "sha256-RVwSSr0EgVnZt/uUAldWQdjBw6/L+CHUutWcinysvNw=";
   };
 
   nativeBuildInputs = [