summary refs log tree commit diff
path: root/pkgs/applications/networking/p2p
Commit message (Collapse)AuthorAge
* Merge master into staging-nextgithub-actions[bot]2023-11-16
|\
| * rqbit: 2.2.1 -> 2.2.2Mario Rodas2023-11-16
| | | | | | | | Diff: https://github.com/ikatson/rqbit/compare/v2.2.1...v2.2.2
* | Merge branch 'master' into staging-nextVladimír Čunát2023-11-15
|\|
| * transmission: add missing app iconPeter Hoeg2023-11-15
| |
* | Merge master into staging-nextgithub-actions[bot]2023-11-11
|\|
| * treewide: fix redirected and broken URLsAnthony Roussel2023-11-11
| | | | | | | | Using the script in maintainers/scripts/update-redirected-urls.sh
* | Merge branch 'master' into staging-nextAdam Joseph2023-11-08
|\|
| * Merge pull request #265764 from amjoseph-nixpkgs/pr/pythonForBuildArtturi2023-11-08
| |\
| | * treewide: change pythonForBuild to pythonOnBuildForHostAdam Joseph2023-11-05
| | |
* | | Merge master into staging-nextgithub-actions[bot]2023-11-07
|\| |
| * | qbittorrent: 4.5.5 -> 4.6.0 + other changesPavel Sobolev2023-11-06
| |/ | | | | | | | | | | | | Other changes: - Refactor - Switch to CMake - Build with Qt6 by default and add a separate derivation for Qt5
* | Merge branch 'master' into staging-nextWeijia Wang2023-11-04
|\|
| * pyrosimple: 2.11.4 -> 2.12.0R. Ryantm2023-11-03
| |
* | Merge master into staging-nextgithub-actions[bot]2023-11-03
|\|
| * gnunet-gtk: copy missing logo imageFliegendeWurst2023-11-01
| |
* | Merge master into staging-nextgithub-actions[bot]2023-10-31
|\|
| * libutp_3_4: unstable-2023-08-04 -> unstable-2023-10-16R. Ryantm2023-10-30
| |
* | Merge master into staging-nextgithub-actions[bot]2023-10-28
|\|
| * Merge pull request #262485 from r-ryantm/auto-update/gnunet-gtkWeijia Wang2023-10-28
| |\ | | | | | | gnunet-gtk: 0.19.0 -> 0.20.0
| | * gnunet-gtk: 0.19.0 -> 0.20.0R. Ryantm2023-10-21
| | |
* | | Merge staging-next into staginggithub-actions[bot]2023-10-21
|\| |
| * | tremotesf: 2.4.0 -> 2.5.0R. Ryantm2023-10-21
| |/
* | Merge pull request #258431 from pbsds/stabilize-patchesArtturi2023-10-19
|\ \ | |/ |/|
| * freenet: make patch urls reproduciblePeder Bergebakken Sundt2023-10-09
| |
* | gnunet: add darwin supportWeijia Wang2023-10-17
| |
* | Merge pull request #260137 from r-ryantm/auto-update/gnunetWeijia Wang2023-10-17
|\ \ | | | | | | gnunet: 0.19.4 -> 0.20.0
| * | gnunet: 0.19.4 -> 0.20.0R. Ryantm2023-10-10
| |/
* | pyrosimple: 2.11.3 -> 2.11.4R. Ryantm2023-10-13
| |
* | libutp_3_4: unstable-2023-03-05 -> unstable-2023-08-04R. Ryantm2023-10-10
|/
* Merge pull request #259361 from doronbehar/pkg/transmissionDoron Behar2023-10-07
|\ | | | | transmission_4: fix darwin build
| * transmission_4: fix darwin buildDoron Behar2023-10-06
| |
| * transmission: use finalAttrsDoron Behar2023-10-05
| |
| * transmission_4: use finalAttrsDoron Behar2023-10-05
| |
* | pyrosimple: 2.11.1 -> 2.11.3R. Ryantm2023-10-05
|/
* Merge pull request #256866 from kirillrdy/transmissionDoron Behar2023-10-04
|\ | | | | transmission, transmission_4: set mainProgram and restore nixosTests
| * nixosTests.tranmission_4: initKirill Radzikhovskyy2023-09-23
| |
| * transmission_4: restore nixosTestsKirill Radzikhovskyy2023-09-23
| |
| * transmission, transmission_4: set mainProgramKirill Radzikhovskyy2023-09-23
| |
* | pyrosimple: 2.10.2 -> 2.11.1R. Ryantm2023-09-19
|/
* transmission-remote-gtk: fix TLS supportCharlotte Van Petegem2023-09-18
| | | | Since https://github.com/NixOS/nixpkgs/pull/254042, transmission-remote-gtk shows an error that TLS support is not enabled when connecting over TLS. This fixes that for me.
* treewide: vendorSha256 → vendorHashFabián Heredia Montiel2023-09-13
| | | | via: `find pkgs/ -type f -exec sed -i 's/vendorSha256 = "sha256/vendorHash = "sha256/' {};`
* Merge pull request #250435 from tobim/pkgs/spdlog-1.12Doron Behar2023-09-10
|\ | | | | spdlog: 1.11.0 -> 1.12.0
| * lokinet: build with fmt9Tobias Mayer2023-09-04
| |
* | transmission-remote-gtk: 1.5.1 -> 1.6.0Fabian Affolter2023-09-08
| | | | | | | | Changelog: https://github.com/transmission-remote-gtk/transmission-remote-gtk/releases/tag/1.6.0
* | Merge pull request #249276 from eigengrau/fix-soulseekqt-mktemp-errorWeijia Wang2023-09-07
|\ \ | | | | | | soulseekqt: don’t linger in a read-only directory after installing
| * | soulseekqt: don’t linger in a read-only directory after installingSebastian Reuße2023-08-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It appears that the strip phase assumes that CWD is writable now (when using mktemp) and will otherwise fail with: mktemp: failed to create file via template 'striperr.XXXXXX': No such file or directory We now avoid this error by sticking to the build-directory and referencing files from the AppImage by path. References: #248569
* | | Merge pull request #252468 from kashw2/transmission_4Weijia Wang2023-09-01
|\ \ \ | | | | | | | | transmission_4: 4.0.3 -> 4.0.4
| * | | transmission_4: 4.0.3 -> 4.0.4kashw22023-08-31
| | |/ | |/|
* | | Merge pull request #252469 from kashw2/qbittorrentWeijia Wang2023-09-01
|\ \ \ | | | | | | | | qbittorrent: 4.5.4 -> 4.5.5
| * | | qbittorrent: 4.5.4 -> 4.5.5kashw22023-08-31
| |/ /