capnproto: 0.6.0 -> 0.6.1

This commit is contained in:
Franz Pletz 2017-09-05 13:57:56 +02:00
parent bdd7630b53
commit 3352cfc597
No known key found for this signature in database
GPG Key ID: 846FDED7792617B4

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "capnproto-${version}"; name = "capnproto-${version}";
version = "0.6.0"; version = "0.6.1";
src = fetchurl { src = fetchurl {
url = "https://capnproto.org/capnproto-c++-${version}.tar.gz"; url = "https://capnproto.org/capnproto-c++-${version}.tar.gz";
sha256 = "0gpp1cxsb9nfd7qkjjykzknx03y0z0n4bq5q0fmxci7w38ci22g5"; sha256 = "010s9yhq4531wvdfrdf2477zswhck6cjfby79w73rff3v06090l0";
}; };
meta = with stdenv.lib; { meta = with stdenv.lib; {