protobuf: fix via update
This commit is contained in:
parent
32a503a5d3
commit
365dc52872
@ -1,11 +1,11 @@
|
|||||||
{ fetchurl, stdenv, zlib }:
|
{ fetchurl, stdenv, zlib }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "protobuf-2.4.1";
|
name = "protobuf-2.5.0";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://protobuf.googlecode.com/files/${name}.tar.bz2";
|
url = "http://protobuf.googlecode.com/files/${name}.tar.bz2";
|
||||||
sha256 = "1gxhfhk37jyjq1z4y3d4bz4i1fk2an5ydhk5kjzlp0rhfcs5516g";
|
sha256 = "0xxn9gxhvsgzz2sgmihzf6pf75clr05mqj6218camwrwajpcbgqk";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ zlib ];
|
buildInputs = [ zlib ];
|
||||||
|
Loading…
Reference in New Issue
Block a user