about summary refs log tree commit diff
path: root/pkgs/development/libraries/aws-c-io
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2021-01-19 05:55:46 +0000
committerR. RyanTM <ryantm-bot@ryantm.com>2021-01-19 05:55:46 +0000
commite5ad3c2b4e682f13046c7dcac896b2a44a248e6d (patch)
tree672751e250b32ac8d5ae344a78e67393e30ddcf6 /pkgs/development/libraries/aws-c-io
parent66552e6b3c59df2e29fa0ecf383512dbed1bda12 (diff)
aws-c-io: 0.7.0 -> 0.7.1
Diffstat (limited to 'pkgs/development/libraries/aws-c-io')
-rw-r--r--pkgs/development/libraries/aws-c-io/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/aws-c-io/default.nix b/pkgs/development/libraries/aws-c-io/default.nix
index eda87ba2c5346..e2074cc835a63 100644
--- a/pkgs/development/libraries/aws-c-io/default.nix
+++ b/pkgs/development/libraries/aws-c-io/default.nix
@@ -2,13 +2,13 @@
 
 stdenv.mkDerivation rec {
   pname = "aws-c-io";
-  version = "0.7.0";
+  version = "0.7.1";
 
   src = fetchFromGitHub {
     owner = "awslabs";
     repo = pname;
     rev = "v${version}";
-    sha256 = "0wagc1205r57llqd39wqjasq3bgc8h1mfdqk4r5lcrnn4jbpcill";
+    sha256 = "sha256-dDvq5clOUaPR7lOCJ/1g0lrCzVOmzwCnqHrBZfBewO4=";
   };
 
   nativeBuildInputs = [ cmake ];