10 src = fetchFromGitHub {
13 rev = "refs/tags/v${version}";
14 hash = "sha256-VUSBCvDW53Z+mdAx0bUQIgcsiEwxOnm/FnnMcSC0iks=";
17 vendorHash = "sha256-alex1YEkviR5O0KLGZlOsf1i7s6m1C4LxHdJCogDCng=";
22 "-X main.version=${version}"
25 # Integration tests fail (requires connection to relays)
29 description = "Command-line tool for Nostr things";
30 homepage = "https://github.com/fiatjaf/nak";
31 changelog = "https://github.com/fiatjaf/nak/releases/tag/${version}";
32 license = lib.licenses.unlicense;
33 maintainers = with lib.maintainers; [ nartsiss ];