mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-04 21:03:15 +00:00
Merge pull request #114063 from marsam/init-protobuf-3_15
protobuf: 3.14.0 -> 3.15.1
This commit is contained in:
commit
3ebb781803
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";
|
||||
}
|
@ -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 { };
|
||||
|
Loading…
Reference in New Issue
Block a user