protobuf: Remove v as it is unneeded now
This commit is contained in:
parent
f58c96149d
commit
1dd647eba6
|
@ -4,7 +4,7 @@
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "protobuf-v${version}";
|
name = "protobuf-${version}";
|
||||||
|
|
||||||
inherit src;
|
inherit src;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue