protobuf: rename github owner to protocolbuffers
https://github.com/google/protobuf redirects to https://github.com/protocolbuffers/protobuf
This commit is contained in:
parent
72dd8565d8
commit
12a1c2e6c5
@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
# make sure you test also -A pythonPackages.protobuf
|
# make sure you test also -A pythonPackages.protobuf
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "google";
|
owner = "protocolbuffers";
|
||||||
repo = "protobuf";
|
repo = "protobuf";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
inherit sha256;
|
inherit sha256;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user