Merge pull request #314011 from GaetanLepage/protobuf27

protobuf_27: init at 27.0
This commit is contained in:
Someone
2024-05-27 14:15:46 +00:00
committed by GitHub
2 changed files with 8 additions and 0 deletions
@@ -0,0 +1,6 @@
{ callPackage, ... } @ args:
callPackage ./generic.nix ({
version = "27.0";
hash = "sha256-QVgDGyNTCSYU/rXTMcHUefUGVjwkkjnpq0Kq+eXK/bo=";
} // args)
+2
View File
@@ -23866,6 +23866,7 @@ with pkgs;
inherit
({
protobuf_27 = callPackage ../development/libraries/protobuf/27.nix { };
protobuf_26 = callPackage ../development/libraries/protobuf/26.nix { };
protobuf_25 = callPackage ../development/libraries/protobuf/25.nix { };
protobuf_24 = callPackage ../development/libraries/protobuf/24.nix { };
@@ -23879,6 +23880,7 @@ with pkgs;
abseil-cpp = abseil-cpp_202103;
};
})
protobuf_27
protobuf_26
protobuf_25
protobuf_24