File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
pkgs/by-name/li/libsearpc Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 1010} :
1111
1212stdenv . 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}
You can’t perform that action at this time.
0 commit comments