about summary refs log tree commit diff
path: root/pkgs/development
Commit message (Collapse)AuthorAge
* guile-cairo: 1.11.0 -> 1.11.1R. RyanTM2020-06-17
|
* visualvm: 2.0 -> 2.0.2R. RyanTM2020-06-17
|
* intel-graphics-compiler: 1.0.3627 -> 1.0.4062R. RyanTM2020-06-17
|
* libmysofa: 1.0 -> 1.1R. RyanTM2020-06-17
|
* libsolv: 0.7.13 -> 0.7.14R. RyanTM2020-06-17
|
* libnetfilter_queue: 1.0.3 -> 1.0.4R. RyanTM2020-06-17
|
* openwsman: 2.6.11 -> 2.7.0R. RyanTM2020-06-17
|
* curlcpp: 1.1 -> 1.4R. RyanTM2020-06-17
|
* flyctl: 0.0.123 -> 0.0.131R. RyanTM2020-06-17
|
* go-protobuf: 1.3.2 -> 1.4.2R. RyanTM2020-06-17
|
* gllvm: 1.2.3 -> 1.2.6R. RyanTM2020-06-17
|
* liblouis: 3.13.0 -> 3.14.0R. RyanTM2020-06-17
|
* cpp-hocon: 0.2.1 -> 0.2.2R. RyanTM2020-06-17
|
* python3Packages.spacy_models: 2.2.5 -> 2.3.0Daniël de Kok2020-06-17
| | | | Update all *existing* models for compatibility with spaCy 2.3.0.
* python3Packages.spacy: 2.2.4 -> 2.3.0Daniël de Kok2020-06-17
| | | | | | Changelog: https://github.com/explosion/spaCy/releases/tag/v2.3.0
* liquibase: 3.9.0 -> 3.10.0R. RyanTM2020-06-17
|
* activemq: 5.15.12 -> 5.15.13R. RyanTM2020-06-17
|
* beancount: 2.2.3 -> 2.3.0R. RyanTM2020-06-17
|
* gmm: 5.3 -> 5.4R. RyanTM2020-06-17
|
* freetds: 1.1.40 -> 1.1.42R. RyanTM2020-06-17
|
* libfprint: 1.90.1 -> 1.90.2R. RyanTM2020-06-17
|
* flyway: 6.4.3 -> 6.4.4R. RyanTM2020-06-17
|
* python.pkgs.bleach: add missing dependency `packaging`Frederik Rietdijk2020-06-17
|
* Merge pull request #90594 from wucke13/webdisDaniël de Kok2020-06-17
|\ | | | | webdis: 0.1.9 -> 0.1.10
| * webdis: 0.1.9 -> 0.1.10wucke132020-06-16
| |
* | tpm2-tss: remove libgcrypt from explicit build inputsLeon Schuermann2020-06-17
| |
* | tpm2-tss: build from source instead of release tarballLeon Schuermann2020-06-17
| |
* | tpm2-tss: extract checkPhase dependencies into checkInputsLeon Schuermann2020-06-17
| |
* | tpm2-tss: enable parallel buildingLeon Schuermann2020-06-17
| |
* | tpm2-tss: 2.3.2 -> 2.4.1Leon Schuermann2020-06-17
| |
* | Merge pull request #90659 from r-ryantm/auto-update/openmpimarkuskowa2020-06-17
|\ \ | | | | | | openmpi: 4.0.3 -> 4.0.4
| * | openmpi: 4.0.3 -> 4.0.4R. RyanTM2020-06-16
| | |
* | | libjcat: 0.1.2 -> 0.1.3Martin Milata2020-06-17
| | | | | | | | | | | | | | | | | | Fixes: https://nvd.nist.gov/vuln/detail/CVE-2020-10759 Changelog: https://github.com/hughsie/libjcat/blob/0.1.3/NEWS See also: https://github.com/justinsteven/advisories/blob/master/2020_fwupd_dangling_s3_bucket_and_CVE-2020-10759_signature_verification_bypass.md
* | | Merge pull request #90288 from delroth/mono-closure-sizeobadz2020-06-17
|\ \ \ | | | | | | | | mono: don't propagate a dependency to glib-dev (15% closure size saving)
| * | | pythonPackages.pythonnet: add missing glib dependencyPierre Bourdon2020-06-14
| | | |
| * | | gio-sharp: add missing glib dependencyPierre Bourdon2020-06-14
| | | |
| * | | mono: don't propagate a dependency to glib-devPierre Bourdon2020-06-14
| | |/ | |/| | | | | | | | | | | | | | | | | | | This was added in 2005 back in r51ce4ea2. This was not commented or explained anywhere, and it does not seem to be necessary anymore according to some quick testing I did. Reduces mono closure size by ~100M.
* | | Nixpkgs support for `dhall-to-nixpkgs`Gabriel Gonzalez2020-06-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The motivation for this change is to enable a new Dhall command-line utility called `dhall-to-nixpkgs` which converts Dhall packages to buildable Nix packages. You can think of `dhall-to-nixpkgs` as the Dhall analog of `cabal2nix`. You can find the matching pull request for `dhall-to-nixpkgs` here: https://github.com/dhall-lang/dhall-haskell/pull/1826 The two main changes required to support `dhall-to-nixpkgs` are: * Two new `buildDhall{Directory,GitHub}Package` utilities are added `dhall-to-nixpkgs` uses these in the generated output * `pkgs.dhallPackages` now selects a default version for each package using the `prefer` utility All other versions are still buildable via a `passthru` attribute
* | | Merge pull request #90472 from cdepillabout/purescript-0.13.8Lassulus2020-06-17
|\ \ \ | | | | | | | | purescript: 0.13.6 -> 0.13.8
| * | | purescript: add cdepillabout as maintainer(cdep)illabout2020-06-15
| | | |
| * | | purescript: 0.13.6 -> 0.13.8(cdep)illabout2020-06-15
| | | |
* | | | luaPackages.ldbus: init at scm-0pablo11072020-06-17
| | | |
* | | | olm: fix homepage linkIngo Blechschmidt2020-06-17
| | | |
* | | | bazel-buildtools: 3.2.0 -> 3.2.1Claudio Bley2020-06-17
| | | |
* | | | Merge #90247: lmdb: 0.9.24 -> 0.9.25Vladimír Čunát2020-06-17
|\ \ \ \
| * | | | lmdb: 0.9.24 -> 0.9.25Jesper Geertsen Jonsson2020-06-13
| | | | | | | | | | | | | | | | | | | | Change to official repo. The Github read-only mirror is abandoned.
* | | | | treewide: ffmpeg_4 -> ffmpegzowoq2020-06-16
| | | | |
* | | | | buildGoModule: require vendorSha256 to be set in packageszowoq2020-06-17
| | | | |
* | | | | vagrant: 2.2.8 -> 2.2.9Maximilian Bosch2020-06-17
| | | | | | | | | | | | | | | | | | | | https://github.com/hashicorp/vagrant/blob/v2.2.9/CHANGELOG.md#229-may-07-2020
* | | | | Merge pull request #90495 from r-ryantm/auto-update/cppcheckMaximilian Bosch2020-06-17
|\ \ \ \ \ | | | | | | | | | | | | cppcheck: 2.0 -> 2.1