protobuf: Remove v as it is unneeded now

This commit is contained in:
William A. Kennington III 2015-02-20 10:42:14 -08:00
parent f58c96149d
commit 1dd647eba6
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
}: }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "protobuf-v${version}"; name = "protobuf-${version}";
inherit src; inherit src;