about summary refs log tree commit diff
path: root/pkgs/development/libraries/aws-c-cal
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-03-11 03:54:16 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-03-11 03:54:16 +0000
commit2334963465d4d1b13e8520c5f83039cba2f1edbe (patch)
tree99ef18d8b11e2e90ca99ce39cc7a7c33e52b9553 /pkgs/development/libraries/aws-c-cal
parent0af84dc3af38e385fb28ebe16e572087a374e0e7 (diff)
aws-c-cal: 0.5.20 -> 0.5.21
Diffstat (limited to 'pkgs/development/libraries/aws-c-cal')
-rw-r--r--pkgs/development/libraries/aws-c-cal/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/aws-c-cal/default.nix b/pkgs/development/libraries/aws-c-cal/default.nix
index 7e38053dab408..3abca93780607 100644
--- a/pkgs/development/libraries/aws-c-cal/default.nix
+++ b/pkgs/development/libraries/aws-c-cal/default.nix
@@ -2,13 +2,13 @@
 
 stdenv.mkDerivation rec {
   pname = "aws-c-cal";
-  version = "0.5.20";
+  version = "0.5.21";
 
   src = fetchFromGitHub {
     owner = "awslabs";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-YBZrOyianmD0E5WcklLkud1WGF/t08XIbfu5qbEo+g4=";
+    sha256 = "sha256-WMCLVwRrgwFsaqoKtbQNt0bHVYi1LUZt5r0i3oAfWFE=";
   };
 
   nativeBuildInputs = [ cmake ];