summary refs log tree commit diff
path: root/pkgs/applications/misc
Commit message (Collapse)AuthorAge
* mupdf: add patch to fix multiple CVEsFranz Pletz2017-10-26
| | | | Fixes CVE-2017-14685, CVE-2017-14686, CVE-2017-14687, CVE-2017-15587.
* kitty: init at 0.4.2 (#30687)Milan Svoboda2017-10-25
| | | | | | | | | | * add new application: terminal kitty (opengl, c, python) https://github.com/kovidgoyal/kitty.git * kitty: nitpicks * update kitty 0.4.0 -> 0.4.2, add maintainer
* Merge pull request #30526 from vyp/upd/udiskieFranz Pletz2017-10-25
|\ | | | | udiskie: 1.7.1 -> 1.7.2
| * udiskie: 1.7.1 -> 1.7.2xd1le2017-10-18
| | | | | | | | Closes #30506.
* | rtv: 1.18.0 -> 1.19.0Tom Doggett2017-10-24
| | | | | | | | Updated version and GitHub SHA for the most recent version.
* | xca: Remove unnecessary substituteInPlaceTuomas Tynkkynen2017-10-24
| | | | | | | | Builds fine without.
* | makeself: 2.2.0 -> 2.3.1jammerful2017-10-23
| |
* | Merge pull request #30692 from jonafato/keepassx-community-2.2.2Daniel Peebles2017-10-23
|\ \ | | | | | | keepassx-community: 2.2.1 -> 2.2.2
| * | keepassx-community: 2.2.1 -> 2.2.2Jon Banafato2017-10-22
| | |
* | | rust: update cargo builder to fetch registry dynamicallyKevin Cox2017-10-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The biggest benefit is that we no longer have to update the registry package. This means that just about any cargo package can be built by nix. No longer does `cargo update` need to be feared because it will update to packages newer then what is available in nixpkgs. Instead of fetching the cargo registry this bundles all the source code into a "vendor/" folder. This also uses the new --frozen and --locked flags which is nice. Currently cargo-vendor only provides binaries for Linux and macOS 64-bit. This can be solved by building it for the other architectures and uploading it somewhere (like the NixOS cache). This also has the downside that it requires a change to everyone's deps hash. And if the old one is used because it was cached it will fail to build as it will attempt to use the old version. For this reason the attribute has been renamed to `cargoSha256`. Authors: * Kevin Cox <kevincox@kevincox.ca> * Jörg Thalheim <Mic92@users.noreply.github.com> * zimbatm <zimbatm@zimbatm.com>
* | | calibre: 3.9.0 -> 3.10.0André-Patrick Bubel2017-10-22
|/ /
* | cura: 2.6.1 -> 3.0.3Nikolay Amiantov2017-10-22
| |
* | curaengine: 2.6.1 -> 3.0.3Nikolay Amiantov2017-10-22
| |
* | sent: 0.2 -> 1geistesk2017-10-22
| | | | | | | | Update sent to current version, adding farbfeld-dependency, updating license and URL
* | et: 2017-03-04 -> 0.1geistesk2017-10-21
| |
* | rofi: 1.4.1 -> 1.4.2mimadrid2017-10-21
| |
* | pell: 0.0.1 -> 0.0.2Rommel Martinez2017-10-21
| |
* | keepass: 2.36 -> 2.37joncojonathan2017-10-21
| | | | | | | | | | Motivation for change: Upgrade to add new features / improvements as listed https://keepass.info/news/n171012_2.37.html.
* | Merge pull request #30563 from michaelpj/imp/tzupdateJoachim F2017-10-20
|\ \ | | | | | | tzupdate: init at 1.2.0 (+ service)
| * | tzupdate: init at 1.2.0Michael Peyton Jones2017-10-19
| | |
* | | Merge pull request #30589 from Moredread/electrum_mplJoachim F2017-10-20
|\ \ \ | | | | | | | | electrum: Enable plotting support
| * | | electrum: enable plotting supportAndré-Patrick Bubel2017-10-19
| | | | | | | | | | | | | | | | | | | | | | | | Plotting seems to be a core feature now, with a menu entry available by default. Without the matplotlib dependency this opens a warning popup though.
* | | | bitcoinarmory: use buildPythonApplicationFrederik Rietdijk2017-10-20
|/ / / | | | | | | | | | because mkPythonDerivation shouldn't be used directly anymore.
* | | Merge pull request #30560 from casey/alacritty-updateTim Steinbach2017-10-19
|\ \ \ | | | | | | | | alacritty: unstable 2017-09-02 -> 2017-10-17
| * | | alacritty: unstable 2017-09-02 -> 2017-10-17Casey Rodarmor2017-10-18
| | | |
* | | | blender: fix build with new cudatoolkitNikolay Amiantov2017-10-19
| | | |
* | | | treewide: use default compiler for cudaNikolay Amiantov2017-10-19
| | | |
* | | | Merge pull request #30523 from xvapx/playonlinux-updateGraham Christensen2017-10-18
|\ \ \ \ | |_|/ / |/| | | playOnLinux: 4.2.10 -> 4.2.12
| * | | playOnLinux: 4.2.10 -> 4.2.12Marti Serra2017-10-18
| | | |
* | | | hyper: 1.4.3 -> 1.4.8Fatih Altinok2017-10-17
| | | |
* | | | Merge pull request #30464 from rnhmjoj/bbJörg Thalheim2017-10-17
|\ \ \ \ | |_|_|/ |/| | | bb: init at 1.3rc1
| * | | bb: init at 1.3rc1rnhmjoj2017-10-16
| | | |
* | | | Merge pull request #30388 from Infinisil/vis-fixJörg Thalheim2017-10-16
|\ \ \ \ | |_|/ / |/| | | cli-visualizer: fix
| * | | cli-visualizer: fixSilvan Mosberger2017-10-13
| | | |
* | | | Merge pull request #30420 from mimadrid/update/rofi-1.4.1Michael Raskin2017-10-15
|\ \ \ \ | | | | | | | | | | rofi: 1.3.1 -> 1.4.1
| * | | | rofi: 1.3.1 -> 1.4.1mimadrid2017-10-14
| | | | |
* | | | | Merge pull request #30329 from gleber/pgadmin-upgrade-fixLancelot SIX2017-10-14
|\ \ \ \ \ | | | | | | | | | | | | pgadmin3: 1.22.1 -> 1.22.2
| * | | | | pgadmin3: 1.22.1 -> 1.22.2Gleb Peregud2017-10-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also include Debian patch https://sources.debian.net/data/main/p/pgadmin3/1.22.2-1/debian/patches/843344 which fixes segfault at start
* | | | | | kdeconnect: boy scout cleanupsPeter Hoeg2017-10-14
| | | | | |
* | | | | | gummi: init at 0.6.6 (#30398)Florian Klink2017-10-13
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | * gummi: init at 0.6.6 * gummi: cleanup
* | | | | Merge pull request #30363 from Moredread/udiskieFranz Pletz2017-10-13
|\ \ \ \ \ | | | | | | | | | | | | udiskie: 1.7.0 -> 1.7.1
| * | | | | udiskie: 1.7.0 -> 1.7.1André-Patrick Bubel2017-10-12
| |/ / / /
* | | | | Merge pull request #30296 from adisbladis/kdeconnect_1_2Peter Hoeg2017-10-13
|\ \ \ \ \ | |/ / / / |/| | | | kdeconnect: 1.0.3 -> 1.2
| * | | | kdeconnect: 1.0.3 -> 1.2adisbladis2017-10-12
| | | | |
* | | | | Merge pull request #30309 from dywedir/mediainfoJörg Thalheim2017-10-11
|\ \ \ \ \ | | | | | | | | | | | | libmediainfo, mediainfo, mediainfo-gui: 0.7.97 -> 0.7.99
| * | | | | libmediainfo, mediainfo, mediainfo-gui: 0.7.97 -> 0.7.99dywedir2017-10-11
| | | | | |
* | | | | | Merge pull request #30294 from pbogdan/update-tnefPeter Hoeg2017-10-11
|\ \ \ \ \ \ | |/ / / / / |/| | | | | tnef: 1.4.14 -> 1.4.15
| * | | | | tnef: 1.4.14 -> 1.4.15Piotr Bogdan2017-10-10
| | |_|_|/ | |/| | |
* | | | | cbatticon: 1.6.6 -> 1.6.7José Romildo Malaquias2017-10-09
| | | | |
* | | | | calibre: 3.7.0 -> 3.9.0Peter Hoeg2017-10-09
| |/ / / |/| | |