summary refs log tree commit diff
diff options
context:
space:
mode:
authorArtturin <Artturin@artturin.com>2023-07-16 01:00:07 +0300
committerArtturin <Artturin@artturin.com>2023-07-16 02:45:39 +0300
commit5c77d5e298e46a133d4a696df2024a4d8a83c64d (patch)
tree77a682a6762850e515f5dd5fcf991873f9c1a211
parent97725d548cea38785765b9ba328ab109fbd50808 (diff)
downloadnixpkgs-5c77d5e298e46a133d4a696df2024a4d8a83c64d.tar
nixpkgs-5c77d5e298e46a133d4a696df2024a4d8a83c64d.tar.gz
nixpkgs-5c77d5e298e46a133d4a696df2024a4d8a83c64d.tar.bz2
nixpkgs-5c77d5e298e46a133d4a696df2024a4d8a83c64d.tar.lz
nixpkgs-5c77d5e298e46a133d4a696df2024a4d8a83c64d.tar.xz
nixpkgs-5c77d5e298e46a133d4a696df2024a4d8a83c64d.tar.zst
nixpkgs-5c77d5e298e46a133d4a696df2024a4d8a83c64d.zip
aws-c-common: 0.8.15 -> 0.8.23
Diff: https://github.com/awslabs/aws-c-common/compare/v0.8.15...v0.8.23
-rw-r--r--pkgs/development/libraries/aws-c-common/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/aws-c-common/default.nix b/pkgs/development/libraries/aws-c-common/default.nix
index 93ac1df0465..1df8bef5be1 100644
--- a/pkgs/development/libraries/aws-c-common/default.nix
+++ b/pkgs/development/libraries/aws-c-common/default.nix
@@ -7,13 +7,13 @@
 
 stdenv.mkDerivation rec {
   pname = "aws-c-common";
-  version = "0.8.15";
+  version = "0.8.23";
 
   src = fetchFromGitHub {
     owner = "awslabs";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-AemFZZwfHdjqX/sXUw1fpusICOa3C7rT6Ofsz5bGYOQ=";
+    sha256 = "sha256-HkRaQnlasayg5Nu2KaEA18360rxAH/tdJ1iqzoi6i2E=";
   };
 
   nativeBuildInputs = [ cmake ];