summary refs log tree commit diff
path: root/pkgs/development/libraries/protobuf/3.8.nix
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/development/libraries/protobuf/3.8.nix
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/development/libraries/protobuf/3.8.nix')
-rw-r--r--pkgs/development/libraries/protobuf/3.8.nix6
1 files changed, 6 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";
+}