Merge pull request #253993 from GaetanLepage/protobuf

protobuf: 3.24.2 -> 3.24.3
This commit is contained in:
Mario Rodas 2023-09-08 06:54:54 -05:00 committed by GitHub
commit 5ceddac3f7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,6 @@
{ callPackage, ... } @ args:
callPackage ./generic-v3-cmake.nix ({
version = "3.24.2";
sha256 = "sha256-yVLszyVtsz1CCzeOkioL4O3mWTFKKVBUyOhwDbC5UqE=";
version = "3.24.3";
sha256 = "sha256-wXGQW/o674DeLXX2IlyZskl5OrBcSRptOMoJqLQGm94=";
} // args)