tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
protobuf: Remove v as it is unneeded now
William A. Kennington III
11 years ago
1dd647eb
f58c9614
+1
-1
1 changed file
expand all
collapse all
unified
split
pkgs
development
libraries
protobuf
generic.nix
+1
-1
pkgs/development/libraries/protobuf/generic.nix
···
4
4
}:
5
5
6
6
stdenv.mkDerivation rec {
7
7
-
name = "protobuf-v${version}";
7
7
+
name = "protobuf-${version}";
8
8
9
9
inherit src;
10
10