aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/libraries/protobuf/3.13.nix
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2020-08-19 23:20:00 -0500
committerMario Rodas <marsam@users.noreply.github.com>2020-08-19 23:20:00 -0500
commit570fe856ffde2d8b877d67a384a31b341910ae7b (patch)
tree2f47dd01d64fb58a5e5c3a50bf4a70d53de08f89 /pkgs/development/libraries/protobuf/3.13.nix
parentd7e7aaa9b679851cc666436e43bb74278926fcd7 (diff)
protobuf3_13: init at 3.13.0
https://github.com/protocolbuffers/protobuf/releases/tag/v3.13.0
Diffstat (limited to 'pkgs/development/libraries/protobuf/3.13.nix')
-rw-r--r--pkgs/development/libraries/protobuf/3.13.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/pkgs/development/libraries/protobuf/3.13.nix b/pkgs/development/libraries/protobuf/3.13.nix
new file mode 100644
index 000000000000..3e3740a7c501
--- /dev/null
+++ b/pkgs/development/libraries/protobuf/3.13.nix
@@ -0,0 +1,6 @@
+{ callPackage, ... }:
+
+callPackage ./generic-v3.nix {
+ version = "3.13.0";
+ sha256 = "1nqsvi2yfr93kiwlinz8z7c68ilg1j75b2vcpzxzvripxx5h6xhd";
+}