asahi-wifisync: init at 0.2.0
This commit is contained in:
parent
5838eddf77
commit
22865a32c6
26
pkgs/by-name/as/asahi-wifisync/package.nix
Normal file
26
pkgs/by-name/as/asahi-wifisync/package.nix
Normal file
@ -0,0 +1,26 @@
|
||||
{ lib
|
||||
, fetchCrate
|
||||
, rustPlatform
|
||||
}:
|
||||
|
||||
rustPlatform.buildRustPackage rec {
|
||||
pname = "asahi-wifisync";
|
||||
version = "0.2.0";
|
||||
|
||||
src = fetchCrate {
|
||||
inherit pname version;
|
||||
hash = "sha256-wKd6rUUnegvl6cHODVQlllaOXuAGlmwx9gr73I/2l/c=";
|
||||
};
|
||||
|
||||
cargoHash = "sha256-UF1T0uAFO/ydTWigYXOP9Ju1qgV1oBmJuXSq4faSzJM=";
|
||||
cargoDepsName = pname;
|
||||
|
||||
meta = with lib; {
|
||||
description = "A tool to sync Wifi passwords with macos on ARM Macs";
|
||||
homepage = "https://crates.io/crates/asahi-wifisync";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ lukaslihotzki ];
|
||||
mainProgram = "asahi-wifisync";
|
||||
platforms = platforms.linux;
|
||||
};
|
||||
}
|
Loading…
Reference in New Issue
Block a user