umurmurd: update to 0.2.12

Support for 1.2.4 clients.
This commit is contained in:
Lluís Batlle i Rossell 2013-05-21 16:12:53 +02:00
parent 91ea9b9190
commit dc28cdf721

View File

@ -1,11 +1,11 @@
{ stdenv, fetchurl, openssl, protobufc, libconfig }: { stdenv, fetchurl, openssl, protobufc, libconfig }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "umurmur-0.2.10"; name = "umurmur-0.2.12";
src = fetchurl { src = fetchurl {
url = "http://umurmur.googlecode.com/files/${name}.tar.gz"; url = "http://umurmur.googlecode.com/files/${name}.tar.gz";
sha256 = "0c990jvm73a6lajr1qlzw0p6nkshkh2nqwjmz2sq79pj0hm9ckvy"; sha1 = "5be3c765af3c5f518d1e1bbd828b3582ad4097cd";
}; };
buildInputs = [ openssl protobufc libconfig ]; buildInputs = [ openssl protobufc libconfig ];