about summary refs log tree commit diff
path: root/pkgs/development/libraries/aws-c-auth
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2024-03-28 04:20:00 +0000
committerMario Rodas <marsam@users.noreply.github.com>2024-03-28 04:20:00 +0000
commit0cfc0b0b72ffd61fa22be36e65ada801a8d1421b (patch)
treedba40ee2a53c611f8317e0a813789349a997ec0f /pkgs/development/libraries/aws-c-auth
parentb7f5afe90a1fab041f968d22be0b223d37092a87 (diff)
aws-c-auth: 0.7.10 -> 0.7.16
Diff: https://github.com/awslabs/aws-c-auth/compare/v0.7.10...v0.7.16
Diffstat (limited to 'pkgs/development/libraries/aws-c-auth')
-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 f818e35c458e8..7a7d808795587 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.7.10";
+  version = "0.7.16";
 
   src = fetchFromGitHub {
     owner = "awslabs";
     repo = "aws-c-auth";
     rev = "v${version}";
-    hash = "sha256-yJ0sgw0y9tIiIHgTPVnfYd8zAGjO83qfeeEzstGH9CE=";
+    hash = "sha256-76sBv4oChDrkv80HPktkULFNC37kfTNxjlwNg/FJiyA=";
   };
 
   nativeBuildInputs = [