summary refs log tree commit diff
path: root/pkgs/development/libraries/aws-c-auth/default.nix
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-11-11 06:49:20 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-11-11 06:49:20 +0000
commit8367902e491055e3f084d01ad9eae5afc03e3874 (patch)
treeab1d573000a14b4b49da12245b312ab3b3eecbbb /pkgs/development/libraries/aws-c-auth/default.nix
parentd86977fda8198644dabb84658d36d5d99cfe2af2 (diff)
aws-c-auth: 0.6.18 -> 0.6.19
Diffstat (limited to 'pkgs/development/libraries/aws-c-auth/default.nix')
-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 156f45f873bfd..c8e6f6a1faf56 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.18";
+  version = "0.6.19";
 
   src = fetchFromGitHub {
     owner = "awslabs";
     repo = "aws-c-auth";
     rev = "v${version}";
-    sha256 = "sha256-id4PrPK40yG7DDVh5QWwq2PP7QAso47vgWT8TxIVYXY=";
+    sha256 = "sha256-UozpsGdn/Y9lFot/QMIYcLhUcBfbXu/3gQHEzY5zPD0=";
   };
 
   nativeBuildInputs = [