about summary refs log tree commit diff
path: root/pkgs/development/libraries/aws-c-auth
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-10-24 07:32:59 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-10-24 07:32:59 +0000
commite0181205fe7808bfd17a05d156aa67a430b2fa94 (patch)
tree63647bd6994aca6a31220581c7b8ef39f617b104 /pkgs/development/libraries/aws-c-auth
parentcb8f9021fe26467137a0d0343c46f3a5e1b78fc5 (diff)
downloadnixlib-e0181205fe7808bfd17a05d156aa67a430b2fa94.tar
nixlib-e0181205fe7808bfd17a05d156aa67a430b2fa94.tar.gz
nixlib-e0181205fe7808bfd17a05d156aa67a430b2fa94.tar.bz2
nixlib-e0181205fe7808bfd17a05d156aa67a430b2fa94.tar.lz
nixlib-e0181205fe7808bfd17a05d156aa67a430b2fa94.tar.xz
nixlib-e0181205fe7808bfd17a05d156aa67a430b2fa94.tar.zst
nixlib-e0181205fe7808bfd17a05d156aa67a430b2fa94.zip
aws-c-auth: 0.6.16 -> 0.6.18
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 ebf95805987f..156f45f873bf 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.16";
+  version = "0.6.18";
 
   src = fetchFromGitHub {
     owner = "awslabs";
     repo = "aws-c-auth";
     rev = "v${version}";
-    sha256 = "sha256-JUCnrnJnXDCsdw9UcmujoxZ+cE9PDmqQNHYyvjSVBpw=";
+    sha256 = "sha256-id4PrPK40yG7DDVh5QWwq2PP7QAso47vgWT8TxIVYXY=";
   };
 
   nativeBuildInputs = [