mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 07:46:09 +01:00
protobuf3_15: init at 3.15.1
https://github.com/protocolbuffers/protobuf/releases/tag/v3.15.0 https://github.com/protocolbuffers/protobuf/releases/tag/v3.15.1
This commit is contained in:
parent
11cd34cd59
commit
38a1dd323e
2 changed files with 7 additions and 0 deletions
6
pkgs/development/libraries/protobuf/3.15.nix
Normal file
6
pkgs/development/libraries/protobuf/3.15.nix
Normal file
|
@ -0,0 +1,6 @@
|
|||
{ callPackage, ... }:
|
||||
|
||||
callPackage ./generic-v3.nix {
|
||||
version = "3.15.1";
|
||||
sha256 = "0rxl0vkv532x85q9cf11njw12vmp9kxqb1i8hdg4lfmi55waa9wr";
|
||||
}
|
|
@ -16362,6 +16362,7 @@ in
|
|||
|
||||
protobuf = protobuf3_14;
|
||||
|
||||
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 { };
|
||||
|
|
Loading…
Reference in a new issue