Skip to content

Commit

Permalink
protobuf-c: unstable-2023-07-08 -> 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
haraldh committed Jan 25, 2024
1 parent 66a9817 commit a0e43e9
Showing 1 changed file with 5 additions and 3 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

0 comments on commit a0e43e9

Please sign in to comment.