From af5fa39b59acd4b72f764911eed7f550fb027fb9 Mon Sep 17 00:00:00 2001 From: Ryan Burns Date: Sun, 15 Jan 2023 17:20:25 -0800 Subject: [PATCH] aws-c-auth: 0.6.21 -> 0.6.22 Diff: https://github.com/awslabs/aws-c-auth/compare/v0.6.21...v0.6.22 --- pkgs/development/libraries/aws-c-auth/default.nix | 4 ++-- 1 file 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 e901d8887bd4..2a7bc10304c1 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.21"; + version = "0.6.22"; src = fetchFromGitHub { owner = "awslabs"; repo = "aws-c-auth"; rev = "v${version}"; - sha256 = "sha256-RVwSSr0EgVnZt/uUAldWQdjBw6/L+CHUutWcinysvNw="; + sha256 = "sha256-crqoUXPf+2/bhKvvw6fiKNqozVqczbf+aSlK390/w/Q="; }; nativeBuildInputs = [