1 { lib, fetchFromGitHub, rustPlatform, testers, fsrx }:
3 rustPlatform.buildRustPackage rec {
7 src = fetchFromGitHub {
8 owner = "thatvegandev";
11 sha256 = "sha256-hzfpjunP20WCt3erYu7AO7A3nz+UMKdFzWUA5jASbVA=";
14 cargoHash = "sha256-bRStmz2sJnhCKpvoQfc/ZP9B2ZdNHYNEHd+wZErdS1Y=";
17 tests.version = testers.testVersion {
23 description = "Flow state reader in the terminal";
24 homepage = "https://github.com/thatvegandev/fsrx";
25 license = licenses.mit;
26 maintainers = with maintainers; [ MoritzBoehme ];