about summary refs log tree commit diff
path: root/pkgs/development/libraries/aws-c-auth
diff options
context:
space:
mode:
authorArtturin <Artturin@artturin.com>2023-04-10 00:31:18 +0300
committerArtturin <Artturin@artturin.com>2023-04-10 19:03:12 +0300
commit39c62c37d962b93dd1d883a9f66eefe7f113981d (patch)
tree6d33ff72e91540f34727ac44046b18aabc744a2c /pkgs/development/libraries/aws-c-auth
parent0cd484f41331a6b911511469a7ee2f3e1f72091f (diff)
downloadnixlib-39c62c37d962b93dd1d883a9f66eefe7f113981d.tar
nixlib-39c62c37d962b93dd1d883a9f66eefe7f113981d.tar.gz
nixlib-39c62c37d962b93dd1d883a9f66eefe7f113981d.tar.bz2
nixlib-39c62c37d962b93dd1d883a9f66eefe7f113981d.tar.lz
nixlib-39c62c37d962b93dd1d883a9f66eefe7f113981d.tar.xz
nixlib-39c62c37d962b93dd1d883a9f66eefe7f113981d.tar.zst
nixlib-39c62c37d962b93dd1d883a9f66eefe7f113981d.zip
aws-c-auth: 0.6.22 -> 0.6.26
Diff: https://github.com/awslabs/aws-c-auth/compare/v0.6.22...v0.6.26
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 2a7bc10304c1..fa170ba2b969 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.22";
+  version = "0.6.26";
 
   src = fetchFromGitHub {
     owner = "awslabs";
     repo = "aws-c-auth";
     rev = "v${version}";
-    sha256 = "sha256-crqoUXPf+2/bhKvvw6fiKNqozVqczbf+aSlK390/w/Q=";
+    sha256 = "sha256-PvdkTw5JydJT0TbXLB2C9tk4T+ho+fAbaw4jU9m5KuU=";
   };
 
   nativeBuildInputs = [