1 { fetchFromGitHub, lib, rustPlatform }:
3 rustPlatform.buildRustPackage rec {
7 src = fetchFromGitHub {
11 sha256 = "sha256-M3Utrt350I67kqzEH130tgBIiI7rY8ODCSxgMohWWWM=";
14 cargoHash = "sha256-urnTPlQTmOPq7mHZjsTqxql/FQe7NYHE8sVJJ4fno+U=";
17 description = "Simple Git/Mercurial/PlasticSCM tui client based on keyboard shortcuts";
18 homepage = "https://vamolessa.github.io/verco";
19 license = licenses.gpl3Only;
20 maintainers = with maintainers; [ figsoda ];
21 mainProgram = "verco";