about summary refs log tree commit diff
path: root/pkgs/applications/networking/instant-messengers/caprine-bin
AgeCommit message (Collapse)AuthorFilesLines
2024-05-13treewide: fix use of `extraPkgs` in AppImagesMartino Fontana1-4/+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-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
2024-04-03caprine-bin: add meta.sourceProvenanceYueh-Shun Li1-0/+1
2023-10-12caprine-bin: 2.58.3 -> 2.59.1Mikael Fangel1-3/+3
2023-09-27caprine: remove redundant mainProgram specificationYueh-Shun Li2-2/+0
Remove per-system meta.mainProgram specification. So far, both Linux and Darwin version of Caprine names its executable `caprine`. Use `caprine` as the default mainProgam. Systems added in the future could override this with custom meta attributes.
2023-09-26caprine-bin: 2.58.0 -> 2.58.3Yueh-Shun Li1-3/+3
Bump to patch for CVE-2023-4863 Vulnerability details: https://github.com/advisories/GHSA-j7hp-h8jx-5pp Upstream release notes: https://github.com/sindresorhus/caprine/releases/tag/v2.58.2 https://github.com/sindresorhus/caprine/releases/tag/v2.58.3
2023-08-04Merge pull request #247110 from n3oney/masterPol Dellaiera1-3/+3
caprine-bin: 2.55.5 -> 2.58.0
2023-08-04treewide: add meta.mainProgram to instant-messengersAustin Horstman1-0/+1
2023-08-04caprine-bin: 2.55.5 -> 2.58.0n3oney1-3/+3
2022-06-10caprine-bin: 2.55.4 -> 2.55.5Shamrock Lee1-3/+3
2022-06-10caprine-bin.x86_64-appimage: passthru pname version srcShamrock Lee1-7/+8
Use pname version instead of name as appimageTools now support that Passthru pname version src for users' convenience
2022-05-15treewide: remove unecessary XDG_DATA_DIRS from appimage wrapType2Artturin1-3/+0
they're unnecessary since https://github.com/NixOS/nixpkgs/pull/161739/files which links the schemas to their correct fhs locations and adds gsettings-desktop-schemas and hicolor-icon-theme to appimage fhs
2022-05-05caprine-bin: 2.55.2 -> 2.55.4Shamrock Lee1-3/+3
2022-01-16caprine-bin: init at 2.55.2Shamrock Lee3-0/+110