Merge pull request #67418 from marsam/update-protobuf

protobuf3_9: 3.9.0 -> 3.9.1
This commit is contained in:
Mario Rodas 2019-08-24 21:37:19 -05:00 committed by GitHub
commit 24cf2dce65
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
{ callPackage, ... }:
callPackage ./generic-v3.nix {
version = "3.9.0";
sha256 = "1xq2njqrbmizwg91ggi1lqr0n26cm2jdyk668ljc24ihrpk0z9bw";
version = "3.9.1";
sha256 = "0vv85xb65dx6fa76fsnyps13kaamvwfzd8hr6ii1payr73x4zy2h";
}