about summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2019-12-04 03:42:54 -0500
committerGitHub <noreply@github.com>2019-12-04 03:42:54 -0500
commit3dbebb32eea0084461ea40217e9c188429f6e4d6 (patch)
treee78a605cc71a2191f5fa4a5b3001e1e4989b59ac /pkgs/development
parent7618bd810b0fc559f4a147d10c159789de215dd5 (diff)
parenta761bde732767f90f8ee5e9a3de4f845c5187242 (diff)
Merge pull request #74900 from marsam/update-protobuf
protobuf3_11: 3.11.0 -> 3.11.1
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/libraries/protobuf/3.11.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/protobuf/3.11.nix b/pkgs/development/libraries/protobuf/3.11.nix
index 26f8ca133413c..7e89463aad6c9 100644
--- a/pkgs/development/libraries/protobuf/3.11.nix
+++ b/pkgs/development/libraries/protobuf/3.11.nix
@@ -1,6 +1,6 @@
 { callPackage, ... }:
 
 callPackage ./generic-v3.nix {
-  version = "3.11.0";
-  sha256 = "1b0kf02aw1yvpwdax3865057dzrlrdc7dgam05znwq8id5q76ckr";
+  version = "3.11.1";
+  sha256 = "1mq8dp94mlp72ri27bgvc2i370r8kfig87wfai7vxjdnh3vng0y1";
 }