Skip to content

Commit d6c5017

Browse files
authored
libsearpc: 3.3-20230626 -> 3.3-20241031 fix build with GCC14 (NixOS#368185)
2 parents 78d6750 + f4f34dc commit d6c5017

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

pkgs/by-name/li/libsearpc/package.nix

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@
1010
}:
1111

1212
stdenv.mkDerivation rec {
13-
version = "3.3-20230626";
14-
commit = "783141fb694f3bd1f8bd8a783670dd25a53b9fc1";
13+
version = "3.3-20241031";
14+
commit = "d00c062d76d86b76c8c179bfb4babc9e2200b3f1";
1515
pname = "libsearpc";
1616

1717
src = fetchFromGitHub {
1818
owner = "haiwen";
1919
repo = "libsearpc";
2020
rev = commit;
21-
sha256 = "sha256-nYYp3EyA8nufhbWaw4Lv/c4utGYaxC+PoFyamUEVJx4=";
21+
sha256 = "sha256-Ze1dOEFUIA16OlqkyDjQw6c6JcDECjYsdCm5um0kG/c=";
2222
};
2323

2424
nativeBuildInputs = [
@@ -32,12 +32,12 @@ stdenv.mkDerivation rec {
3232
jansson
3333
];
3434

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

0 commit comments

Comments
 (0)