7 pname = "solitaire-tui";
8 version = "0-unstable-2023-04-20";
10 src = fetchFromGitHub {
11 owner = "brianstrauch";
12 repo = "solitaire-tui";
13 rev = "45fffc4b13dbf1056f25a01c612dd835ddab5501";
14 hash = "sha256-xbqKtqFVvL+1x/SDoMEJ1LgnTy31LmZ/Je8K/bhP2bI=";
17 vendorHash = "sha256-jFbxT0ekimBNjIHGgMmCUrwZTS3Sdop/MFQMVdBF/38=";
19 ldflags = [ "-s" "-w" ];
22 homepage = "https://github.com/brianstrauch/solitaire-tui";
23 description = "Klondike solitaire for the terminal";
24 mainProgram = "solitaire-tui";
25 maintainers = with maintainers; [ nyadiia ];
26 license = licenses.asl20;