protobufc: unpin protobuf version (#470339)

This commit is contained in:
Sandro
2026-01-21 17:33:13 +00:00
committed by GitHub
+3 -3
View File
@@ -4,7 +4,7 @@
fetchFromGitHub,
autoreconfHook,
pkg-config,
protobuf_25,
protobuf,
zlib,
buildPackages,
}:
@@ -32,11 +32,11 @@ stdenv.mkDerivation rec {
];
buildInputs = [
protobuf_25
protobuf
zlib
];
env.PROTOC = lib.getExe buildPackages.protobuf_25;
env.PROTOC = lib.getExe buildPackages.protobuf;
meta = {
homepage = "https://github.com/protobuf-c/protobuf-c/";