1 { lib, fetchFromGitHub, rustPlatform }:
3 rustPlatform.buildRustPackage rec {
4 pname = "proton-caller";
7 src = fetchFromGitHub {
11 sha256 = "sha256-srzahBMihkEP9/+7oRij5POHkCcH6QBh4kGz42Pz0nM=";
14 cargoHash = "sha256-LBXCcFqqscCGgtTzt/gr7Lz0ExT9kAWrXPuPuKzKt0E=";
17 description = "Run Windows programs with Proton";
18 changelog = "https://github.com/caverym/proton-caller/releases/tag/${version}";
19 homepage = "https://github.com/caverym/proton-caller";
20 license = licenses.mit;
21 maintainers = with maintainers; [ kho-dialga ];
22 mainProgram = "proton-call";