summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* trivial-builders: Fix outdated comment on writeTextFileorigin/writeTextFile-fix-commentNiklas Hambüchen2019-04-081-10/+14
* cni-plugins: 0.7.4 -> 0.7.5 (#58655)•••Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/cni-plugins/versionsR. RyanTM2019-04-081-2/+2
* doclifter: 2.18 -> 2.19 (#58663)•••Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/doclifter/versionsR. RyanTM2019-04-081-3/+3
* eid-mw: 4.4.13 -> 4.4.16 (#58669)•••Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/eid-mw/versionsR. RyanTM2019-04-081-2/+2
* grml-zsh-config: 0.15.3 -> 0.16.0 (#58688)•••Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/grml-zsh-config/versionsR. RyanTM2019-04-081-2/+2
* sequeler: 0.6.8 -> 0.7.0•••- removes libfixposix https://github.com/Alecaddd/sequeler/releases/tag/v0.6.9 https://github.com/Alecaddd/sequeler/releases/tag/v0.7.0 cc @etu worldofpeace2019-04-071-4/+4
* Merge pull request #58721 from r-ryantm/auto-update/mailnag•••mailnag: 1.2.1 -> 1.3.0Ryan Mulligan2019-04-071-2/+2
|\
| * mailnag: 1.2.1 -> 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/mailnag/versions R. RyanTM2019-04-011-2/+2
* | Merge pull request #58241 from r-ryantm/auto-update/imagemagick•••imagemagick7: 7.0.8-22 -> 7.0.8-34Ryan Mulligan2019-04-071-2/+2
|\ \
| * | imagemagick7: 7.0.8-22 -> 7.0.8-34•••Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/imagemagick/versions R. RyanTM2019-03-241-2/+2
* | | Merge pull request #59118 from Ma27/codimd-node-8•••codimd: build with nodejs-8_xLinus Heckemann2019-04-0710-2289/+3055
|\ \ \
| * | | codimd: build with nodejs-8_x•••This diff regenerates the package sets for `codimd` and `codemirror` using NodeJS 8 to get rid of the deprecated[1] `nodejs-6_x`. Additionally the following issues had to be fixed during the update: * The package `js-sequence-diagram` has been removed from the NPM registry and was replaced by a security holding package[2]. The package was published by a third-party (upstream only supports bower builds), so it's unclear whether the package will re-appear[3]. As the tarballs still exist (and the hash didn't change), the package will be loaded manually into the build env. * For the babel-related packages, `dontNpmInstall` will be set for `node2nix` installs as some of those packages bundle a `package-lock.json` that triggers `ENOTCACHED` errors for optional dependencies[4]. For now it should be sufficient to use NodeJS 8 (`codimd` v1.2.x doesn't support NodeJS 10), in the long term we probably want to use `yarn2nix` here with NodeJS 10. This is much rather a fix to get rid of another NodeJS 6 dependency. [1] `nodejs-6_x` is about to be deprecated, see #58976 [2] https://www.npmjs.com/package/js-sequence-diagrams, https://github.com/npm/security-holder [3] https://github.com/bramp/js-sequence-diagrams/issues/212 [4] https://github.com/svanderburg/node2nix/issues/134 Maximilian Bosch2019-04-0710-2289/+3055
* | | | Merge pull request #57513 from r-ryantm/auto-update/xmrig-proxy•••xmrig-proxy: 2.11.0 -> 2.14.0Ryan Mulligan2019-04-070-0/+0
|\ \ \ \
| * | | | xmrig-proxy: 2.11.0 -> 2.14.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/xmrig-proxy/versions R. RyanTM2019-03-121-2/+2
* | | | | Merge pull request #57234 from r-ryantm/auto-update/fltk•••fltk: 1.3.4 -> 1.3.5Ryan Mulligan2019-04-071-2/+2
|\ \ \ \ \
| * | | | | fltk: 1.3.4 -> 1.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/fltk/versions R. RyanTM2019-03-101-2/+2
| |/ / / /
* | | | | Merge pull request #59069 from delroth/nilfs-utils-cross•••nilfs-utils: fix cross-compilation issue caused by AC_FUNC_MALLOCMatthew Bauer2019-04-071-1/+7
|\ \ \ \ \
| * | | | | nilfs-utils: fix cross-compilation issue caused by AC_FUNC_MALLOCPierre Bourdon2019-04-061-1/+7
* | | | | | Merge pull request #58940 from erictapen/ruby-gem-src-fix•••ruby-modules/gem: fix path to git checkoutRyan Mulligan2019-04-071-1/+1
|\ \ \ \ \ \
| * | | | | | ruby-modules/gem: fix path to git checkout•••In case of the gem type 'git', nix-bundle-install.rb was called with wrong path to the git checkout. ${src} does contain the sources, but not the newly generated .git dir, which is created in the buildPhase of pkgs/development/ruby-modules/gem/default.nix In some rare cases, this .git dir is needed at installPhase. Justin Humm2019-04-031-1/+1
* | | | | | | dpkg: 1.19.5 -> 1.19.6 (#58667)•••Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/dpkg/versionsR. RyanTM2019-04-071-2/+2
* | | | | | | libx86emu: 2.1 -> 2.2 (#58716)•••Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/libx86emu/versionsR. RyanTM2019-04-071-2/+2
* | | | | | | pcapfix: 1.1.3 -> 1.1.4 (#58744)•••Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/pcapfix/versionsR. RyanTM2019-04-071-2/+2
* | | | | | | python37Packages.APScheduler: 3.5.3 -> 3.6.0 (#58769)•••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.7-apscheduler/versionsR. RyanTM2019-04-071-2/+2
* | | | | | | python37Packages.backports_csv: 1.0.6 -> 1.0.7 (#58772)•••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.7-backports.csv/versionsR. RyanTM2019-04-071-2/+2
* | | | | | | ncdc: 1.20 -> 1.21 (#58725)•••Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/ncdc/versionsR. RyanTM2019-04-071-2/+2
* | | | | | | pianobar: 2018.06.22 -> 2019.02.14 (#58750)•••Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/pianobar/versionsR. RyanTM2019-04-071-2/+2
* | | | | | | python37Packages.aniso8601: 4.1.0 -> 6.0.0 (#58765)•••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.7-aniso8601/versionsR. RyanTM2019-04-071-2/+2
* | | | | | | python37Packages.agate-dbf: 0.2.0 -> 0.2.1 (#58768)•••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.7-agate-dbf/versionsR. RyanTM2019-04-071-2/+2
* | | | | | | python37Packages.braintree: 3.51.0 -> 3.52.0 (#58773)•••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.7-braintree/versionsR. RyanTM2019-04-071-2/+2
* | | | | | | fuse3: use /etc/fuse.conf for configuration (#59043)•••We don’t want the config file to be read only and in the Nix store.Matthew Bauer2019-04-071-0/+10
* | | | | | | qogir-theme: 2019-03-10 -> 2019-04-07 (#59133)José Romildo Malaquias2019-04-071-2/+2
* | | | | | | teamspeak_server: 3.6.1 -> 3.7.1 (#59116)Tobias Happ2019-04-071-3/+3
* | | | | | | libpqxx: 6.4.2 -> 6.4.3 (#59035)•••https://github.com/jtv/libpqxx/releases/tag/6.4.3Will Dietz2019-04-071-2/+2
* | | | | | | dropbox-cli: replace python by python3 (#59115)•••fix #59110bricewge2019-04-071-2/+2
* | | | | | | Merge pull request #59122 from romildo/upd.deepin.deepin-turbo•••deepin.deepin-turbo: init at 0.0.2xeji2019-04-073-1/+46
|\ \ \ \ \ \ \
| * | | | | | | deepin: setup hook grep with '-a'José Romildo Malaquias2019-04-071-1/+1
| * | | | | | | deepin.deepin-turbo: init at 0.0.2José Romildo Malaquias2019-04-072-0/+45
* | | | | | | | electron: 4.1.3 -> 4.1.4 (#59039)•••https://electronjs.org/releases/stable#release-notes-for-v414Will Dietz2019-04-071-6/+6
* | | | | | | | Merge pull request #59065 from vbgl/ocaml-base64-3.1.0•••ocamlPackages.base64: 2.0.0 -> 3.2.0Pascal Wittmann2019-04-073-13/+50
|\ \ \ \ \ \ \ \
| * | | | | | | | ocamlPackages.base64: 2.0.0 -> 3.2.0•••Keep the legacy version under attribute `base64_2` Vincent Laporte2019-04-063-13/+50
* | | | | | | | | Merge pull request #58668 from r-ryantm/auto-update/dropbear•••dropbear: 2018.76 -> 2019.78markuskowa2019-04-071-2/+2
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | dropbear: 2018.76 -> 2019.78•••Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/dropbear/versions R. RyanTM2019-04-011-2/+2
| | |_|_|_|_|_|_|/ | |/| | | | | | |
* | | | | | | | | Merge #59126: xfce panel plugins: Remove me as maintainerVladimír Čunát2019-04-073-3/+3
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | xfce panel plugins: Remove me as maintainer•••I am not using xfce anymore, so I do not think it is appropriate that I maintain these packages. Signed-off-by: Matthias Beyer <mail@beyermatthias.de> Matthias Beyer2019-04-073-3/+3
* | | | | | | | | | Merge pull request #51918 from bobvanderlinden/var-run•••tree-wide: nixos: /var/run -> /runFlorian Klink2019-04-0749-79/+74
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | nixos/tests: nghttpx: /var/run -> /runBob van der Linden2019-03-241-1/+1
| * | | | | | | | | | nixos/tests: osquery: /var/run -> /runBob van der Linden2019-03-241-2/+2
| * | | | | | | | | | nixos/openvswitch: /var/run -> /runBob van der Linden2019-03-241-9/+9
| * | | | | | | | | | nixos/docker: /var/run -> /runBob van der Linden2019-03-241-1/+1