File tree Expand file tree Collapse file tree 3 files changed +10
-7
lines changed Expand file tree Collapse file tree 3 files changed +10
-7
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " remote-text-server"
3- version = " 0.1.0 "
3+ version = " 0.1.2 "
44edition = " 2021"
55build = " build.rs"
66
Original file line number Diff line number Diff line change 1111, makeWrapper
1212} :
1313
14+ let
15+ package = ( builtins . fromTOML ( builtins . readFile ./Cargo.toml ) ) . package ;
16+ in
1417rustPlatform . buildRustPackage rec {
15- pname = "remote-text-server" ;
16- version = ( builtins . fromTOML ( builtins . readFile ./Cargo.toml ) ) . package . version ;
18+ pname = package . name ;
19+ version = package . version ;
1720
1821 src = ./. ;
1922
20- cargoHash = "sha256-g6QiGH9eqC/mrGzeZOJ5wqm5V5D2xsDm4OOyzmE4sqM =" ;
23+ cargoHash = "sha256-dGnOVvQ2nk3SHSBYjThkY5kRIBoQKKpCYvuRlPIpDyA =" ;
2124
2225 nativeBuildInputs = [
2326 pkg-config
@@ -49,7 +52,7 @@ rustPlatform.buildRustPackage rec {
4952 meta = with lib ; {
5053 description = "The server-side software for Remote Text" ;
5154 homepage = "https://github.com/Remote-Text/remote-text-server" ;
52- license = with licenses ; [ ] ;
53- maintainers = with maintainers ; [ ] ;
55+ # license = with licenses; [ ];
56+ # maintainers = with maintainers; [ ];
5457 } ;
5558}
You can’t perform that action at this time.
0 commit comments