about summary refs log tree commit diff
path: root/pkgs/development/libraries/aws-c-auth
diff options
context:
space:
mode:
authorSergei Trofimovich <slyich@gmail.com>2024-01-03 17:15:18 +0000
committerSergei Trofimovich <slyich@gmail.com>2024-01-03 17:15:18 +0000
commit121750d851e9e759b21007e19d826ff801b8efc7 (patch)
tree4d6e11d975c2fa99d75d6284928567b765541428 /pkgs/development/libraries/aws-c-auth
parent0c6502e9830a7bf25258731316dd3c72fb08f94c (diff)
downloadnixlib-121750d851e9e759b21007e19d826ff801b8efc7.tar
nixlib-121750d851e9e759b21007e19d826ff801b8efc7.tar.gz
nixlib-121750d851e9e759b21007e19d826ff801b8efc7.tar.bz2
nixlib-121750d851e9e759b21007e19d826ff801b8efc7.tar.lz
nixlib-121750d851e9e759b21007e19d826ff801b8efc7.tar.xz
nixlib-121750d851e9e759b21007e19d826ff801b8efc7.tar.zst
nixlib-121750d851e9e759b21007e19d826ff801b8efc7.zip
aws-c-auth: 0.7.7 -> 0.7.10
Changes:
- https://github.com/awslabs/aws-c-auth/releases/tag/v0.7.8
- https://github.com/awslabs/aws-c-auth/releases/tag/v0.7.9
- https://github.com/awslabs/aws-c-auth/releases/tag/v0.7.10
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 284671b43f17..f818e35c458e 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.7";
+  version = "0.7.10";
 
   src = fetchFromGitHub {
     owner = "awslabs";
     repo = "aws-c-auth";
     rev = "v${version}";
-    sha256 = "sha256-GO3Sfbi1dwsqQM6rlnEHyE7wolQjdVwD5BAu5ychEuY=";
+    hash = "sha256-yJ0sgw0y9tIiIHgTPVnfYd8zAGjO83qfeeEzstGH9CE=";
   };
 
   nativeBuildInputs = [