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