summary refs log tree commit diff
path: root/pkgs/development
Commit message (Collapse)AuthorAge
* libodfgen: 0.1.6 -> 0.1.7 (#42246)R. RyanTM2018-07-06
| | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/libodfgen/versions. These checks were done: - built on NixOS - 0 of 0 passed binary check by having a zero exit code. - 0 of 0 passed binary check by having the new version present in output. - found 0.1.7 with grep in /nix/store/9ngbm7b2sd2zvagliqnlgvx892ay7wm9-libodfgen-0.1.7 - directory tree listing: https://gist.github.com/6a8d890d4d5134b3b823c052014dfbd6 - du listing: https://gist.github.com/294321ff72a9aa97f89b6941ab62412d
* Merge pull request #43084 from vbgl/ocaml-janestreet-0.11.0xeji2018-07-06
|\ | | | | ocamlPackages.janeStreet: 0.10 -> 0.11
| * ocamlPackages.janeStreet: 0.10 -> 0.11Vincent Laporte2018-07-05
| |
* | Merge pull request #43059 from r-ryantm/auto-update/armadilloSilvan Mosberger2018-07-06
|\ \ | | | | | | armadillo: 8.500.1 -> 8.600.0
| * | armadillo: 8.500.1 -> 8.600.0R. RyanTM2018-07-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/armadillo/versions. These checks were done: - built on NixOS - 0 of 0 passed binary check by having a zero exit code. - 0 of 0 passed binary check by having the new version present in output. - found 8.600.0 with grep in /nix/store/m4l2zgjz09q33vv7k1gfj5h5qai41zz5-armadillo-8.600.0 - directory tree listing: https://gist.github.com/1453f46d5d1e8d2711fee7764e49fc8b - du listing: https://gist.github.com/843d38178389290c409688879c45f3b0
* | | pythonPackages.matrix-client: 0.2.0 -> 0.3.2 (#42915)Peter Hoeg2018-07-06
| | |
* | | Merge pull request #43106 from dotlambda/seafile-client-6.2.1Robert Schütz2018-07-06
|\ \ \ | | | | | | | | seafile-client: 6.1.8 -> 6.2.1
| * | | libsearpc: 3.0.7 -> 3.0.8Robert Schütz2018-07-06
| | | |
* | | | python: alembic: 0.9.9 -> 0.9.10Robert Schütz2018-07-06
| | | |
* | | | python.pkgs.agate: fix testsRobert Schütz2018-07-06
| | | | | | | | | | | | | | | | | | | | | | | | Need to use fetchFromGitHub because examples/ is missing from PyPI tarball. Also clean up the expression and specify appropriate checkInputs. Fixes #42867.
* | | | Merge #43021: nix: use boehmgc with enableLargeConfigVladimír Čunát2018-07-06
|\ \ \ \
| * | | | nix: use boehmgc with enableLargeConfig = trueVladimír Čunát2018-07-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #43015 for me and hopefully also similar issues. == Resource consumption == TL;DR: no change for small-memory cases, less CPU for large-memory cases. I assume almost all of the large memory usage is just the expression evaluation and managed by the GC, so I used just `nix-env -q...` to test. Old and new lines for each command follow. I tried to run each several times, but the values were very stable (<1% difference on re-runs), so only one line for each command-version pair is provided. $ time nix-env -f . -qaP --description -A nix >/dev/null - 0.06user 0.01system 0:00.07elapsed 101%CPU (0avgtext+0avgdata 29036maxresident)k + 0.06user 0.01system 0:00.07elapsed 102%CPU (0avgtext+0avgdata 29864maxresident)k $ time nix-env -f . -qaP --description >/dev/null - 6.45user 0.36system 0:06.82elapsed 99%CPU (0avgtext+0avgdata 1021024maxresident)k + 6.23user 0.33system 0:06.57elapsed 100%CPU (0avgtext+0avgdata 938408maxresident)k $ time nix-env -f . --show-trace -qa --drv-path --system --meta --xml 2>&1 >/dev/null - 56.35user 0.96system 0:31.03elapsed 184%CPU (0avgtext+0avgdata 3207708maxresident)k + 44.80user 0.91system 0:26.12elapsed 175%CPU (0avgtext+0avgdata 3192696maxresident)k $ time ./result-nix-large/bin/nix-instantiate --dry-run --eval --strict \ --show-trace ./maintainers/scripts/eval-release.nix > /dev/null - Too many heap sections: Increase MAXHINCR or MAX_HEAP_SECTS - Command terminated by signal 6 - 175.18user 2.68system 1:17.42elapsed 229%CPU (0avgtext+0avgdata 8468440maxresident)k + 178.48user 2.78system 1:15.11elapsed 241%CPU (0avgtext+0avgdata 8460572maxresident)k
* | | | | gauge: 0.9.7 -> 1.0.0 (#43107)Vincent Demeester2018-07-06
| | | | | | | | | | | | | | | Signed-off-by: Vincent Demeester <vincent@sbr.pm>
* | | | | Mint: 0.0.4 -> 0.1.0 (#43103)Michael Fellinger2018-07-06
| | | | |
* | | | | Merge pull request #43006 from r-ryantm/auto-update/grib-apilewo2018-07-06
|\ \ \ \ \ | |_|/ / / |/| | | | grib-api: 1.26.1 -> 1.27.0
| * | | | grib-api: 1.26.1 -> 1.27.0R. RyanTM2018-07-04
| | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/grib-api/versions. These checks were done: - built on NixOS - Warning: no invocation of /nix/store/r53ihy5m6ckhm98bm7bnwdpdj59r7qs0-grib-api-1.27.0/bin/grib_keys had a zero exit code or showed the expected version - /nix/store/r53ihy5m6ckhm98bm7bnwdpdj59r7qs0-grib-api-1.27.0/bin/grib_histogram passed the binary check. - Warning: no invocation of /nix/store/r53ihy5m6ckhm98bm7bnwdpdj59r7qs0-grib-api-1.27.0/bin/grib_error had a zero exit code or showed the expected version - Warning: no invocation of /nix/store/r53ihy5m6ckhm98bm7bnwdpdj59r7qs0-grib-api-1.27.0/bin/grib_add had a zero exit code or showed the expected version - Warning: no invocation of /nix/store/r53ihy5m6ckhm98bm7bnwdpdj59r7qs0-grib-api-1.27.0/bin/big2gribex had a zero exit code or showed the expected version - /nix/store/r53ihy5m6ckhm98bm7bnwdpdj59r7qs0-grib-api-1.27.0/bin/grib_debug passed the binary check. - /nix/store/r53ihy5m6ckhm98bm7bnwdpdj59r7qs0-grib-api-1.27.0/bin/grib_info passed the binary check. - /nix/store/r53ihy5m6ckhm98bm7bnwdpdj59r7qs0-grib-api-1.27.0/bin/grib_filter passed the binary check. - /nix/store/r53ihy5m6ckhm98bm7bnwdpdj59r7qs0-grib-api-1.27.0/bin/grib_ls passed the binary check. - /nix/store/r53ihy5m6ckhm98bm7bnwdpdj59r7qs0-grib-api-1.27.0/bin/grib_dump passed the binary check. - /nix/store/r53ihy5m6ckhm98bm7bnwdpdj59r7qs0-grib-api-1.27.0/bin/grib2ppm passed the binary check. - /nix/store/r53ihy5m6ckhm98bm7bnwdpdj59r7qs0-grib-api-1.27.0/bin/grib_set passed the binary check. - /nix/store/r53ihy5m6ckhm98bm7bnwdpdj59r7qs0-grib-api-1.27.0/bin/grib_get passed the binary check. - /nix/store/r53ihy5m6ckhm98bm7bnwdpdj59r7qs0-grib-api-1.27.0/bin/grib_get_data passed the binary check. - /nix/store/r53ihy5m6ckhm98bm7bnwdpdj59r7qs0-grib-api-1.27.0/bin/grib_copy passed the binary check. - Warning: no invocation of /nix/store/r53ihy5m6ckhm98bm7bnwdpdj59r7qs0-grib-api-1.27.0/bin/grib_repair had a zero exit code or showed the expected version - /nix/store/r53ihy5m6ckhm98bm7bnwdpdj59r7qs0-grib-api-1.27.0/bin/grib_packing passed the binary check. - Warning: no invocation of /nix/store/r53ihy5m6ckhm98bm7bnwdpdj59r7qs0-grib-api-1.27.0/bin/grib_cmp had a zero exit code or showed the expected version - /nix/store/r53ihy5m6ckhm98bm7bnwdpdj59r7qs0-grib-api-1.27.0/bin/grib_convert passed the binary check. - Warning: no invocation of /nix/store/r53ihy5m6ckhm98bm7bnwdpdj59r7qs0-grib-api-1.27.0/bin/grib_distance had a zero exit code or showed the expected version - Warning: no invocation of /nix/store/r53ihy5m6ckhm98bm7bnwdpdj59r7qs0-grib-api-1.27.0/bin/grib_corruption_check had a zero exit code or showed the expected version - /nix/store/r53ihy5m6ckhm98bm7bnwdpdj59r7qs0-grib-api-1.27.0/bin/grib_compare passed the binary check. - Warning: no invocation of /nix/store/r53ihy5m6ckhm98bm7bnwdpdj59r7qs0-grib-api-1.27.0/bin/grib_parser had a zero exit code or showed the expected version - Warning: no invocation of /nix/store/r53ihy5m6ckhm98bm7bnwdpdj59r7qs0-grib-api-1.27.0/bin/grib_count had a zero exit code or showed the expected version - /nix/store/r53ihy5m6ckhm98bm7bnwdpdj59r7qs0-grib-api-1.27.0/bin/grib_index_build passed the binary check. - Warning: no invocation of /nix/store/r53ihy5m6ckhm98bm7bnwdpdj59r7qs0-grib-api-1.27.0/bin/gg_sub_area_check had a zero exit code or showed the expected version - Warning: no invocation of /nix/store/r53ihy5m6ckhm98bm7bnwdpdj59r7qs0-grib-api-1.27.0/bin/grib_moments had a zero exit code or showed the expected version - Warning: no invocation of /nix/store/r53ihy5m6ckhm98bm7bnwdpdj59r7qs0-grib-api-1.27.0/bin/grib_to_json had a zero exit code or showed the expected version - /nix/store/r53ihy5m6ckhm98bm7bnwdpdj59r7qs0-grib-api-1.27.0/bin/grib_to_netcdf passed the binary check. - /nix/store/r53ihy5m6ckhm98bm7bnwdpdj59r7qs0-grib-api-1.27.0/bin/grib_list_keys passed the binary check. - Warning: no invocation of /nix/store/r53ihy5m6ckhm98bm7bnwdpdj59r7qs0-grib-api-1.27.0/bin/tigge_check had a zero exit code or showed the expected version - Warning: no invocation of /nix/store/r53ihy5m6ckhm98bm7bnwdpdj59r7qs0-grib-api-1.27.0/bin/tigge_name had a zero exit code or showed the expected version - Warning: no invocation of /nix/store/r53ihy5m6ckhm98bm7bnwdpdj59r7qs0-grib-api-1.27.0/bin/tigge_accumulations had a zero exit code or showed the expected version - Warning: no invocation of /nix/store/r53ihy5m6ckhm98bm7bnwdpdj59r7qs0-grib-api-1.27.0/bin/tigge_split had a zero exit code or showed the expected version - Warning: no invocation of /nix/store/r53ihy5m6ckhm98bm7bnwdpdj59r7qs0-grib-api-1.27.0/bin/grib1to2 had a zero exit code or showed the expected version - 16 of 35 passed binary check by having a zero exit code. - 12 of 35 passed binary check by having the new version present in output. - found 1.27.0 with grep in /nix/store/r53ihy5m6ckhm98bm7bnwdpdj59r7qs0-grib-api-1.27.0 - directory tree listing: https://gist.github.com/e6dee35a40cc23e8f92ab31e61d97635 - du listing: https://gist.github.com/09b91902bb419c1eb0f13bbc8e6a9ac0
* | | | libdazzle: 3.28.2 → 3.28.3Jan Tojnar2018-07-06
| | | |
* | | | python3.pkgs.dogtail: init at 0.9.10Jan Tojnar2018-07-06
| | | |
* | | | Merge pull request #42996 from r-ryantm/auto-update/libnfsPeter Hoeg2018-07-06
|\ \ \ \ | | | | | | | | | | libnfs: 2.0.0 -> 3.0.0
| * | | | libnfs: 2.0.0 -> 3.0.0R. RyanTM2018-07-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/libnfs/versions. These checks were done: - built on NixOS - Warning: no invocation of /nix/store/rzhnqdk6w2pmkg770dp4d4b5dfhg6dxc-libnfs-3.0.0/bin/nfs-cat had a zero exit code or showed the expected version - Warning: no invocation of /nix/store/rzhnqdk6w2pmkg770dp4d4b5dfhg6dxc-libnfs-3.0.0/bin/nfs-ls had a zero exit code or showed the expected version - /nix/store/rzhnqdk6w2pmkg770dp4d4b5dfhg6dxc-libnfs-3.0.0/bin/nfs-cp passed the binary check. - 1 of 3 passed binary check by having a zero exit code. - 0 of 3 passed binary check by having the new version present in output. - found 3.0.0 with grep in /nix/store/rzhnqdk6w2pmkg770dp4d4b5dfhg6dxc-libnfs-3.0.0 - directory tree listing: https://gist.github.com/41f09d1c597fdac38e45fb2ab6bec655 - du listing: https://gist.github.com/00ddd65dc42da40cbedb9ae1fe041f73
* | | | libndctl: fix build w/musl using patch from upstreamWill Dietz2018-07-05
| | | |
* | | | Merge pull request #42473 from roosemberth/lua53-pkgconfigMatthew Bauer2018-07-05
|\ \ \ \ | | | | | | | | | | lua5.3/pkgconfig: add lua5.3.pc
| * | | | lua5.3/pkgconfig: add lua5.3.pcRoosembert Palacios2018-06-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Some applications try to build using `pkgconfig lua5.3 --libs...` as some major distributions use this name. Add a symlink to the lua.pc pkgconfig file. Signed-off-by: Roosembert Palacios <roosembert.palacios@epfl.ch>
* | | | | Merge pull request #42817 from Hodapp87/fix_mesa_gluMatthew Bauer2018-07-05
|\ \ \ \ \ | | | | | | | | | | | | appleseed, structure-synth, luxcorerender: libGLU instead of mesa_glu
| * | | | | appleseed, structure-synth, luxcorerender: libGLU instead of mesa_gluChris Hodapp2018-06-30
| | | | | |
* | | | | | Merge pull request #42789 from twhitehead/lwp-protocol-httpsMatthew Bauer2018-07-05
|\ \ \ \ \ \ | | | | | | | | | | | | | | lwp-protocol-https: honour NIX_SSL_CERT_FILE
| * | | | | | lwp-protocol-https: honour NIX_SSL_CERT_FILETyson Whitehead2018-06-29
| | | | | | |
* | | | | | | Merge pull request #42926 from aij/flow-0.75Matthew Bauer2018-07-05
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | flow: 0.72.0 -> 0.75.0
| * | | | | | | flow: 0.72.0 -> 0.75.0Ivan Jager2018-07-03
| | | | | | | |
* | | | | | | | Merge pull request #42868 from alyssais/patch-2Matthew Bauer2018-07-05
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | bundler: 1.16.1 -> 1.16.2
| * | | | | | | | bundler: 1.16.1 -> 1.16.2Alyssa Ross2018-07-02
| | | | | | | | |
* | | | | | | | | treewide: http -> httpsRyan Mulligan2018-07-05
| | | | | | | | |
* | | | | | | | | Merge pull request #43060 from disassembler/asteriskxeji2018-07-06
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Asterisk xmpp support
| * | | | | | | | | iksemel: init at 1.4Samuel Leathers2018-07-04
| | | | | | | | | |
* | | | | | | | | | coqPackages.equations: Add support for Coq 8.8John Wiegley2018-07-05
| | | | | | | | | |
* | | | | | | | | | Merge pull request #43079 from matthewbauer/rework-extra-pkgsMatthew Bauer2018-07-05
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ |/| | | | | | | | | Rework stage.nix's extraPkgs
| * | | | | | | | | treewide: remove callPackage_i686Matthew Bauer2018-07-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This has been replaced with pkgsi686Linux.callPackage
* | | | | | | | | | Merge pull request #43011 from r-ryantm/auto-update/flatpakadisbladis2018-07-06
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | flatpak: 0.99.1 -> 0.99.2
| * | | | | | | | | | flatpak: 0.99.1 -> 0.99.2R. RyanTM2018-07-04
| | |_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/flatpak/versions. These checks were done: - built on NixOS - Warning: no invocation of /nix/store/2ig3b399yp3nlnhfyrv6yypyaf7x7rk3-flatpak-0.99.2/bin/flatpak-bisect had a zero exit code or showed the expected version - /nix/store/2ig3b399yp3nlnhfyrv6yypyaf7x7rk3-flatpak-0.99.2/bin/flatpak-coredumpctl passed the binary check. - /nix/store/2ig3b399yp3nlnhfyrv6yypyaf7x7rk3-flatpak-0.99.2/bin/.flatpak-wrapped passed the binary check. - /nix/store/2ig3b399yp3nlnhfyrv6yypyaf7x7rk3-flatpak-0.99.2/bin/flatpak passed the binary check. - 3 of 4 passed binary check by having a zero exit code. - 2 of 4 passed binary check by having the new version present in output. - found 0.99.2 with grep in /nix/store/2ig3b399yp3nlnhfyrv6yypyaf7x7rk3-flatpak-0.99.2 - directory tree listing: https://gist.github.com/4cd5330783ac4dc304e7ceba12395ba0 - du listing: https://gist.github.com/81060efb0965f7e05ba54655bce0f2ca
* | | | | | | | | | python.pkgs.flask-restful: fix testsRobert Schütz2018-07-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #43001.
* | | | | | | | | | graalvm8: 1.0.0-rc1 -> 1.0.0-rc3 (#43061)volth2018-07-05
| | | | | | | | | |
* | | | | | | | | | Merge pull request #42187 from jameysharp/jdk-without-gnomeMatthew Bauer2018-07-05
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | openjdk: fix build for !enableGnome2
| * | | | | | | | | | openjdk: fix build for !enableGnome2Jamey Sharp2018-06-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This OpenJDK packaging has a headless build configuration controlled by the `minimal` flag, which is regularly build-tested by Hydra, and a non-headless configuration based on pure Xlib libraries without Gnome features, which is not normally tested. Sometime before OpenJDK 8, the !enableGnome2 case broke, because it needs to link against libXrandr but that wasn't included in the buildInputs. If this patch is backported to NixOS 18.03 or earlier, the same fix needs to be applied to OpenJDK 9. I have tested OpenJDK versions 8, 9, and 10, but not any other versions.
* | | | | | | | | | | nodePackages_10_x.pnpm: init at 2.9.0adisbladis2018-07-05
| | | | | | | | | | |
* | | | | | | | | | | Merge pull request #42693 from r-ryantm/auto-update/libndctlGabriel Ebner2018-07-05
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | libndctl: 60.3 -> 61.1
| * | | | | | | | | | | libndctl: 60.3 -> 61.1R. RyanTM2018-06-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/libndctl/versions. These checks were done: - built on NixOS - /nix/store/rii1gr6lwrvq5nq6ymgi68si4zyn898f-libndctl-61.1/bin/ndctl passed the binary check. - /nix/store/rii1gr6lwrvq5nq6ymgi68si4zyn898f-libndctl-61.1/bin/daxctl passed the binary check. - 2 of 2 passed binary check by having a zero exit code. - 0 of 2 passed binary check by having the new version present in output. - found 61.1 with grep in /nix/store/rii1gr6lwrvq5nq6ymgi68si4zyn898f-libndctl-61.1 - directory tree listing: https://gist.github.com/7442fd9972afca1f270dae2b565ea76b - du listing: https://gist.github.com/9fad672e4b6018cf6b76447bb765e063
* | | | | | | | | | | | Merge pull request #43066 from adisbladis/gimp-2_10_4adisbladis2018-07-05
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | gimp: 2.10.2 -> 2.10.4
| * | | | | | | | | | | | gegl_0_4: 0.4.2 -> 0.4.4adisbladis2018-07-05
| | | | | | | | | | | | |
* | | | | | | | | | | | | conan: 1.4.5 -> 1.5.1 (#43032)R. RyanTM2018-07-05
|/ / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/conan/versions. These checks were done: - built on NixOS - Warning: no invocation of /nix/store/c92p18la19jbr7ya0ml77gn6z9c9zagn-conan-1.5.1/bin/.conan_server-wrapped had a zero exit code or showed the expected version - Warning: no invocation of /nix/store/c92p18la19jbr7ya0ml77gn6z9c9zagn-conan-1.5.1/bin/conan_server had a zero exit code or showed the expected version - /nix/store/c92p18la19jbr7ya0ml77gn6z9c9zagn-conan-1.5.1/bin/.conan_build_info-wrapped passed the binary check. - /nix/store/c92p18la19jbr7ya0ml77gn6z9c9zagn-conan-1.5.1/bin/conan_build_info passed the binary check. - Warning: no invocation of /nix/store/c92p18la19jbr7ya0ml77gn6z9c9zagn-conan-1.5.1/bin/.conan-wrapped had a zero exit code or showed the expected version - Warning: no invocation of /nix/store/c92p18la19jbr7ya0ml77gn6z9c9zagn-conan-1.5.1/bin/conan had a zero exit code or showed the expected version - 2 of 6 passed binary check by having a zero exit code. - 0 of 6 passed binary check by having the new version present in output. - found 1.5.1 with grep in /nix/store/c92p18la19jbr7ya0ml77gn6z9c9zagn-conan-1.5.1 - directory tree listing: https://gist.github.com/097b90f575be6117eceec5c70235c405 - du listing: https://gist.github.com/54f8f4a3882e828289ab5b96dd0fa338
* | | | | | | | | | | | Merge pull request #43058 from r-ryantm/auto-update/babladisbladis2018-07-05
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | babl: 0.1.50 -> 0.1.52