about summary refs log tree commit diff
path: root/pkgs/applications/blockchains/zecwallet-lite
AgeCommit message (Collapse)AuthorFilesLines
2024-06-09treewide: Remove indefinite article from meta.descriptionAlexis Hildebrandt1-1/+1
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \ | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/'
2024-04-24treewide: unbreak appimageTools.wrapType2 buildsPeder Bergebakken Sundt1-2/+0
`appimageTools.wrapType2` no longer creates a binary `$out/bin/${name}` if `pname` and `version` is provided. Derivations that have worked around this behavior with a `mv $out/bin/{${name},${pname}}` broke as a result. This should fix most instances. contex: #271071
2023-11-27treewide: add mainProgramh7x41-0/+1
2022-09-28zecwallet-lite: 1.7.13 -> 1.8.8colin1-5/+5
also fix the .desktop file to reference zecwallet-lite by fully-qualified path. abbrieviated change-log: - sync improvements (save sync progress; faster syncs) - full support for Orchard transactions - full support for Orchard pool - experimental support for Zebra-backed LightwalletD - add spam filtering options complete release notes [here](https://github.com/adityapk00/zecwallet-lite/releases)
2022-07-10zecwallet-lite: init at 1.7.13colin1-0/+30
closes #166005