10 src = fetchFromGitHub {
11 owner = "joshmedeski";
14 hash = "sha256-Z19JT2HPKGbzxexXC/lyplRGC98SdZIBmqFZOIjIPZE=";
17 vendorHash = "sha256-a45P6yt93l0CnL5mrOotQmE/1r0unjoToXqSJ+spimg=";
19 ldflags = [ "-s" "-w" ];
22 description = "Smart session manager for the terminal";
23 homepage = "https://github.com/joshmedeski/sesh";
24 changelog = "https://github.com/joshmedeski/sesh/releases/tag/${src.rev}";
25 license = lib.licenses.mit;
26 maintainers = with lib.maintainers; [ gwg313 ];