summary refs log tree commit diff
path: root/pkgs/development/libraries/asio
diff options
context:
space:
mode:
authorR. RyanTM <ryantm+bot@ryantm.com>2018-04-17 06:39:14 -0700
committerR. RyanTM <ryantm+bot@ryantm.com>2018-04-17 06:39:14 -0700
commit7a732cbb30cecce76ec423631373c2bc089ccf10 (patch)
tree648f1c8eb8b10737fb85acd9e2ad76ab18a6bffd /pkgs/development/libraries/asio
parent333a24a628391137a7283f09498edd5822f12023 (diff)
downloadnixpkgs-7a732cbb30cecce76ec423631373c2bc089ccf10.tar
nixpkgs-7a732cbb30cecce76ec423631373c2bc089ccf10.tar.gz
nixpkgs-7a732cbb30cecce76ec423631373c2bc089ccf10.tar.bz2
nixpkgs-7a732cbb30cecce76ec423631373c2bc089ccf10.tar.lz
nixpkgs-7a732cbb30cecce76ec423631373c2bc089ccf10.tar.xz
nixpkgs-7a732cbb30cecce76ec423631373c2bc089ccf10.tar.zst
nixpkgs-7a732cbb30cecce76ec423631373c2bc089ccf10.zip
asio: 1.12.0 -> 1.12.1
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/asio/versions.

These checks were done:

- built on NixOS
- Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
- found 1.12.1 with grep in /nix/store/k4y5rhr10i8va653gjnz3ys3i3vj052r-asio-1.12.1
- directory tree listing: https://gist.github.com/c1661a0442144f8187d8ce4d1624b908
Diffstat (limited to 'pkgs/development/libraries/asio')
-rw-r--r--pkgs/development/libraries/asio/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/asio/default.nix b/pkgs/development/libraries/asio/default.nix
index ad601359019..1126b4a7f2c 100644
--- a/pkgs/development/libraries/asio/default.nix
+++ b/pkgs/development/libraries/asio/default.nix
@@ -1,11 +1,11 @@
 {stdenv, fetchurl, boost, openssl}:
 
 stdenv.mkDerivation rec {
-  name = "asio-1.12.0";
+  name = "asio-1.12.1";
 
   src = fetchurl {
     url = "mirror://sourceforge/asio/${name}.tar.bz2";
-    sha256 = "1bfk746kcs3cmvfvxjp3w9y6zpybjj8s002jjd3snrp2syd0nd9c";
+    sha256 = "0nln45662kg799ykvqx5m9z9qcsmadmgg6r5najryls7x16in2d9";
   };
 
   propagatedBuildInputs = [ boost ];