summary refs log tree commit diff
path: root/pkgs/tools/filesystems/yandex-disk
Commit message (Collapse)AuthorAge
* yandex-disk: 0.1.5.1039 -> 0.1.6.1074 (#130450)Aleksandr Petrosyan2021-07-18
|
* pkgs/tools: stdenv.lib -> libBen Siraphob2021-01-15
|
* tree-wide: unify Bash completions outputs (#103421)Jonas Chevalier2020-11-12
| | | Use $out/share/bash-completion/completions to store the Bash completions
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
|
* treewide: fix redirected urlsPatrick Hilhorst2020-01-22
| | | | | | | | | | | | | | | | | | | According to https://repology.org/repository/nix_unstable/problems, we have a lot of packages that have http links that redirect to https as their homepage. This commit updates all these packages to use the https links as their homepage. The following script was used to make these updates: ``` curl https://repology.org/api/v1/repository/nix_unstable/problems \ | jq '.[] | .problem' -r \ | rg 'Homepage link "(.+)" is a permanent redirect to "(.+)" and should be updated' --replace 's@$1@$2@' \ | sort | uniq > script.sed find -name '*.nix' | xargs -P4 -- sed -f script.sed -i ```
* treewide: name -> pname (easy cases) (#66585)volth2019-08-15
| | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* yandex-disk: 0.1.5.1010 -> 0.1.5.1039R. RyanTM2019-07-20
| | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/yandex-disk/versions
* yandex-disk: update i386 hash for 0.1.5.1010Markus Kowalewski2019-05-16
|
* yandex-disk: 0.1.5.978 -> 0.1.5.1010R. RyanTM2019-04-03
| | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/yandex-disk/versions
* treewide: http -> https sources (#42676)Silvan Mosberger2018-06-28
| | | | | | | | | * treewide: http -> https sources This updates the source urls of all top-level packages from http to https where possible. * buildtorrent: fix url and tab -> spaces
* treewide: remove platform assertionsMatthew Bauer2018-05-03
| | | | linux: readd assertion
* yandex-disk: 0.1.5.948 -> 0.1.5.978Alex Ivanov2016-11-12
|
* replace ${stdenv.cc.cc}/lib occurencesNikolay Amiantov2016-05-01
|
* Merge master into closure-sizeVladimír Čunát2016-03-08
|\ | | | | | | | | The kde-5 stuff still didn't merge well. I hand-fixed what I saw, but there may be more problems.
| * yandex-disk: 0.1.5.940 -> 0.1.5.948Arseniy Seroka2016-02-27
| |
* | treewide: Mass replace 'zlib}/lib' to refer the 'out' outputTuomas Tynkkynen2016-01-24
|/
* yandex-disk: update 0.1.5.905 -> 0.1.5.940Arseniy Seroka2015-10-14
|
* yandex-disk: update 0.1.5.870 -> 0.1.5.905Arseniy Seroka2015-08-31
|
* meta.description fixupsJoachim Fasting2015-04-30
| | | | Mostly scripted substitutions with a couple of subjective enhancements.
* yandex-disk: update 0.1.4.504 -> 0.1.5.870Arseniy Seroka2015-04-07
|
* rename all occurrences of stdenv.cc.gcc to stdenv.cc.ccEric Seidel2015-01-14
|
* Change occurrences of gcc to the more general ccJohn Wiegley2014-12-26
| | | | | This is done for the sake of Yosemite, which does not have gcc, and yet this change is also compatible with Linux.
* use rpmextract in some packagesNikolay Amiantov2014-10-20
|
* yandex-disk: fix the url; introduce systemd.service #2228Sergey Mironov2014-09-03
|
* Fix tarball buildEelco Dolstra2014-08-24
|
* yandex-disk: fix bash-completion, add long descriptionSergey Mironov2013-12-05
| | | | | bashCompletion created 'have1' file in the current directory occasionally. this patch fixes it.
* yandex-disk: add the Yandex.Disk cloud storage clientSergey Mironov2013-11-18
Details: http://help.yandex.com/disk/cli-clients.xml