summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2019-08-24 21:37:19 -0500
committerGitHub <noreply@github.com>2019-08-24 21:37:19 -0500
commit24cf2dce65bcbd2292f9641503e75bed2bb36e65 (patch)
treed4c63a39f31eb76d743f8e88334a014ebf025c52
parenthunspell-dicts: add support for Australian dictionary (#66462) (diff)
parentprotobuf3_9: 3.9.0 -> 3.9.1 (diff)
downloadnixpkgs-24cf2dce65bcbd2292f9641503e75bed2bb36e65.tar.gz
Merge pull request #67418 from marsam/update-protobuf
protobuf3_9: 3.9.0 -> 3.9.1
-rw-r--r--pkgs/development/libraries/protobuf/3.9.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/protobuf/3.9.nix b/pkgs/development/libraries/protobuf/3.9.nix
index 6652ba7648c5..a2f3e0e01646 100644
--- a/pkgs/development/libraries/protobuf/3.9.nix
+++ b/pkgs/development/libraries/protobuf/3.9.nix
@@ -1,6 +1,6 @@
{ callPackage, ... }:
callPackage ./generic-v3.nix {
- version = "3.9.0";
- sha256 = "1xq2njqrbmizwg91ggi1lqr0n26cm2jdyk668ljc24ihrpk0z9bw";
+ version = "3.9.1";
+ sha256 = "0vv85xb65dx6fa76fsnyps13kaamvwfzd8hr6ii1payr73x4zy2h";
}