about summary refs log tree commit diff
path: root/pkgs/applications/video/lbry
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-05-13treewide: fix use of `extraPkgs` in AppImagesMartino Fontana1-3/+1
Mostly removes unnecessary use of `extraPkgs = pkgs: appimageTools.defaultFhsEnvArgs.multiPkgs pkgs;` This caused some packages to be listed twice. Also, fix some styling, and accidental use of top-level packages (sometimes due to the `with;` keyword, e.g. on `beeper`). Remove inclusions of `bash`, since `bashInteractive` is already present by default.
2024-04-24treewide: unbreak appimageTools.wrapType2 buildsPeder Bergebakken Sundt1-5/+3
`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
2024-01-08lbry: 0.53.8 -> 0.53.9Mikael Fangel1-2/+2
2023-11-27treewide: add mainProgramh7x41-0/+1
2023-09-22treewide: sha512 → hashnicoo1-1/+1
2022-11-19lbry: 0.52.5 -> 0.53.8Daniel Șerbănescu1-2/+2
2022-02-26lbry: 0.52.4 -> 0.52.5Marek Paśnikowski1-2/+2
2022-02-16lbry: 0.52.3 -> 0.52.4Marek Paśnikowski1-2/+2
2022-02-16lbry: 0.52.2 -> 0.52.3Marek Paśnikowski1-2/+2
2022-02-13lbry: 0.52.0 -> 0.52.2Marek Paśnikowski1-2/+2
2022-01-25lbry: 0.50.2 -> 0.52.0Marek Paśnikowski1-2/+2
### Motivation for this change Long time waiting for the update. Took the matter into own hands. ### Things done Incremented the version number to the latest stable release. Changed the sha512 value. Opened the application and used it for a while. PS: This is my very first contribution ever. I hope this fullfills the requirements.
2021-04-17treewide: make AppRun substitutions constistentPavol Rusnak1-1/+1
2021-04-13lbry: init at 0.50.2Hutzdog1-0/+49