mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-04 21:03:15 +00:00
Merge pull request #95882 from marsam/update-protobuf
protobuf: 3.12.4 -> 3.13.0
This commit is contained in:
commit
2de48c3533
6
pkgs/development/libraries/protobuf/3.13.nix
Normal file
6
pkgs/development/libraries/protobuf/3.13.nix
Normal file
@ -0,0 +1,6 @@
|
||||
{ callPackage, ... }:
|
||||
|
||||
callPackage ./generic-v3.nix {
|
||||
version = "3.13.0";
|
||||
sha256 = "1nqsvi2yfr93kiwlinz8z7c68ilg1j75b2vcpzxzvripxx5h6xhd";
|
||||
}
|
@ -14638,8 +14638,9 @@ in
|
||||
python = python37;
|
||||
};
|
||||
|
||||
protobuf = protobuf3_12;
|
||||
protobuf = protobuf3_13;
|
||||
|
||||
protobuf3_13 = callPackage ../development/libraries/protobuf/3.13.nix { };
|
||||
protobuf3_12 = callPackage ../development/libraries/protobuf/3.12.nix { };
|
||||
protobuf3_11 = callPackage ../development/libraries/protobuf/3.11.nix { };
|
||||
protobuf3_10 = callPackage ../development/libraries/protobuf/3.10.nix { };
|
||||
|
Loading…
Reference in New Issue
Block a user