Merge pull request #114063 from marsam/init-protobuf-3_15

protobuf: 3.14.0 -> 3.15.1
This commit is contained in:
Mario Rodas 2021-02-23 07:17:25 -05:00 committed by GitHub
commit 3ebb781803
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 1 deletions

View file

@ -0,0 +1,6 @@
{ callPackage, ... }:
callPackage ./generic-v3.nix {
version = "3.15.1";
sha256 = "0rxl0vkv532x85q9cf11njw12vmp9kxqb1i8hdg4lfmi55waa9wr";
}

View file

@ -16370,8 +16370,9 @@ in
python = python37;
};
protobuf = protobuf3_14;
protobuf = protobuf3_15;
protobuf3_15 = callPackage ../development/libraries/protobuf/3.15.nix { };
protobuf3_14 = callPackage ../development/libraries/protobuf/3.14.nix { };
protobuf3_13 = callPackage ../development/libraries/protobuf/3.13.nix { };
protobuf3_12 = callPackage ../development/libraries/protobuf/3.12.nix { };