Merge pull request #284713 from GaetanLepage/protobuf2

protobuf_25: 25.1 -> 25.2
This commit is contained in:
Mario Rodas 2024-01-29 06:26:10 -05:00 committed by GitHub
commit abe64c49a0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,6 +1,6 @@
{ callPackage, ... } @ args:
callPackage ./generic.nix ({
version = "25.1";
hash = "sha256-w6556kxftVZ154LrZB+jv9qK+QmMiUOGj6EcNwiV+yo=";
version = "25.2";
hash = "sha256-Bw7xOgcGLshFppH4qD8E48D8v21ZJRaRkK19LPSATMg=";
} // args)