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-08-02 09:58:27 +0000
committerSandro Jäckel <sandro.jaeckel@sap.com>2022-08-02 15:08:43 +0200
commitf22cd644b0e573bc041c4e4ed9f759711ef0b6d8 (patch)
tree73d4b316c77cebe985be3dbdea2516094e4f9c43 /pkgs/development/libraries/aws-c-auth
parent2e84bb9740460f4b7a961ca8a5f8cd9332d6d919 (diff)
downloadnixlib-f22cd644b0e573bc041c4e4ed9f759711ef0b6d8.tar
nixlib-f22cd644b0e573bc041c4e4ed9f759711ef0b6d8.tar.gz
nixlib-f22cd644b0e573bc041c4e4ed9f759711ef0b6d8.tar.bz2
nixlib-f22cd644b0e573bc041c4e4ed9f759711ef0b6d8.tar.lz
nixlib-f22cd644b0e573bc041c4e4ed9f759711ef0b6d8.tar.xz
nixlib-f22cd644b0e573bc041c4e4ed9f759711ef0b6d8.tar.zst
nixlib-f22cd644b0e573bc041c4e4ed9f759711ef0b6d8.zip
aws-c-auth: 0.6.13 -> 0.6.14
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 2c70c3e8acba..9045944ad193 100644
--- a/pkgs/development/libraries/aws-c-auth/default.nix
+++ b/pkgs/development/libraries/aws-c-auth/default.nix
@@ -12,13 +12,13 @@
 
 stdenv.mkDerivation rec {
   pname = "aws-c-auth";
-  version = "0.6.13";
+  version = "0.6.14";
 
   src = fetchFromGitHub {
     owner = "awslabs";
     repo = "aws-c-auth";
     rev = "v${version}";
-    sha256 = "sha256-f1STZdxj8cdK60dCgl2Xfsqaa/x3Z1xEjH3p4GUwGUg=";
+    sha256 = "sha256-Wi1vW0EYgtOltPI5FMhY5je2ZMF9R5ch4nIjENva+FU=";
   };
 
   nativeBuildInputs = [