Updating umurmur to 0.2.13

Now opus works.
This commit is contained in:
Lluís Batlle i Rossell 2013-06-21 12:15:12 +02:00
parent 34cf9baaa6
commit 1b8548fc72

View File

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