about summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2024-06-04 09:52:04 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2024-06-04 09:52:04 +0000
commit2de5ff8a81e5cb36f71e92d824dc99d861f1e565 (patch)
tree55652584972af1a488704795a099c2b34f9c3bcf
parentc3759101288ea92aec42ab7b8aed4e967cfb8eb3 (diff)
aws-c-cal: 0.6.12 -> 0.6.15
-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 5f4c303265d94..6b88fa8aa47e4 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 (finalAttrs: {
   pname = "aws-c-cal";
-  version = "0.6.12";
+  version = "0.6.15";
 
   src = fetchFromGitHub {
     owner = "awslabs";
     repo = finalAttrs.pname;
     rev = "v${finalAttrs.version}";
-    hash = "sha256-aegK01wYdOc6RGNVf/dZKn1HkqQr+yEblcu6hnlMZE4=";
+    hash = "sha256-RrUJz3IqwbBJ8NuJTIWqK33FlJHolcaid55PT2EhO24=";
   };
 
   patches = [