about summary refs log tree commit diff
path: root/pkgs/applications/networking/nym
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-02-09ehmry: reduce maintainershipEmery Hemingway1-1/+0
2023-06-19nym: 0.11.0 -> 1.1.21happysalada3-1269/+5404
2023-03-26tree-wide: convert rust with git deps to importCargoLockYureka2-1/+3762
2021-07-22nym: 0.10.0 -> 0.11.0 (#130994)ethancreeger2-127/+11
Co-authored-by: Ethan Creeger <ethan.creeger@gmail.com>
2021-05-11nym: all platformsAndrey Kuznetsov1-1/+1
2021-05-11nym: fix build on darwinAndrey Kuznetsov1-2/+5
2021-05-06nym: remove unused inputsEmery Hemingway1-2/+0
2021-05-06nym: 0.8.1 -> 0.10.0Andrey Kuznetsov2-12/+127
2021-01-19treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nixJonathan Ringer1-2/+2
continuation of #109595 pkgconfig was aliased in 2018, however, it remained in all-packages.nix due to its wide usage. This cleans up the remaining references to pkgs.pkgsconfig and moves the entry to aliases.nix. python3Packages.pkgconfig remained unchanged because it's the canonical name of the upstream package on pypi.
2020-10-27nym: 0.7.0 -> 0.8.1hyperfekt1-17/+12
The tests requiring network access are no longer called by the root package.
2020-06-08Merge staging-next into stagingFrederik Rietdijk1-4/+4
2020-06-08nym: 0.6.0 -> 0.7.0hyperfekt1-16/+6
2020-05-13nym: fix testsMaximilian Bosch1-0/+2
A lot of tests are using `debug_assert!` which isn't available in release-mode.
2020-04-29nym: init at 0.6.0hyperfekt2-0/+91