summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2019-06-28 01:26:08 -0500
committerMario Rodas <marsam@users.noreply.github.com>2019-06-28 01:26:08 -0500
commit29c694786883f3ba6b6d04853a589019a04a529c (patch)
tree400ec57465e4532f967eadc56643a5e39c74f7eb /pkgs
parent76458054b8008e6a57384eea28afead37980610d (diff)
downloadnixpkgs-29c694786883f3ba6b6d04853a589019a04a529c.tar
nixpkgs-29c694786883f3ba6b6d04853a589019a04a529c.tar.gz
nixpkgs-29c694786883f3ba6b6d04853a589019a04a529c.tar.bz2
nixpkgs-29c694786883f3ba6b6d04853a589019a04a529c.tar.lz
nixpkgs-29c694786883f3ba6b6d04853a589019a04a529c.tar.xz
nixpkgs-29c694786883f3ba6b6d04853a589019a04a529c.tar.zst
nixpkgs-29c694786883f3ba6b6d04853a589019a04a529c.zip
protobuf3_8: init at 3.8.0
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/libraries/protobuf/3.8.nix6
-rw-r--r--pkgs/top-level/all-packages.nix1
2 files changed, 7 insertions, 0 deletions
diff --git a/pkgs/development/libraries/protobuf/3.8.nix b/pkgs/development/libraries/protobuf/3.8.nix
new file mode 100644
index 00000000000..2ea03643b3a
--- /dev/null
+++ b/pkgs/development/libraries/protobuf/3.8.nix
@@ -0,0 +1,6 @@
+{ callPackage, ... }:
+
+callPackage ./generic-v3.nix {
+  version = "3.8.0";
+  sha256 = "0vll02a6k46k720wfh25sl4hdai0130s3ix2l1wh6j1lm9pi7bm8";
+}
diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix
index 7b56dbe6c15..be69cdaf8fe 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -12732,6 +12732,7 @@ in
 
   protobuf = protobuf3_7;
 
+  protobuf3_8 = callPackage ../development/libraries/protobuf/3.8.nix { };
   protobuf3_7 = callPackage ../development/libraries/protobuf/3.7.nix { };
   protobuf3_6 = callPackage ../development/libraries/protobuf/3.6.nix { };
   protobuf3_1 = callPackage ../development/libraries/protobuf/3.1.nix { };