Skip to content

Commit

Permalink
libsearpc: 3.3-20230626 -> 3.3-20241031 fix build with GCC14 (NixOS#3…
Browse files Browse the repository at this point in the history
  • Loading branch information
misuzu authored Dec 29, 2024
2 parents 78d6750 + f4f34dc commit d6c5017
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions pkgs/by-name/li/libsearpc/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@
}:

stdenv.mkDerivation rec {
version = "3.3-20230626";
commit = "783141fb694f3bd1f8bd8a783670dd25a53b9fc1";
version = "3.3-20241031";
commit = "d00c062d76d86b76c8c179bfb4babc9e2200b3f1";
pname = "libsearpc";

src = fetchFromGitHub {
owner = "haiwen";
repo = "libsearpc";
rev = commit;
sha256 = "sha256-nYYp3EyA8nufhbWaw4Lv/c4utGYaxC+PoFyamUEVJx4=";
sha256 = "sha256-Ze1dOEFUIA16OlqkyDjQw6c6JcDECjYsdCm5um0kG/c=";
};

nativeBuildInputs = [
Expand All @@ -32,12 +32,12 @@ stdenv.mkDerivation rec {
jansson
];

meta = with lib; {
meta = {
homepage = "https://github.com/haiwen/libsearpc";
description = "Simple and easy-to-use C language RPC framework based on GObject System";
mainProgram = "searpc-codegen.py";
license = licenses.lgpl3;
platforms = platforms.linux;
maintainers = with maintainers; [ greizgh ];
license = lib.licenses.lgpl3;
platforms = lib.platforms.linux;
maintainers = with lib.maintainers; [ greizgh ];
};
}

0 comments on commit d6c5017

Please sign in to comment.