Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

protobuf-c: unstable-2023-07-08 -> 1.5.0 #283783

Merged
merged 1 commit into from
May 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
8 changes: 5 additions & 3 deletions pkgs/development/libraries/protobufc/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,17 @@

stdenv.mkDerivation rec {
pname = "protobuf-c";
version = "unstable-2023-07-08";
version = "1.5.0";

src = fetchFromGitHub {
owner = "protobuf-c";
repo = "protobuf-c";
rev = "fa86fddbd000316772d1deb5a8d1201fa7599ef7";
hash = "sha256-pmqZYFREPgSrWPekymTglhtAv6gQR1gP3dOl3hqjYig=";
rev = "refs/tags/v${version}";
hash = "sha256-Dkpcc7ZfvAIVY91trRiHuiRFcUGUbQxbheYKTBcq80I=";
};

outputs = [ "out" "dev" "lib" ];

nativeBuildInputs = [ autoreconfHook pkg-config ];

buildInputs = [ protobuf zlib ];
Expand Down
3 changes: 2 additions & 1 deletion pkgs/os-specific/linux/anbox/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ stdenv.mkDerivation rec {
cmake
pkg-config
makeWrapper
protobufc
];

buildInputs = [
Expand All @@ -74,7 +75,7 @@ stdenv.mkDerivation rec {
lxc
mesa
properties-cpp
protobuf protobufc
protobuf
python3
SDL2 SDL2_image
systemd
Expand Down