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
+2 -2
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)