Skip to content

Commit

Permalink
Merge pull request #283783 from haraldh/update_protobufc
Browse files Browse the repository at this point in the history
protobuf-c: unstable-2023-07-08 -> 1.5.0
  • Loading branch information
SuperSandro2000 authored May 16, 2024
2 parents d7ef77a + b281d60 commit fd87efd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
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

0 comments on commit fd87efd

Please sign in to comment.