{ stdenv, buildGoModule, fetchgit, lib, }: buildGoModule rec { pname = "warpssh"; version = "1.1"; src = fetchgit { url = "https://git.kropcloud.net/JustScreaMy/warpssh.git"; rev = "refs/tags/${version}"; hash = "sha256-6DUnmO+UXu48S3IHe55xcUAWYp4v0rD5cpADqKWjC9c="; }; ldflags = [ "-s -w" ]; vendorHash = "sha256-NFe8i8S2yVl7I/mwgghvsFIHHEyaIo4B8SkKChJu6nI="; meta = { description = "Fuzzyfind your warpgate servers!"; homepage = "https://git.kropcloud.net/JustScreaMy/warpssh"; }; }