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>2022-11-11 06:50:00 +0000
committerMario Rodas <marsam@users.noreply.github.com>2022-11-11 06:50:00 +0000
commitf5695368dcf01c837dff9172a9e1c901956c409f (patch)
tree0d9a00c5894cdf48426e8215dc9e7421fd8f9fdb /pkgs/development/libraries/aws-c-auth
parent8367902e491055e3f084d01ad9eae5afc03e3874 (diff)
downloadnixlib-f5695368dcf01c837dff9172a9e1c901956c409f.tar
nixlib-f5695368dcf01c837dff9172a9e1c901956c409f.tar.gz
nixlib-f5695368dcf01c837dff9172a9e1c901956c409f.tar.bz2
nixlib-f5695368dcf01c837dff9172a9e1c901956c409f.tar.lz
nixlib-f5695368dcf01c837dff9172a9e1c901956c409f.tar.xz
nixlib-f5695368dcf01c837dff9172a9e1c901956c409f.tar.zst
nixlib-f5695368dcf01c837dff9172a9e1c901956c409f.zip
aws-c-auth: 0.6.19 -> 0.6.20
https://github.com/awslabs/aws-c-auth/releases/tag/v0.6.20
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 c8e6f6a1faf5..0720b836388b 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.19";
+  version = "0.6.20";
 
   src = fetchFromGitHub {
     owner = "awslabs";
     repo = "aws-c-auth";
     rev = "v${version}";
-    sha256 = "sha256-UozpsGdn/Y9lFot/QMIYcLhUcBfbXu/3gQHEzY5zPD0=";
+    sha256 = "sha256-d6o+ClQMhoSU8wjdP0nr+g6r4ZqzXhxBJcEfTOSlS7o=";
   };
 
   nativeBuildInputs = [