summary refs log tree commit diff
path: root/pkgs/applications
Commit message (Collapse)AuthorAge
* terraform: disable checks for 0.9 as they are failing againPeter Hoeg2017-07-13
|
* terragrunt: 0.12.16 -> 0.12.24Peter Hoeg2017-07-13
|
* terragrunt: make v0.11.1 use its own deps filePeter Hoeg2017-07-13
|
* syncthing: 0.14.31 -> 0.14.32Peter Hoeg2017-07-12
|
* quaternion: 2017-04-15 -> 2017-06-29Peter Hoeg2017-07-12
|
* houdini: init at 16.0.633 (#27326)Andrew Cann2017-07-12
|
* Merge pull request #27301 from sternenseemann/jacklineJörg Thalheim2017-07-11
|\ | | | | jackline: 2017-05-21 -> 2017-05-24
| * jackline: 2017-05-21 -> 2017-05-24sternenseemann2017-07-11
| |
* | git: add missing deps for filter-branch etc (#27221)Alexander Schmolck2017-07-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Several git commands are implemented as shell scripts that run awk, sed, grep and perl. There is some existing patching in the postinstall for perl to rewrite it to an absolute reference to pkgs.perl, but several other packages are both missing as a dependency and have no rewrite logic. In particular git filter-branch depends on sed and grep. Additionally, the perl logic also seds git-am, which is now a binary not a shell script anymore (see <github.com/git/git/blob/master/builtin/am.c>), so this part was obsolete. I tested this by grepping all shell scripts for the relevant commands and then comparing the diffs of the new version to what is produced in master. All changes in the scripts seem good to me.
* | helm:0.8.6 -> 0.9.0 (#27302)Bart Brouns2017-07-11
|/
* Update e-mail address for nckxTobias Geerinckx-Rice2017-07-10
|
* Merge pull request #27137 from vdemeester/update-docker-1706Tim Steinbach2017-07-10
|\ | | | | docker: 17.03.2-ce -> 17.06.0-ce
| * docker-ce: 17.03.02-ce -> 17.06.0-ceVincent Demeester2017-07-10
| | | | | | | | Signed-off-by: Vincent Demeester <vincent@sbr.pm>
* | eclipse-modeling: 4.6 -> 4.7Matt McHenry2017-07-10
| |
* | eclipse-cpp: 4.6.0 -> 4.7.0Matt McHenry2017-07-10
| |
* | Mopidy-iris: init at 3.0.0 (#26518)Roman Volosatovs2017-07-10
|/
* Merge pull request #27272 from sigma/pr/hugo-0.25.1Jörg Thalheim2017-07-10
|\ | | | | hugo: 0.25 -> 0.25.1
| * hugo: 0.25 -> 0.25.1Yann Hodique2017-07-10
| |
* | ndppd: init at 0.2.5Tristan Helmich2017-07-10
|/
* syncthing: 0.14.30 -> 0.14.31Peter Hoeg2017-07-10
|
* irssi: 1.0.3 -> 1.0.4 for multiple CVEsFranz Pletz2017-07-10
| | | | | | | | Fixes: * CVE-2017-10965 * CVE-2017-10966 See https://irssi.org/security/irssi_sa_2017_07.txt.
* opera: 45.0.2552.898 -> 46.0.2597.392392017-07-09
| | | | | - updated to 46.0.2597.39 - gtk2 dependency changed to gtk3 - 32-bit package is no longer supported
* pjsip: 2.5.5 -> 2.6Taeer Bar-Yam2017-07-09
|
* Merge pull request #27193 from calvertvl/upd_qutebrowser-0.11.0Joachim F2017-07-09
|\ | | | | qutebrowser: 0.10.1 -> 0.11.0
| * qutebrowser: 0.10.1 -> 0.11.0Victor Calvert2017-07-06
| |
* | Merge pull request #27249 from jensbin/corebirdJoachim F2017-07-09
|\ \ | | | | | | corebird: 1.5 -> 1.5.1
| * | corebird: 1.5 -> 1.5.1Jens Binkert2017-07-09
| | |
* | | Merge pull request #27251 from jfrankenau/update-fehJoachim F2017-07-09
|\ \ \ | |/ / |/| | feh: 2.18.2 -> 2.19
| * | feh: 2.18.2 -> 2.19Johannes Frankenau2017-07-09
| | |
* | | krusader: add missing dependenciesPeter Hoeg2017-07-09
| | |
* | | krusader: fix compilationPeter Hoeg2017-07-09
| | |
* | | Merge pull request #27197 from kquick/masterMichael Raskin2017-07-08
|\ \ \ | | | | | | | | yices library: enable full functionality by adding libpoly polynomial library and fix soname linking.
| * | | Fix license reference for added libpoly library.Kevin Quick2017-07-07
| | | |
| * | | Update yices to add libpoly/mcsat functionality and add soname target.Kevin Quick2017-07-06
| | | |
| * | | Add poly library for manipulating polynomials.Kevin Quick2017-07-06
| | | |
* | | | Merge branch 'staging' into masterDaiderd Jordan2017-07-08
|\ \ \ \
| * \ \ \ Merge branch 'glibc' of https://github.com/rnhmjoj/nixpkgs into stagingEelco Dolstra2017-07-06
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | Merge branch 'master' into stagingVladimír Čunát2017-07-05
| |\ \ \ \
| * | | | | fix regressions where "${repo}-${rev}-scr" pattern was hardcodedVolth2017-07-04
| | | | | |
* | | | | | Merge pull request #26968 from Infinisil/buku-tests-and-completionsGraham Christensen2017-07-08
|\ \ \ \ \ \ | | | | | | | | | | | | | | buku: Enabled tests and added shell completion
| * | | | | | buku: added not to remove line on next versionSilvan Mosberger2017-06-30
| | | | | | |
| * | | | | | buku: test & completions revisionSilvan Mosberger2017-06-29
| | | | | | |
| * | | | | | buku: Enabled tests and added shell completionSilvan Mosberger2017-06-29
| | | | | | |
* | | | | | | Merge pull request #27053 from lheckemann/firefox-gamepadGraham Christensen2017-07-08
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | firefox wrapper: add libudev to libs
| * | | | | | | firefox wrapper: add libudev to libsLinus Heckemann2017-07-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #26913 (gamepad support).
* | | | | | | | mldonkey: 3.1.5 -> 3.1.6Vincent Laporte2017-07-08
| | | | | | | |
* | | | | | | | smplayer: 17.6.0 -> 17.7.0Vincent Laporte2017-07-08
| | | | | | | |
* | | | | | | | hugo: 0.24.1 -> 0.25Yann Hodique2017-07-08
| | | | | | | |
* | | | | | | | acgtk: 1.1 -> 1.3.1Vincent Laporte2017-07-08
| | | | | | | |
* | | | | | | | hol_light: 2016-07-23 -> 2017-07-06Vincent Laporte2017-07-08
| | | | | | | |