about summary refs log tree commit diff
path: root/pkgs/development/libraries/aws-c-cal
diff options
context:
space:
mode:
authorRyan Burns <rtburns@protonmail.com>2021-11-20 16:29:31 -0800
committerRyan Burns <rtburns@protonmail.com>2021-11-21 12:33:33 -0800
commitf09fff1e1f0d6a671f713006367474314dc5649f (patch)
treec827b5e2afa2f649f962050adcb303c58c1787d2 /pkgs/development/libraries/aws-c-cal
parent181ee83bff05cf9ae056e703ca87c018f27713d7 (diff)
aws-c-cal: 0.5.11 -> 0.5.12
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 d0bcfc9010842..87d66e15355da 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.11";
+  version = "0.5.12";
 
   src = fetchFromGitHub {
     owner = "awslabs";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-rmEsDsY50IKpCpQTvAFEkgCtuHwwgwMwcRpBUyyZGGc=";
+    sha256 = "sha256-KzuaT9c1l9Uhyj6IEy8JfDYzEYI2OcUkq+KRDoJx+Cc=";
   };
 
   nativeBuildInputs = [ cmake ];