protobuf_27: 27.0 -> 27.1

Changelog:
https://github.com/protocolbuffers/protobuf/releases/tag/v27.1
This commit is contained in:
Gaetan Lepage 2024-06-05 23:32:48 +02:00
parent 1d6a7e4e59
commit 528be480b3

@ -1,6 +1,6 @@
{ callPackage, ... } @ args:
callPackage ./generic.nix ({
version = "27.0";
hash = "sha256-QVgDGyNTCSYU/rXTMcHUefUGVjwkkjnpq0Kq+eXK/bo=";
version = "27.1";
hash = "sha256-9XOcjNm4k4VhQ/XagcVO2tXxp6bBdyuvrS7sNGy4wG0=";
} // args)