Commit graph

138884 commits

Author SHA1 Message Date
Jörg Thalheim e73db6182f
Merge pull request #49057 from r-ryantm/auto-update/python3.6-Chameleon
python36Packages.chameleon: 2.25 -> 3.5
2018-10-25 15:07:23 +01:00
Jörg Thalheim ee848b7dcd
Merge pull request #48982 from r-ryantm/auto-update/python3.6-neovim-remote
neovim-remote: 2.0.5 -> 2.1.0
2018-10-25 15:06:38 +01:00
Jörg Thalheim e6ea928539
Merge pull request #49063 from r-ryantm/auto-update/python3.6-adal
python36Packages.adal: 1.0.2 -> 1.2.0
2018-10-25 15:00:56 +01:00
Jörg Thalheim 4b9c30e6e7
Merge pull request #49086 from dtzWill/update/zsh-completions
zsh-completions: 0.28.0 -> 0.29.0
2018-10-25 14:59:25 +01:00
Tim Digel cbd9a35a13 elixir: 1.7.3 -> 1.7.4 2018-10-25 15:55:15 +02:00
Vincent Demeester a9c0329c08
containerd: 1.1.4 -> 1.2.0
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
2018-10-25 15:28:17 +02:00
Ignat Loskutov e9f1ca0cb1 aircrack-ng: 1.2 -> 1.4 2018-10-25 15:09:21 +03:00
Alyssa Ross 2702772d2d
weechat: 2.2 -> 2.3
Fixes https://github.com/NixOS/nixpkgs/issues/48798.
2018-10-25 11:44:22 +00:00
Jörg Thalheim 926d6c0bad
Merge pull request #42371 from Mic92/nix-breakpoints
breakpointHook: add for debugging failing builds
2018-10-25 10:38:29 +01:00
Jörg Thalheim f10b935f84
breakpointHook: add for debugging failing builds
Usuage: Add breakpointHook to your `buildInputs` like this:

  stdenv.mkDerivation rec {
    # ...
    buildInputs = [ breakpointHook ];
  });

When the build fails as show in this example:

  pkgs.hello.overrideAttrs (old: {
    buildInputs = [ breakpointHook ];
    postPatch = ''
      false
    '';
  });

It will halt execution printing the following message:

build failed in patchPhase with exit code 1
To attach to this build run the following command as root:

   cntr attach -t command cntr-/nix/store/ynyb4n82x2r7sldd58pbb405jdqh5f00-hello-2.10

Installing cntr and running the command will provide shell access to the
build sandbox of failed build:

sudo cntr attach -t command cntr-/nix/store/ynyb4n82x2r7sldd58pbb405jdqh5f00-hello-2.10
WARNING: bad ownership on /nix/var/nix/profiles/per-user/root, should be 1000
[nixbld@localhost:/var/lib/cntr]$

At /var/lib/cntr the sandbox filesystem is mounted. All commands and
files of the system are still accessible within the shell.
To execute commands from the sandbox use the `cntr exec` subcommand.
2018-10-25 10:19:41 +01:00
Jörg Thalheim 84e915a779
cntr: init at 1.2.0 2018-10-25 10:19:41 +01:00
Peter Simons 26974e962e cabal2nix: fix build with ghc 8.4.x 2018-10-25 11:12:38 +02:00
Peter Simons f1fd7da406 haskell-lucid: drop obsolete override 2018-10-25 11:12:38 +02:00
Peter Simons 84b6bf8226 haskell-pandoc-types: drop obsolete override 2018-10-25 11:12:38 +02:00
Peter Simons cfbf9cbf39 haskell-yesod-core: drop obsolete override 2018-10-25 11:12:38 +02:00
Peter Simons c66c169f81 stack: fix the ghc 8.4.x build 2018-10-25 11:12:38 +02:00
Peter Simons 8089b93697 all-cabal-hashes: update snapshot to Hackage at 2018-10-22T08:31:54Z 2018-10-25 11:12:38 +02:00
Peter Simons 19013d8092 hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.11.1-1-g9fae38b from Hackage revision
5124fd5742.
2018-10-25 11:12:38 +02:00
Peter Simons d81e10ab83 LTS Haskell 12.14 2018-10-25 11:12:38 +02:00
Timo Kaufmann eb3240f112
Revert "ocamlPackages.ocamlbuild: 0.12.0 -> 0.13.0" 2018-10-25 09:40:39 +02:00
Vladyslav M dd0e0bd150
Merge pull request #49068 from worldofpeace/antibody/4.0.0
antibody: 3.7.0 -> 4.0.0
2018-10-25 09:48:57 +03:00
Sarah Brofeldt c4cc3af099
Merge pull request #49091 from vbgl/ocaml-vg-0.9.1
ocamlPackages.vg: 0.9.0 -> 0.9.1
2018-10-25 08:39:03 +02:00
Sarah Brofeldt 7354d9de1f
Merge pull request #49088 from peterhoeg/u/mqtt
mosquitto: 1.4.15 -> 1.5.3
2018-10-25 08:37:51 +02:00
Vincent Laporte c640f024dd
ocamlPackages.vg: 0.9.0 -> 0.9.1 2018-10-25 05:36:37 +00:00
Andreas Rammhold d17ab805fd
Merge pull request #48862 from andir/firefox
firefox{,bin}: 62.0.3 -> 63.0 & nss: 3.38-> 3.39
2018-10-25 07:29:07 +02:00
Mateusz Kowalczyk 02fb26136c or-tools: new package (v6.9.1) 2018-10-25 14:15:13 +09:00
Peter Hoeg a45fa35742 mosquitto: 1.4.15 -> 1.5.3
Use cmake on all platforms instead of only macos.
2018-10-25 12:10:01 +08:00
Will Dietz 545131a7de zsh-completions: 0.28.0 -> 0.29.0 2018-10-24 22:40:35 -05:00
Daiderd Jordan fcbaa7527d
wxmac: 3.0.2 -> 3.0.4 2018-10-25 00:15:54 +01:00
Timo Kaufmann 9a2fd03d67
Merge pull request #49073 from urkud/kile-2.9.92
kile: 2017-02-09 -> 2.9.92
2018-10-24 23:29:39 +02:00
Guillaume Bouchard 55a82ffcd3
ghc: fix typo in 8.6.1 compiler name 2018-10-24 21:29:15 +02:00
markuskowa 75aa8b9a2c
Merge pull request #48865 from r-ryantm/auto-update/urh
urh: 2.3.0 -> 2.4.0
2018-10-24 21:09:05 +02:00
Yury G. Kudryashov d4a9c3aec4 kile: 2017-02-09 -> 2.9.92
No need to use an old git snapshot, since upstream has a proper beta version.
2018-10-24 14:53:06 -04:00
R. RyanTM 5e4541df7a python36Packages.mypy: 0.630 -> 0.641
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.6-mypy/versions
2018-10-24 20:46:40 +02:00
worldofpeace 923e2af1d4 libsignon-glib: init at 2.0 2018-10-24 14:45:43 -04:00
R. RyanTM df535a6fd1 python36Packages.django_environ: 0.4.0 -> 0.4.4
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.6-django-environ/versions
2018-10-24 20:14:25 +02:00
worldofpeace e016039f98 antibody: 3.7.0 -> 4.0.0 2018-10-24 14:12:05 -04:00
R. RyanTM 27da6c5c50 python36Packages.flask_oauthlib: 0.9.3 -> 0.9.5
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.6-flask-oauthlib/versions
2018-10-24 20:11:58 +02:00
R. RyanTM 073ded7c93 python36Packages.celery: 4.2.0 -> 4.2.1
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.6-celery/versions
2018-10-24 20:11:38 +02:00
Renaud 9b2059f077
Merge pull request #48843 from JohnAZoidberg/rng-tools-6.6
rng-tools: 5 -> 6.6, jitterentropy: init at 2.1.2
2018-10-24 20:11:10 +02:00
R. RyanTM 85e92a9430 python36Packages.IBMQuantumExperience: 2.0.3 -> 2.0.4
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.6-ibmquantumexperience/versions
2018-10-24 20:08:38 +02:00
R. RyanTM 4188094106 python36Packages.gsd: 1.5.2 -> 1.5.4
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.6-gsd/versions
2018-10-24 20:07:55 +02:00
R. RyanTM 34f3354ccd python36Packages.gnureadline: 6.3.3 -> 6.3.8
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.6-gnureadline/versions
2018-10-24 20:07:34 +02:00
R. RyanTM 91c0b03801 python36Packages.django_hijack: 2.1.5 -> 2.1.9
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.6-django-hijack/versions
2018-10-24 20:07:15 +02:00
R. RyanTM 653077b333 python36Packages.bjoern: 2.2.2 -> 2.2.3
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.6-bjoern/versions
2018-10-24 20:06:52 +02:00
R. RyanTM 1bf7c848d1 python36Packages.augeas: 1.0.2 -> 1.0.3
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.6-augeas/versions
2018-10-24 20:06:30 +02:00
R. RyanTM 4e7933d634 mate.python-caja: 1.20.0 -> 1.20.1
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python-caja/versions
2018-10-24 11:05:27 -07:00
worldofpeace 5056933dd2 lollypop: 0.9.605 -> 0.9.607 2018-10-24 14:03:40 -04:00
R. RyanTM 9a9db29d75 python36Packages.astropy: 3.0.4 -> 3.0.5
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.6-astropy/versions
2018-10-24 20:02:15 +02:00
R. RyanTM a57aabe18f python36Packages.adal: 1.0.2 -> 1.2.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.6-adal/versions
2018-10-24 10:58:40 -07:00
R. RyanTM 0013bc3056 python36Packages.google_api_core: 1.3.0 -> 1.5.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.6-google-api-core/versions
2018-10-24 10:55:19 -07:00
R. RyanTM c09c4b9ff1 python27Packages.ipaddr: 2.1.11 -> 2.2.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python2.7-ipaddr/versions
2018-10-24 10:48:46 -07:00
Kevin Rauscher ca4b2d7e65 mopidy-iris: 3.27.1 -> 3.28.1 2018-10-24 19:46:10 +02:00
Herwig Hochleitner bb03fbc2c8 chromium: 69.0.3497.100 -> 70.0.3538.67 2018-10-24 19:38:51 +02:00
R. RyanTM cfca8b528c python36Packages.chameleon: 2.25 -> 3.5
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.6-chameleon/versions
2018-10-24 10:37:08 -07:00
R. RyanTM b457c1282b python36Packages.evdev: 1.0.0 -> 1.1.2
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.6-evdev/versions
2018-10-24 09:54:42 -07:00
Joachim F ddebab3575
Merge pull request #49038 from dtzWill/update/tor-browser-8.0.3
tor-browser-bundle-bin: 8.0.2 -> 8.0.3
2018-10-24 16:52:55 +00:00
Joachim F 017bb02908
Merge pull request #48877 from bbarker/ats2_update
ats2: 0.3.11 -> 0.3.12
2018-10-24 16:43:58 +00:00
R. RyanTM dae80d35fd python36Packages.influxdb: 4.0.0 -> 5.2.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.6-influxdb/versions
2018-10-24 09:06:38 -07:00
R. RyanTM 6cb7d25090 python36Packages.fido2: 0.3.0 -> 0.4.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.6-fido2/versions
2018-10-24 09:03:33 -07:00
R. RyanTM dd2534b287 python36Packages.django_extensions: 2.0.7 -> 2.1.3
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.6-django-extensions/versions
2018-10-24 08:46:06 -07:00
Will Dietz 8324a938e7 tor-browser-bundle-bin: 8.0.2 -> 8.0.3
https://gitweb.torproject.org/builders/tor-browser-build.git/tree/projects/tor-browser/Bundle-Data/Docs/ChangeLog.txt?h=tbb-8.0.3-build1
2018-10-24 10:45:55 -05:00
R. RyanTM fbfd51a8c6 python36Packages.django-picklefield: 1.0.0 -> 1.1.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.6-django-picklefield/versions
2018-10-24 08:42:51 -07:00
R. RyanTM 810385d62b python36Packages.ftfy: 4.4.3 -> 5.3.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.6-ftfy/versions
2018-10-24 08:34:22 -07:00
Joachim F b6a5cd8970
Merge pull request #48812 from mpickering/cedille
cedille bug fixes
2018-10-24 15:29:47 +00:00
R. RyanTM f7d26489cc python36Packages.elpy: 1.9.0 -> 1.25.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.6-elpy/versions
2018-10-24 08:21:05 -07:00
André-Patrick Bubel 15f275d1b9
slic3r-prusa3d: 1.41.0 -> 1.41.1 2018-10-24 17:12:32 +02:00
R. RyanTM 77addd67bb python36Packages.i3ipc: 1.4.0 -> 1.5.1
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.6-i3ipc/versions
2018-10-24 08:11:25 -07:00
Timo Kaufmann 4769c7cd76
Merge pull request #49008 from timokau/ntl-11.3.1
ntl: 11.3.0 -> 11.3.1
2018-10-24 17:10:04 +02:00
José Romildo Malaquias 8c3e5b0401 arc-theme: 20180715 -> 20181022 2018-10-24 11:57:47 -03:00
R. RyanTM c70ad805d2 smplayer: 18.9.0 -> 18.10.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/smplayer/versions
2018-10-24 16:53:16 +02:00
R. RyanTM 95371f3de1 python36Packages.kerberos: 1.2.4 -> 1.3.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.6-kerberos/versions
2018-10-24 16:52:34 +02:00
John Ericson 7d96d15020
Merge pull request #46534 from obsidiansystems/darwin-to-linux-cross
misc pkgs: Darwin -> Linux cross compilation
2018-10-24 10:35:52 -04:00
R. RyanTM 6615b76996 python27Packages.enum: 0.4.4 -> 0.4.7
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python2.7-enum/versions
2018-10-24 16:34:46 +02:00
R. RyanTM c3c05e97d1 python36Packages.django_polymorphic: 2.0.2 -> 2.0.3
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.6-django-polymorphic/versions
2018-10-24 16:34:24 +02:00
R. RyanTM fb718dad41 python36Packages.django_nose: 1.4.4 -> 1.4.5
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.6-django-nose/versions
2018-10-24 16:27:56 +02:00
R. RyanTM 435ee8e1f9 python36Packages.colored: 1.1.5 -> 1.3.93
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.6-colored/versions
2018-10-24 16:27:44 +02:00
R. RyanTM 0aa3b6c0bf python36Packages.d2to1: 0.2.12 -> 0.2.12.post1
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.6-d2to1/versions
2018-10-24 16:27:20 +02:00
R. RyanTM 47a082dbab python36Packages.fusepy: 2.0.4 -> 3.0.1
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.6-fusepy/versions
2018-10-24 07:00:51 -07:00
R. RyanTM dce4042b26 python36Packages.ipyparallel: 6.2.2 -> 6.2.3
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.6-ipyparallel/versions
2018-10-24 15:57:05 +02:00
R. RyanTM 0b51a12e48 python36Packages.pycountry: 1.17 -> 18.5.26
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.6-pycountry/versions
2018-10-24 15:36:31 +02:00
R. RyanTM 69349cce7f rocksndiamonds: 4.1.0.0 -> 4.1.1.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/rocksndiamonds/versions
2018-10-24 15:30:38 +02:00
R. RyanTM ebe1595700 plantuml: 1.2018.11 -> 1.2018.12
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/plantuml/versions
2018-10-24 15:30:03 +02:00
R. RyanTM 8f57e7f711 sundials: 3.2.0 -> 3.2.1
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/sundials/versions
2018-10-24 15:23:44 +02:00
R. RyanTM abfb6b46d9 shairport-sync: 3.2.1 -> 3.2.2
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/shairport-sync/versions
2018-10-24 15:23:05 +02:00
R. RyanTM d2a137abb5 pg_repack: 1.4.3 -> 1.4.4
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/pg_repack/versions
2018-10-24 15:22:43 +02:00
R. RyanTM c759273e2e star: 2.6.1a -> 2.6.1c
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/star/versions
2018-10-24 15:22:22 +02:00
R. RyanTM b9b82e371f sslscan: 1.11.11 -> 1.11.12
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/sslscan/versions
2018-10-24 15:21:50 +02:00
R. RyanTM fe7c001cbc python36Packages.ezdxf: 0.8.1 -> 0.8.8
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.6-ezdxf/versions
2018-10-24 15:21:13 +02:00
R. RyanTM 835043a6f6 python36Packages.plotly: 3.1.1 -> 3.3.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.6-plotly/versions
2018-10-24 15:20:26 +02:00
R. RyanTM 6676cf6e88 python36Packages.powerline: 2.6 -> 2.7
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.6-powerline/versions
2018-10-24 15:20:05 +02:00
R. RyanTM 09d548484b python36Packages.limnoria: 2016.05.06 -> 2018.09.09
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.6-limnoria/versions
2018-10-24 15:19:28 +02:00
R. RyanTM 91107eb3c7 python36Packages.jsonpointer: 1.9 -> 2.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.6-jsonpointer/versions
2018-10-24 15:18:46 +02:00
R. RyanTM f891641989 python36Packages.meld3: 1.0.0 -> 1.0.2
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.6-meld3/versions
2018-10-24 15:18:20 +02:00
R. RyanTM 74bed8afa2 python36Packages.nipy: 0.4.0 -> 0.4.2
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.6-nipy/versions
2018-10-24 15:17:34 +02:00
R. RyanTM b83e23c70d python36Packages.persistent: 4.4.2 -> 4.4.3
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.6-persistent/versions
2018-10-24 15:16:54 +02:00
R. RyanTM 7476843b47 python27Packages.mechanize: 0.3.5 -> 0.3.7
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python2.7-mechanize/versions
2018-10-24 15:15:54 +02:00
R. RyanTM a2a95fd406 python36Packages.poyo: 0.4.0 -> 0.4.2
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.6-poyo/versions
2018-10-24 15:15:35 +02:00
R. RyanTM 1f7c29bc43 python36Packages.keepkey: 4.0.0 -> 4.0.2
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.6-keepkey/versions
2018-10-24 15:15:14 +02:00
R. RyanTM db1a509797 python36Packages.Nuitka: 0.5.25 -> 0.6.0.4
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.6-nuitka/versions
2018-10-24 15:13:23 +02:00
R. RyanTM bd7663c9ab python36Packages.pydub: 0.22.1 -> 0.23.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.6-pydub/versions
2018-10-24 15:13:02 +02:00
R. RyanTM 0ab77afc4e python36Packages.MechanicalSoup: 0.10.0 -> 0.11.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.6-mechanicalsoup/versions
2018-10-24 15:12:40 +02:00
R. RyanTM fafead3748 python36Packages.filebytes: 0.9.12 -> 0.9.17
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.6-filebytes/versions
2018-10-24 15:11:14 +02:00
R. RyanTM ea1b540208 python27Packages.fudge: 1.1.0 -> 1.1.1
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python2.7-fudge/versions
2018-10-24 15:10:54 +02:00
R. RyanTM d92dcb7ee1 python36Packages.geojson: 2.4.0 -> 2.4.1
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.6-geojson/versions
2018-10-24 15:10:36 +02:00
Timo Kaufmann b5207ec0ad ntl: 11.3.0 -> 11.3.1
"Fixed a bug that effected image, kernel, and gauss routines for
Mat<zz_p>. These routines did not behave correctly when the input matrix
was zero. Also improved the mat_lzz_pTest program."
2018-10-24 15:10:23 +02:00
adisbladis 515f89bc3a
firefox-beta-bin: 63.0b14 -> 64.0b3 2018-10-24 13:57:07 +01:00
adisbladis 19b7cf3abd
firefox-devedition-bin: 63.0b14 -> 64.0b3 2018-10-24 13:57:06 +01:00
Jörg Thalheim c9f43a5bb8
Merge pull request #48813 from loskutov/master
opensc: 0.18.0 -> 0.19.0
2018-10-24 13:31:41 +01:00
John Ericson bbd12f5583 Merge remote-tracking branch 'upstream/master' into darwin-to-linux-cross 2018-10-24 08:20:53 -04:00
Will Dietz 2e2bfc0355 libinput: 1.12.1 -> 1.12.2
https://lists.freedesktop.org/archives/wayland-devel/2018-October/039553.html
2018-10-24 07:17:27 -05:00
R. RyanTM 6d321dc204 twa: 1.5.1 -> 1.6.0 (#48900)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/twa/versions
2018-10-24 12:38:51 +02:00
R. RyanTM 32032825bf python36Packages.lmdb: 0.92 -> 0.94
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.6-lmdb/versions
2018-10-24 12:32:17 +02:00
xeji 5e34b41afa
Merge pull request #48979 from Synthetica9/atom-1.32.0
atom, atom-beta: 1.31.2 -> 1.32.0, 1.32.0-beta0 -> 1.33.0-beta0
2018-10-24 12:31:21 +02:00
R. RyanTM 616cfefc27 python36Packages.pudb: 2016.2 -> 2018.1 (#48975)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.6-pudb/versions
2018-10-24 12:25:02 +02:00
R. RyanTM 53b55573a5 python36Packages.outcome: 0.1.0 -> 1.0.0 (#48978)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.6-outcome/versions
2018-10-24 12:20:43 +02:00
xeji 2b7f6b3c40
Merge pull request #48924 from royneary/git-bug
git-bug: init at 0.4.0
2018-10-24 12:19:56 +02:00
Daiderd Jordan 0df3d8d6c4
wxmac: include cf-private
Fixes build failure because CoreFoundation doesn't include
CFURLGetFSRef anymore.

    clang++ -mmacosx-version-min=10.7 -c -o basedll_filefn.o  -D__WXOSX_COCOA__      -DWXBUILDING      -I./src/regex  -DwxUSE_GUI=0 -DWXMAKINGDLL_BASE -DwxUSE_BASE=1 -dynamic -fPIC -DPIC -Wall -Wundef -Wunused-parameter -Wno-ctor-dtor-privacy -Woverloaded-virtual -Wno-deprecated-declarations -D_FILE_OFFSET_BITS=64 -I/private/tmp/nix-build-wxmac-3.0.2.drv-0/wxWidgets-3.0.2/lib/wx/include/osx_cocoa-unicode-3.0 -I./include -O2 -fno-strict-aliasing -fno-common  ./src/common/filefn.cpp
    ./src/common/filefn.cpp:849:18: error: use of undeclared identifier 'CFURLCreateFromFSRef'
        fullURLRef = CFURLCreateFromFSRef(NULL, fsRef);
                     ^
    ./src/common/filefn.cpp:875:14: error: use of undeclared identifier 'CFURLGetFSRef'
            if ( CFURLGetFSRef(url, fsRef) == false )
2018-10-24 12:07:50 +02:00
Raphael Das Gupta 12a658ad34 tealdeer: 1.0.0 -> 1.1.0 (#48918)
and adapt description to changed upstream README.
2018-10-24 12:07:36 +02:00
Daiderd Jordan e38b90316f
Merge pull request #48944 from danieldk/fzf-0.17.5
fzf: 0.17.4 -> 0.17.5
2018-10-24 12:07:08 +02:00
Daiderd Jordan 0fcd2ca7b2
darwin.cf-private: include headers from osx_private_sdk
This includes things like CFURLGetFSRef which are not part of the
swift-corelibs CoreFoundation.
2018-10-24 12:04:05 +02:00
Jörg Thalheim d18a68d51d
Merge pull request #48976 from r-ryantm/auto-update/python3.6-podcastparser
python36Packages.podcastparser: 0.6.2 -> 0.6.4
2018-10-24 11:03:25 +01:00
Markus Kohlhase 039f9fbb5b featherpad: init at 0.9.1 2018-10-24 11:47:43 +02:00
Timo Kaufmann e89b422114
Merge pull request #48921 from timokau/r8168
r8168: init at 8.046.00
2018-10-24 11:47:28 +02:00
Timo Kaufmann c8b5deae19 r8168: init at 8.046.00 2018-10-24 11:46:10 +02:00
Thane Gill 81047fa458 Airtame 3.1.1 -> 3.3.0 (#48505) 2018-10-24 11:42:04 +02:00
R. RyanTM 93a2ad09f5 neovim-remote: 2.0.5 -> 2.1.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.6-neovim-remote/versions
2018-10-24 02:39:03 -07:00
Patrick Hilhorst f13f4825bf
atom, atom-beta: 1.31.2 -> 1.32.0, 1.32.0-beta0 -> 1.33.0-beta0 2018-10-24 11:33:20 +02:00
Patrick Hilhorst 26441bc650
atom, atom-beta: move versions to top of file 2018-10-24 11:30:28 +02:00
R. RyanTM 5e2590ba6f python36Packages.podcastparser: 0.6.2 -> 0.6.4
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.6-podcastparser/versions
2018-10-24 02:09:26 -07:00
gnidorah 782c820ad9 mytetra: support opening urls under wayland (#48641) 2018-10-24 11:08:06 +02:00
Dmitry Kalinkin c88e09d46f arrow-cpp: fix for zstd 1.3.6+ (#48928) 2018-10-24 10:50:01 +02:00
xeji 53715963be
Merge pull request #48909 from markuskowa/licenses-23
Add licenses
2018-10-24 10:35:59 +02:00
R. RyanTM 655b45bb85 tortoisehg: 4.7.1 -> 4.7.2
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/tortoisehg/versions
2018-10-24 10:29:53 +02:00
R. RyanTM 68a674a376 python27Packages.rpm: 4.14.2 -> 4.14.2.1
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/rpm/versions
2018-10-24 10:28:52 +02:00
Daiderd Jordan d0544a355b yarn: add platforms (#48912) 2018-10-24 10:27:06 +02:00
R. RyanTM 2829d860a4 python36Packages.twilio: 6.8.0 -> 6.19.1
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.6-twilio/versions
2018-10-24 10:25:46 +02:00
R. RyanTM a8a11ab31c python36Packages.warlock: 1.2.0 -> 1.3.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.6-warlock/versions
2018-10-24 10:25:24 +02:00
R. RyanTM b899fd6a18 python36Packages.python-sql: 0.9 -> 1.0.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.6-python-sql/versions
2018-10-24 10:25:10 +02:00
R. RyanTM 4e983cdd90 python36Packages.stem: 1.6.0 -> 1.7.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.6-stem/versions
2018-10-24 10:24:41 +02:00
R. RyanTM c2c1fe1354 python36Packages.mahotas: 1.4.2 -> 1.4.5
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.6-mahotas/versions
2018-10-24 10:24:07 +02:00
R. RyanTM 06145c9c81 python36Packages.xdot: 0.9 -> 1.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.6-xdot/versions
2018-10-24 10:23:41 +02:00
R. RyanTM 27337bcf34 python36Packages.txtorcon: 18.0.2 -> 18.3.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.6-txtorcon/versions
2018-10-24 10:23:15 +02:00
R. RyanTM ae88ee9a40 python36Packages.smart_open: 1.6.0 -> 1.7.1
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.6-smart_open/versions
2018-10-24 10:22:37 +02:00
R. RyanTM 44d0de4394 python36Packages.XlsxWriter: 1.1.1 -> 1.1.2
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.6-xlsxwriter/versions
2018-10-24 10:22:03 +02:00
R. RyanTM b4cd03bc4f python36Packages.simpleeval: 0.9.6 -> 0.9.8
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.6-simpleeval/versions
2018-10-24 10:21:34 +02:00
R. RyanTM 734de7a70b python36Packages.python-utils: 2.2.0 -> 2.3.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.6-python-utils/versions
2018-10-24 10:21:05 +02:00
R. RyanTM 50ebd47b8a python36Packages.sortedcollections: 0.4.2 -> 1.0.1
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.6-sortedcollections/versions
2018-10-24 10:20:40 +02:00
R. RyanTM 779dbd6534 python36Packages.validictory: 1.0.0a2 -> 1.1.2
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.6-validictory/versions
2018-10-24 10:17:30 +02:00
R. RyanTM 65714187a2 python36Packages.transaction: 2.2.1 -> 2.3.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.6-transaction/versions
2018-10-24 10:17:15 +02:00
R. RyanTM 26d7042548 python36Packages.qtpy: 1.4.2 -> 1.5.2
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.6-qtpy/versions
2018-10-24 10:16:49 +02:00
R. RyanTM 53f28ca806 python36Packages.typing-extensions: 3.6.5 -> 3.6.6
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.6-typing_extensions/versions
2018-10-24 10:16:16 +02:00
R. RyanTM 36f54007f9 python36Packages.shellingham: 1.2.6 -> 1.2.7
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.6-shellingham/versions
2018-10-24 10:15:30 +02:00
R. RyanTM 20576db4b3 python36Packages.rebulk: 0.9.0 -> 1.0.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.6-rebulk/versions
2018-10-24 10:15:01 +02:00
R. RyanTM 32ef4b1fa7 python36Packages.rply: 0.7.5 -> 0.7.6
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.6-rply/versions
2018-10-24 10:14:40 +02:00
R. RyanTM 66a6b56e0d python36Packages.scp: 0.11.0 -> 0.12.1
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.6-scp/versions
2018-10-24 10:13:15 +02:00
R. RyanTM 6b90cda929 python36Packages.statsd: 3.2.1 -> 3.3.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.6-statsd/versions
2018-10-24 10:12:17 +02:00
R. RyanTM 0f3a51363f python36Packages.schedule: 0.3.2 -> 0.5.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.6-schedule/versions
2018-10-24 10:11:44 +02:00
R. RyanTM 5286c61128 python36Packages.yamllint: 1.11.1 -> 1.12.1
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.6-yamllint/versions
2018-10-24 10:11:13 +02:00
R. RyanTM 84339e448e python27Packages.gnutls: 3.0.0 -> 3.1.1
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python2.7-python-gnutls/versions
2018-10-24 10:10:54 +02:00
R. RyanTM 035bdbb184 python36Packages.vcrpy: 1.13.0 -> 2.0.1
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.6-vcrpy/versions
2018-10-24 10:10:34 +02:00
R. RyanTM 7ce5dfb0d3 python36Packages.kazoo: 2.2.1 -> 2.5.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.6-kazoo/versions
2018-10-24 10:10:07 +02:00
R. RyanTM 11e25c1afd python36Packages.pylama: 7.5.5 -> 7.6.5
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.6-pylama/versions
2018-10-24 10:09:52 +02:00
Jörg Thalheim 9fdc49328e
Merge pull request #48941 from r-ryantm/auto-update/python3.6-python-jsonrpc-server
python36Packages.python-jsonrpc-server: 0.0.1 -> 0.0.2
2018-10-24 09:05:39 +01:00
R. RyanTM 087d4e8352 python36Packages.pyRFC3339: 0.2 -> 1.1
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.6-pyrfc3339/versions
2018-10-24 10:01:41 +02:00
R. RyanTM ef4ef86700 python36Packages.rpy2: 2.9.3 -> 2.9.4
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.6-rpy2/versions
2018-10-24 10:01:08 +02:00
R. RyanTM 0cbe7f0f6c python36Packages.qtawesome: 0.4.4 -> 0.5.1
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.6-qtawesome/versions
2018-10-24 10:00:29 +02:00
R. RyanTM 03daa8d9de python36Packages.node-semver: 0.3.0 -> 0.4.2
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.6-node-semver/versions
2018-10-24 10:00:12 +02:00
R. RyanTM 38ad109cb9 python36Packages.rx: 1.6.0 -> 1.6.1
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.6-rx/versions
2018-10-24 09:59:00 +02:00
R. RyanTM 78007c47b9 python36Packages.readme_renderer: 21.0 -> 22.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.6-readme_renderer/versions
2018-10-24 09:58:45 +02:00
R. RyanTM d40fb550cb python36Packages.prawcore: 0.15.0 -> 1.0.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.6-prawcore/versions
2018-10-24 09:58:29 +02:00
R. RyanTM b8e0a873c1 python36Packages.musicbrainzngs: 0.5 -> 0.6
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.6-musicbrainzngs/versions
2018-10-24 09:58:09 +02:00
Renaud 6d746f7d4a
Merge pull request #48553 from r-ryantm/auto-update/aws-sdk-cpp
aws-sdk-cpp: 1.5.17 -> 1.6.20
2018-10-24 08:08:40 +02:00
Vincent Laporte ab95faa507 coqPackages.category-theory: fix build 2018-10-24 05:50:04 +00:00
Daniël de Kok f4e7d11a2e fzf: 0.17.4 -> 0.17.5
Changes: https://github.com/junegunn/fzf/blob/master/CHANGELOG.md
2018-10-24 06:56:11 +02:00
R. RyanTM cb254b005b python36Packages.python-jsonrpc-server: 0.0.1 -> 0.0.2
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.6-python-jsonrpc-server/versions
2018-10-23 21:21:45 -07:00
John Ericson 22df9423cd release-cross: Cross compile from all 3 supported platforms 2018-10-23 23:20:48 -04:00
Daiderd Jordan ab6bbdd5cd linux-headers: Fix Darwin cross build
Carefully fake cc-version and cc-fullversion to avoid needing a compiler
for the kernel itself to build the headers.

For some reason, doing `make install_headers` twice, first without
INSTALL_HDR_PATH=$out then with, is neccessary to get this to work.
2018-10-23 23:20:42 -04:00
Mateusz Kowalczyk d3f328e592 Merge remote-tracking branch 'origin/master' 2018-10-24 11:21:46 +09:00
Mateusz Kowalczyk 0479354e0c QuadProgpp: Remember to add to all-packages.nix 2018-10-24 11:21:22 +09:00
Ignat Loskutov d2c53295f4 opensc: 0.18.0 -> 0.19.0 2018-10-24 03:46:09 +03:00
John Ericson b71389aefb
Merge pull request #47430 from roberth/nixpkgs-extend
pkgs.extend for adding overlays
2018-10-23 20:21:48 -04:00
Mateusz Kowalczyk b41f8936b9 QuadProgpp: Add new package.
Necessary for #48895.
2018-10-24 09:19:26 +09:00
John Wiegley 3c4c4ff051
coqPackages.Velisarios: New expression 2018-10-23 17:09:35 -07:00
Mateusz Kowalczyk 4964871adb
Merge pull request #48882 from r-ryantm/auto-update/snd
snd: 18.7 -> 18.8
2018-10-24 09:08:24 +09:00
Tim Steinbach 5de8517292
btrfs-progs: 4.15.1 -> 4.17.1 2018-10-23 19:55:08 -04:00
Daniel Schaefer 6ffdf5a39f rng-tools: Rename attribute rng_tools -> rng-tools
Comply with naming guidelines
2018-10-24 00:49:46 +02:00
royneary 82d87ccf79 git-bug: install man pages 2018-10-24 00:25:57 +02:00
markuskowa 7deafa339e
Merge pull request #48915 from r-ryantm/auto-update/rdma-core
rdma-core: 20 -> 20.1
2018-10-24 00:10:48 +02:00
royneary fdd59b62c3 git-bug: init at 0.4.0
Add git-bug, a decentralized bug tracker written in Go
2018-10-23 23:41:36 +02:00
Daniel Schaefer 8ada6f6c46 jitterentropy: init at 2.1.2 2018-10-23 23:36:57 +02:00
Daniel Schaefer 5c249a3245 rng-tools: 5 -> 6.6 2018-10-23 23:36:31 +02:00
Christian Ulrich 516681c872 libgnurl: 7.54.1 -> 7.61.1. (#48792)
* libgnurl: 7.54.1 -> 7.61.1.

- fetch url updated (the mirror on gnunet.org seems no longer
maintained).
- most configure flags are not needed anymore since version 7.56.1 as
announced in the README
- flags -- without-ca-bundle and --with-ca-fallback are needed for
finding the CA certificates
- dependencies updated (copied from the guix package)
- license corrected

* libgnurl: fix idn support; use mirror url; add http2 support
2018-10-23 22:33:17 +02:00
xeji 3122976238
Merge pull request #48686 from dtzWill/update/libinput-gestures-2.38
libinput-gestures: 2.33 -> 2.38, fixup
2018-10-23 22:30:41 +02:00
R. RyanTM b70b835041 rdma-core: 20 -> 20.1
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/rdma-core/versions
2018-10-23 13:22:37 -07:00
Austin Seipp 46dc76b60b cloudflared: init at 2018.10.3
'cloudflared' is a multi-purpose client-side tool for CloudFlare Argo
Tunnel, CloudFlare Access, as well as including a simple DNS-over-HTTP
(DoH) proxy tool as well.

However, 'cloudflared' is NOT available under an open source license.
Furthermore, the exact terms of redistribution (namely, if we are able
to redistribute binaries at all) are not entirely clear to me. As a
result, I have filed the following bug report concerning the terms of
redistribution for the source code and binaries:

  https://github.com/cloudflare/cloudflared/issues/53

'cloudflared' does have source code available, however, and it
encourages users to use 'go install' in order to set it up, in fact (or
download their prebuilt, compiled binaries). So using the source seems
to be encouraged. Even then, I'm still not sure if Hydra can serve these
binaries.

In lieu of a more pointed answer regarding source/binary licensing, and
to avoid keeping this expression in my private tree, I've marked it as
'unfree' (to avoid Hydra serving it in any way) as well as compiled from
source (to avoid any 'redistribution allowed while unmodified' terms
that may crop up).

The dependencies for this build were generated using 'dep2nix'.

Signed-off-by: Austin Seipp <aseipp@pobox.com>
2018-10-23 15:20:35 -05:00
Vladyslav M f7a785fbd1 mako: init at 1.1 (#46606) 2018-10-23 22:12:44 +02:00
Michael Raskin 64df3f12a9
Merge pull request #48890 from r-ryantm/auto-update/sleuthkit
sleuthkit: 4.6.2 -> 4.6.3
2018-10-23 19:40:51 +00:00
markuskowa a50d574986
Merge pull request #48908 from danieldk/eigen-3.3.5
eigen3_3: 3.3.4 -> 3.3.5
2018-10-23 21:31:58 +02:00
lewo f3f155023c
Merge pull request #48578 from vdemeester/init-skaffold
skaffold: init at 0.16.0
2018-10-23 20:55:16 +02:00
Michael Weiss f346289ea6 signal-desktop: 1.16.3 -> 1.17.0 2018-10-23 20:47:55 +02:00
Michael Weiss 2eb372d59d
nixos/rootston: Remove the module and the package (#48905)
Rootston is just a reference compositor so it doesn't make that much
sense to have a module for it. Upstream doesn't really like it as well:

"Rootston will never be intended for downstream packages, it's an
internal thing we use for testing." - SirCmpwn [0]

Removing the package and the module shouldn't cause much problems
because it was marked as broken until
886131c243. If required the package can
still be accessed via wlroots.bin (could be useful for testing
purposes).

[0]: https://github.com/NixOS/nixpkgs/issues/38344#issuecomment-378449256
2018-10-23 20:38:33 +02:00
Patrick Hilhorst d8d8a0ba14 sway-beta: init at 1.0-beta1 (#48829)
* sway-beta: init at 1.0-beta1

* sway, sway-beta: use https url
2018-10-23 20:34:59 +02:00
Markus Kowalewski 3371821d74
mythes: add license 2018-10-23 20:13:36 +02:00
Daniël de Kok 36cfb4790d eigen3_3: 3.3.4 -> 3.3.5
Changes: http://eigen.tuxfamily.org/index.php?title=ChangeLog#Eigen_3.3.5
2018-10-23 20:12:46 +02:00
Markus Kowalewski 4b3349b693
msilbc: add license + description 2018-10-23 20:04:29 +02:00
Markus Kowalewski e180966f6b
mono-zeroconf: add license 2018-10-23 20:01:58 +02:00
Markus Kowalewski c97276af59
mono-addins: add license 2018-10-23 20:00:36 +02:00
Markus Kowalewski a46d0efd03
mdds: add license 2018-10-23 19:58:06 +02:00
Markus Kowalewski 81342af39d
martyr: add license 2018-10-23 19:55:59 +02:00
Markus Kowalewski 77b7a63af4
loudmouth: add license 2018-10-23 19:54:07 +02:00
Markus Kowalewski 3d88699174
log4shib: add license + homepage 2018-10-23 19:52:33 +02:00
Markus Kowalewski 970a1ce522
libwpg: add licenses 2018-10-23 19:50:50 +02:00
Alyssa Ross 0db57307e6 perlPackages.XMLFeedPP: init at 0.95 (#48816) 2018-10-23 19:50:21 +02:00
Markus Kowalewski 81029a99ee
libwpd: add meta data 2018-10-23 19:45:54 +02:00
Markus Kowalewski abd029abe7
libwmf: add license 2018-10-23 19:45:41 +02:00
Bart Brouns 89a077a002 caps: 0.9.24 -> 0.9.26 (#48889) 2018-10-23 19:45:02 +02:00
Will Dietz edfffe0adf brotli: 1.0.6 -> 1.0.7 (#48874) 2018-10-23 19:40:42 +02:00
Markus Kowalewski 6f854a2085
libsigc++: add license 2018-10-23 19:40:08 +02:00
Markus Kowalewski 0d0b4a8988
libuv: add licenses 2018-10-23 19:37:33 +02:00
Rob Vermaas 13649b9eee opentracing-cpp: fix version in derivation
(cherry picked from commit df29219f5118dd1ae1d02108aeea4484e20d67e8)
2018-10-23 18:15:25 +02:00
Rob Vermaas 75167083e5 nginx-opentracing: init at 0.7.0
(cherry picked from commit 9d6184f1bcd2a57db31c48fd0e1847147d44715a)
2018-10-23 18:08:01 +02:00
Rob Vermaas a286d29399 opentracing-cpp: add meta
(cherry picked from commit 0b695b6682a5e8d391a5dcf81329ddec527c0eb5)
2018-10-23 18:04:06 +02:00
Rob Vermaas 87de9f7e89 opentracing-cpp: init 1.5.0
(cherry picked from commit f49df04c02d083395957fc85e12d231bb536e451)
2018-10-23 18:04:01 +02:00
Pascal Bach 7863610666 gitlab-runner: 11.3.1 -> 11.4.0 (#48867) 2018-10-23 17:59:01 +02:00
Jörg Thalheim 379d036b62
Merge pull request #48886 from r-ryantm/auto-update/sysstat
sysstat: 12.0.1 -> 12.1.1
2018-10-23 16:22:12 +01:00
R. RyanTM 112bbf3b7d sleuthkit: 4.6.2 -> 4.6.3
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/sleuthkit/versions
2018-10-23 08:22:11 -07:00
Alyssa Ross c0ad5bc839
gem-config: capybara-webkit: qt48 -> qt59
> WARNING: The next major version of capybara-webkit will require at
> least version 5.0 of Qt. You're using version 4.8.7.

I went to 5.9 instead of 5.11 because 5.11 doesn't currently build on
Darwin, whereas 5.9 can build on both Darwin and Linux, and is still
well within the >=5.0 requirement.
2018-10-23 16:14:21 +01:00
Maximilian Güntner 5b1e005bb6 gem-config: set libmagic for magic 2018-10-23 17:11:17 +02:00
R. RyanTM e1c9af286d sysstat: 12.0.1 -> 12.1.1
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/sysstat/versions
2018-10-23 07:52:48 -07:00
Joachim F c67ccd34c0
Merge pull request #47909 from teto/menuconfig
linux: inside nix-shell, allow make menuconfig
2018-10-23 14:47:11 +00:00
Joachim F b326148231
Merge pull request #48541 from r-ryantm/auto-update/clamav
clamav: 0.100.1 -> 0.100.2
2018-10-23 14:39:40 +00:00
Joachim F 48fd1fb0d7
Merge pull request #48794 from markuskowa/fix-samba-ib
samba: remove defunct infiniband support
2018-10-23 14:38:41 +00:00
R. RyanTM 44a5684359 syslogng: 3.17.2 -> 3.18.1
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/syslog-ng/versions
2018-10-23 07:36:31 -07:00
R. RyanTM 3c37615507 snd: 18.7 -> 18.8
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/snd/versions
2018-10-23 07:27:38 -07:00
Théo Zimmermann cea4806bc5 ocamlformat: init at 0.8 2018-10-23 14:22:59 +00:00
Herman Fries e74b79709a dotnet-sdk: 2.1.402 -> 2.1.403 2018-10-23 15:49:20 +02:00
Brandon Elam Barker 68cb7903c7 ats2: 0.3.11 -> 0.3.12 2018-10-23 13:23:03 +00:00
Jörg Thalheim a463643de8
Merge pull request #48856 from peterhoeg/u/sc
snapcast: 0.14.0 -> 0.15.0
2018-10-23 14:04:26 +01:00
Vincent Demeester ab27bcf01e buildah: 1.1 -> 1.4
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
2018-10-23 13:17:31 +02:00
xeji 8eb13ff724
Merge pull request #48869 from Synthetica9/patch-2
wlroots: remove broken tag
2018-10-23 12:42:52 +02:00
Bart Brouns 3a84f7a6a5 dragonfly-reverb: 0.9.1 -> 0.9.4 (#48691) 2018-10-23 12:42:01 +02:00
Edmund Wu a53a3bf1ee vscode-extensions.ms-python.python: 2018.8.0 -> 2018.9.1 (#48849) 2018-10-23 12:34:31 +02:00
Rob Vermaas debbed29d1 datadog-agent: add option to enable trace agent 2018-10-23 12:30:06 +02:00
Patrick Hilhorst 886131c243
wlroots: remove broken tag
See: https://github.com/NixOS/nixpkgs/issues/38344#issuecomment-432032834
2018-10-23 12:26:30 +02:00
Alyssa Ross e20e1e5c2c weechat: add perl.withPackages (#48815)
Allows for adding Perl libraries in the same way as for Python. Doesn't
really need to be a function, since there's only one perlPackages in
nixpkgs, but I went for consistency with the python plugin.
2018-10-23 12:23:47 +02:00
Wael Nasreddine cc4b9ef40f gocode: 2018-07-27 -> 2018-10-22 (#48832)
github.com/nsf/gocode has also been deprecated in favor of github.com/mdempsky/gocode
2018-10-23 12:14:55 +02:00
Silvan Mosberger 6f00276171
Merge pull request #48661 from baracoder/nvidia-update
nvidia_x11: 390.87 -> 410.66
2018-10-23 12:01:58 +02:00
Jörg Thalheim e82af6003c
Merge pull request #48821 from nyanloutre/jackett-10-365
jackett: 0.10.304 -> 0.10.365
2018-10-23 10:42:48 +01:00
Jörg Thalheim 29373797c4
Merge pull request #48860 from r-ryantm/auto-update/wavebox
wavebox: 4.3.0 -> 4.4.0
2018-10-23 10:42:21 +01:00