lol

protobuf: Remove v as it is unneeded now

+1 -1
+1 -1
pkgs/development/libraries/protobuf/generic.nix
··· 4 4 }: 5 5 6 6 stdenv.mkDerivation rec { 7 - name = "protobuf-v${version}"; 7 + name = "protobuf-${version}"; 8 8 9 9 inherit src; 10 10