3
0
Fork 0
forked from mirrors/nixpkgs

concurrencykit: 0.4.1 -> 0.4.3

Signed-off-by: Austin Seipp <aseipp@pobox.com>
This commit is contained in:
Austin Seipp 2014-08-20 01:37:17 -05:00
parent 8b96a44460
commit 618e220f67

View file

@ -2,13 +2,17 @@
stdenv.mkDerivation rec {
name = "concurrencykit-${version}";
version = "0.4.1";
version = "0.4.3";
src = fetchurl {
url = "http://concurrencykit.org/releases/ck-${version}.tar.gz";
sha256 = "1gi5gpkxvbb6vkhjm9kab7dz1av2i11f1pggxp001rqq2mi3i6aq";
sha256 = "1fjdvbj6wazblg6qy0gdqs3kach2y2p6xrcvssmcvxr0nfyaadg2";
};
enableParallelBuilding = true;
configurePhase = "./configure --prefix=$out";
meta = {
description = "A library of safe, high-performance concurrent data structures";
homepage = "http://concurrencykit.org";