11 src = fetchFromGitHub {
12 owner = "sniptt-official";
15 hash = "sha256-Oxs2ytf0rY9QYzVaLUkqyX15oWjas3ukSkq9D1TYbDE=";
18 vendorHash = "sha256-qYk8T0sYIO0wJ0R0j+0VetCy11w8usIRRdBm/Z6grJE=";
21 "-X main.version=${version}"
22 "-X main.buildSource=nix"
26 description = "Share end-to-end encrypted secrets with others via a one-time URL";
28 homepage = "https://ots.sniptt.com";
29 changelog = "https://github.com/sniptt-official/ots/releases/tag/v${version}";
30 license = licenses.asl20;
31 maintainers = with maintainers; [ elliot ];