Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

Merge pull request #283783 from haraldh/update_protobufc

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

authored by Sandro and committed by GitHub fd87efdb d7ef77a4

+7 -4
+5 -3
pkgs/development/libraries/protobufc/default.nix
··· 10 10 11 11 stdenv.mkDerivation rec { 12 12 pname = "protobuf-c"; 13 - version = "unstable-2023-07-08"; 13 + version = "1.5.0"; 14 14 15 15 src = fetchFromGitHub { 16 16 owner = "protobuf-c"; 17 17 repo = "protobuf-c"; 18 - rev = "fa86fddbd000316772d1deb5a8d1201fa7599ef7"; 19 - hash = "sha256-pmqZYFREPgSrWPekymTglhtAv6gQR1gP3dOl3hqjYig="; 18 + rev = "refs/tags/v${version}"; 19 + hash = "sha256-Dkpcc7ZfvAIVY91trRiHuiRFcUGUbQxbheYKTBcq80I="; 20 20 }; 21 + 22 + outputs = [ "out" "dev" "lib" ]; 21 23 22 24 nativeBuildInputs = [ autoreconfHook pkg-config ]; 23 25
+2 -1
pkgs/os-specific/linux/anbox/default.nix
··· 58 58 cmake 59 59 pkg-config 60 60 makeWrapper 61 + protobufc 61 62 ]; 62 63 63 64 buildInputs = [ ··· 74 75 lxc 75 76 mesa 76 77 properties-cpp 77 - protobuf protobufc 78 + protobuf 78 79 python3 79 80 SDL2 SDL2_image 80 81 systemd