1 { lib, rustPlatform, fetchFromGitHub }:
3 rustPlatform.buildRustPackage rec {
7 src = fetchFromGitHub {
11 sha256 = "16q3md7cvdz37pqm1sda81rkjf249xbsrlpdl639r06p7f4nqlc2";
14 cargoSha256 = "0fzlvn0sl7613hpsb7ncykmcl53dgl8rzsg317nwkj2w679q4xq6";
17 description = "Tool to convert Steam .acf files to JSON";
18 homepage = "https://github.com/chisui/acf";
19 license = with licenses; [ mit /* or */ asl20 ];
20 maintainers = with maintainers; [ chisui ];