Revert "protobuf: Update to 2.6.0"

This reverts commit 859a2c446cbe1f802ec3f6ad07d3913c4518e11d.

Breaks a bunch of reverse dependencies.
This commit is contained in:
Domen Kožar 2014-08-29 18:42:25 +02:00
parent 29c0aa5748
commit 3b6f5050a1

View File

@ -1,11 +1,11 @@
{ fetchurl, stdenv, zlib }: { fetchurl, stdenv, zlib }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "protobuf-2.6.0"; name = "protobuf-2.5.0";
src = fetchurl { src = fetchurl {
url = "http://protobuf.googlecode.com/svn-history/r579/rc/protobuf-2.6.0.tar.bz2"; url = "http://protobuf.googlecode.com/files/${name}.tar.bz2";
sha256 = "0krfkxc85vfznqwbh59qlhp7ld81al9ss35av0gfbg74i0rvjids"; sha256 = "0xxn9gxhvsgzz2sgmihzf6pf75clr05mqj6218camwrwajpcbgqk";
}; };
buildInputs = [ zlib ]; buildInputs = [ zlib ];