about summary refs log tree commit diff
path: root/pkgs/development/libraries/aws-c-auth
diff options
context:
space:
mode:
authorRyan Burns <rtburns@protonmail.com>2023-01-15 17:20:25 -0800
committerRyan Burns <rtburns@protonmail.com>2023-01-15 17:20:25 -0800
commitaf5fa39b59acd4b72f764911eed7f550fb027fb9 (patch)
treecf68703dd7ecf7c34ba99b6fbe52e6f0a1cd443a /pkgs/development/libraries/aws-c-auth
parent5c4ad3bdad1f592ae67325936c9097bdd7d71c59 (diff)
downloadnixlib-af5fa39b59acd4b72f764911eed7f550fb027fb9.tar
nixlib-af5fa39b59acd4b72f764911eed7f550fb027fb9.tar.gz
nixlib-af5fa39b59acd4b72f764911eed7f550fb027fb9.tar.bz2
nixlib-af5fa39b59acd4b72f764911eed7f550fb027fb9.tar.lz
nixlib-af5fa39b59acd4b72f764911eed7f550fb027fb9.tar.xz
nixlib-af5fa39b59acd4b72f764911eed7f550fb027fb9.tar.zst
nixlib-af5fa39b59acd4b72f764911eed7f550fb027fb9.zip
aws-c-auth: 0.6.21 -> 0.6.22
Diff: https://github.com/awslabs/aws-c-auth/compare/v0.6.21...v0.6.22
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 e901d8887bd4..2a7bc10304c1 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.21";
+  version = "0.6.22";
 
   src = fetchFromGitHub {
     owner = "awslabs";
     repo = "aws-c-auth";
     rev = "v${version}";
-    sha256 = "sha256-RVwSSr0EgVnZt/uUAldWQdjBw6/L+CHUutWcinysvNw=";
+    sha256 = "sha256-crqoUXPf+2/bhKvvw6fiKNqozVqczbf+aSlK390/w/Q=";
   };
 
   nativeBuildInputs = [