about summary refs log tree commit diff
path: root/pkgs
Commit message (Collapse)AuthorAge
* signal-desktop: fix notificationsPuck Meerburg2020-02-12
|
* Merge pull request #79930 from andir/cargo-no-system-libgit2Andreas Rammhold2020-02-12
|\ | | | | cargo: use bundled libgit2
| * cargo: install man pagesAlyssa Ross2020-02-12
| | | | | | | | | | | | | | I thought about doing a seperate output for these, but they're tiny compared to the size of the binary, so there's no point. (cherry picked from commit 0489c1b4b20d13fa04e6460ead73893889ff2529)
| * cargo: use bundled libgit2Andreas Rammhold2020-02-12
| | | | | | | | | | | | | | | | | | | | Cargo uses git-rs which is made to be built against the bundled libgit2 version that hasn't been part of a stable release yet. Using our libgit2 instead of the master version fails during runtime as they are not compatible anymore. After the next libgit2 update we can try again but it is likely that there will also be yet another cargo release at that point in timeā€¦
* | latte-dock: 0.9.7 -> 0.9.8.1 (#79533)R. RyanTM2020-02-12
| |
* | Merge pull request #79858 from r-ryantm/auto-update/quilterworldofpeace2020-02-12
|\ \ | | | | | | quilter: 2.1.0 -> 2.1.1
| * | quilter: 2.1.0 -> 2.1.1R. RyanTM2020-02-11
| | |
* | | Merge pull request #79906 from r-ryantm/auto-update/flashromFlorian Klink2020-02-12
|\ \ \ | | | | | | | | flashrom: 1.1 -> 1.2
| * | | flashrom: disable on aarch64Marek Mahut2020-02-12
| | | | | | | | | | | | | | | | Reference: https://github.com/flashrom/flashrom/issues/125
| * | | flashrom: 1.1 -> 1.2R. RyanTM2020-02-12
| |/ /
* | | Merge pull request #79758 from doronbehar/update-sequoiaworldofpeace2020-02-12
|\ \ \ | | | | | | | | sequoia: 0.13.0 -> 0.14.0
| * | | sequoia: 0.13.0 -> 0.14.0Doron Behar2020-02-10
| | | |
* | | | vimPlugins.vim-phabricator: init at 2020-01-23Bernardo Meurer2020-02-12
| | | |
* | | | vimPlugins.arcanist-vim: init at 2016-05-27Bernardo Meurer2020-02-12
| | | |
* | | | vimPlugins: updateBernardo Meurer2020-02-12
| | | |
* | | | vimPlugins: sortBernardo Meurer2020-02-12
| | | |
* | | | urweb: 20190217 -> 20200209R. RyanTM2020-02-12
| | | |
* | | | Merge pull request #79867 from primeos/tdesktopMichael Weiss2020-02-12
|\ \ \ \ | | | | | | | | | | tdesktop: 1.9.9 -> 1.9.12
| * | | | tdesktop: 1.9.9 -> 1.9.12Michael Weiss2020-02-12
| | | | | | | | | | | | | | | | | | | | Note: I skipped the packaging of mapbox-variant for now.
| * | | | tl-expected: init at 2019-11-11Michael Weiss2020-02-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This version is 5 commits ahead of version 1.0.0 because we need at least one patch [0] that prevents CMake from trying to use Git to fetch the already fetched submodule... Also some files have the wrong formatting (CRLF line endings) which makes the patching really messy. At this point is seems therefore better to use the master version instead (1.0.0 is pretty broken regarding CMake). [0]: https://github.com/TartanLlama/expected/commit/0ca73ee30e72a54b285ef1e26fd9ecc83c81e5ea
* | | | | fscrypt-experimental: 0.2.5 -> 0.2.6 (#79853)Michael Weiss2020-02-12
| | | | | | | | | | | | | | | Changelog: https://github.com/google/fscrypt/releases/tag/v0.2.6
* | | | | jsonnet: 0.14.0 -> 0.15.0R. RyanTM2020-02-12
| | | | |
* | | | | metamath: 0.178 -> 0.180Nathan van Doorn2020-02-12
| | | | |
* | | | | dnnl: run tests, fix install treeBenjamin Hipple2020-02-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | With the new update to 1.2 in https://github.com/NixOS/nixpkgs/pull/79426, some the install tree coming out of cmake seems to have produced a duplicate copy of the nix tree.
* | | | | gitAndTools.gh: 0.5.3 -> 0.5.4R. RyanTM2020-02-12
| | | | |
* | | | | squeezelite: git -> 1.9.1196Sam Doshi2020-02-12
| | | | | | | | | | | | | | | | | | | | Fix mp3, aac and ogg support, add extra codecs.
* | | | | pythonPackages.marshmallow-polyfield: init at 5.7Drew Risinger2020-02-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This python package allows polymorphic data fields in marshmallow serialization/deserialization schema. This is a requirement for qiskit.
* | | | | pythonPackages.digi-xbee: init at 1.3.0Jeff Labonte2020-02-12
| | | | |
* | | | | pythonPackages.srp: init at 1.0.15Jeff Labonte2020-02-12
| | | | |
* | | | | pythonPackages.sanic-auth: init at 0.2.0Farkas, Arnold2020-02-12
| | | | |
* | | | | Merge pull request #79478 from stefano-m/aws-sam-cli-no-telemetryMichele Guerini Rocco2020-02-12
|\ \ \ \ \ | | | | | | | | | | | | aws-sam-cli: disable telemetry
| * | | | | aws-sam-cli: add argument to conditionally enable telemetryStefano Mazzucco2020-02-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If someone really wants to opt into telemetry, they can do so by setting `enableTelemetry` to `true` (the default is `false`), in which case the wrapper that sets `SAM_CLI_TELEMETRY` to `0` will not be created. Note that this actually allows a user to optionally disable telemetry from the command line or the (poorly documented) configuration in `~/.aws-sam/metadata.json`. The downside is telemetry will be enabled at least on the first run, causing a unique installation ID to be saved in the configuration file.
| * | | | | aws-sam-cli: disable telemetryStefano Mazzucco2020-02-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since v0.19.0 aws-sam-cli sends telemetry data to AWS[1]. To protect the users' privacy, we opt-out by default. [1] https://github.com/awslabs/aws-sam-cli/issues/1272
* | | | | | vimPlugins.jellybeans-vim: init at 2019-06-22David Terry2020-02-12
| | | | | |
* | | | | | vimPlugins: updateDavid Terry2020-02-12
| | | | | |
* | | | | | pythonPackages.dlx: init at 1.0.4Drew Risinger2020-02-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Python implementation of Donald Knuth's Dancing Links (exact cover) algorithm. Requirement of qiskit-aqua.
* | | | | | Fixed typoSarah Zhang2020-02-12
| | | | | |
* | | | | | widevine: 4.10.1196.0 -> 4.10.1582.1Edmund Wu2020-02-12
| | | | | |
* | | | | | vivaldi-codecs-ffmpeg: 74.0.3729.169 -> 78.0.3904.70Edmund Wu2020-02-12
| | | | | |
* | | | | | vivaldi: fix patched pathsEdmund Wu2020-02-12
| | | | | |
* | | | | | pythonPackages.pysnow: init at 0.7.14Alma Cemerlic2020-02-12
| | | | | |
* | | | | | mawk: 1.3.4-20200106 -> 1.3.4-20200120R. RyanTM2020-02-12
| | | | | |
* | | | | | Merge pull request #79697 from r-ryantm/auto-update/rust-bindgenRyan Mulligan2020-02-12
|\ \ \ \ \ \ | | | | | | | | | | | | | | rust-bindgen: 0.52.0 -> 0.53.1
| * | | | | | rust-bindgen: 0.52.0 -> 0.53.1R. RyanTM2020-02-10
| | | | | | |
* | | | | | | duplicacy: 2.1.2 -> 2.3.0ffinkdevs2020-02-12
| | | | | | |
* | | | | | | vivaldi: 2.10.1745.27-1 -> 2.11.1811.33-1Tim Steinbach2020-02-12
| | | | | | |
* | | | | | | linux_latest-libre: 17318 -> 17322Tim Steinbach2020-02-12
| | | | | | |
* | | | | | | Merge pull request #79923 from cohei/update-chromedriverMario Rodas2020-02-12
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | chromedriver: 78.0.3904.70 -> 80.0.3987.16
| * | | | | | | chromedriver: 78.0.3904.70 -> 80.0.3987.16TANIGUCHI Kohei2020-02-12
| | | | | | | |
* | | | | | | | Merge pull request #79901 from sikmir/nnnMarek Mahut2020-02-12
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | nnn: 2.9 -> 3.0