summary refs log tree commit diff
path: root/pkgs
Commit message (Collapse)AuthorAge
* aws-sdk-cpp: 1.4.24 -> 1.4.33R. RyanTM2018-04-20
| | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/aws-sdk-cpp/versions. These checks were done: - built on NixOS - Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.) - found 1.4.33 with grep in /nix/store/plknjymzss3c8bfcjfhjmlkf9icgkz7v-aws-sdk-cpp-1.4.33 - directory tree listing: https://gist.github.com/d510b62973cdf67e2ed76e170a388918
* Merge pull request #38995 from yorickvP/rocksdb-jemallocYegor Timoshenko2018-04-16
|\ | | | | rocksdb: use jemalloc 4.5.0
| * jemalloc: don't try to patch 4.5.0Yorick van Pelt2018-04-16
| |
| * rocksdb: use jemalloc 4.5.0Yorick van Pelt2018-04-16
| |
| * jemalloc: add 4.5.0 versionYorick van Pelt2018-04-16
| |
* | Merge pull request #39000 from Mic92/rustc-disable-aarch64-testsJörg Thalheim2018-04-16
|\ \ | | | | | | rustc: disable tests for aarch64
| * | rustc: disable tests for aarch64Jörg Thalheim2018-04-16
| | | | | | | | | | | | upstream is doing the same
* | | Merge pull request #38998 from yorickvP/rocksdb-fullYegor Timoshenko2018-04-16
|\ \ \ | | | | | | | | rocksdb: package binary tools
| * | | rocksdb: use stdenv.lib instead of libYorick2018-04-16
| | | |
| * | | rocksdb: package binary toolsYorick van Pelt2018-04-16
| | |/ | |/|
* | | Merge pull request #38986 from scode/scode/signal-171-updateadisbladis2018-04-16
|\ \ \ | |_|/ |/| | signal-desktop: 0.7.0 -> 0.7.1
| * | signal-desktop: 0.7.0 -> 0.7.1Peter Schuller2018-04-15
| | |
* | | sublime3-dev: 3161 → 3162Jan Tojnar2018-04-16
| | |
* | | firefox-bin: add hint on how to updateJörg Thalheim2018-04-16
| |/ |/|
* | peruse: 1.2 -> 1.2.20180219Peter Hoeg2018-04-16
| |
* | kirigami: dump deprecated/unmaintained kirigami1Peter Hoeg2018-04-16
| |
* | Merge pull request #38653 from peterhoeg/hass_cloudRobert Schütz2018-04-16
|\ \ | | | | | | home-assistant: make hass cloud integration work
| * | home-assistant: enable cloud integrationPeter Hoeg2018-04-16
| | |
| * | pythonPackages.warrant: init at 0.6.1Peter Hoeg2018-04-16
| | |
| * | pythonPackages.envs: init at 1.2.4Peter Hoeg2018-04-16
| | |
* | | ghostwriter: 1.6.1 -> 1.6.2Robert Schütz2018-04-16
|/ /
* | Merge pull request #38981 from thorstenweber83/tw-fix-python-digitaloceanFrederik Rietdijk2018-04-16
|\ \ | | | | | | python: python-digitalocean: fix build
| * | python: python-digitalocean: fix buildThorsten Weber2018-04-16
| | | | | | | | | | | | | | | | | | fix hash and add missing dependency "jsonpickle" see https://github.com/NixOS/nixpkgs/commit/886048fdff39963ec6ba89a650954c4c641a93e6#diff-714655688532fd4a33aab2085f266252
* | | darling: use correct hashMatthew Bauer2018-04-15
| | |
* | | adv_cmds: fix xcbuild invocationMatthew Bauer2018-04-15
| |/ |/| | | | | Need to set SYMROOT and OBJROOT
* | Merge pull request #38985 from enumatech/fastlaneadisbladis2018-04-16
|\ \ | | | | | | fastlane: 2.80.0 -> 2.91.0
| * | fastlane: 2.80.0 -> 2.91.0Peter Romfeld2018-04-16
| | |
* | | unixtools: add col to utillinuxMatthew Bauer2018-04-15
| | |
* | | text_cmds: init at 99Matthew Bauer2018-04-15
|/ /
* | kernelPatches: Adds bcm2835_mmal_v4l2_camera_driverBastian Köcher2018-04-16
| | | | | | | | | | | | | | The kernel patch is required for raspberry pi, to enable the camera module. [dezgeg: Add some comments indicating it's only needed for 4.16]
* | Merge pull request #38963 from lheckemann/requirefile-build-errorSarah Brofeldt2018-04-16
|\ \ | | | | | | requireFile: exit with non-zero error message
| * | requireFile: exit with non-zero error messageLinus Heckemann2018-04-15
| | | | | | | | | | | | | | | | | | | | | Since the script running is a failure condition, we should fail the build properly, not leaving it up to the missing output to determine that the build went wrong. This should partly address #38952 — nix build will print out the build log on non-zero exits.
* | | Merge pull request #38646 from djgoku/update-erlang-r20Sarah Brofeldt2018-04-15
|\ \ \ | | | | | | | | erlang: 20.3.1 -> 20.3.2
| * | | update erlangR20 from 20.3.1 to 20.3.2Jonathan C. Otsuka2018-04-09
| | | |
* | | | Merge pull request #38897 from suvash/add-iamyJörg Thalheim2018-04-15
|\ \ \ \ | | | | | | | | | | iamy: init at 2.1.1
| * | | | iamy: init at 2.1.1Suvash Thapaliya2018-04-13
| | | | | | | | | | | | | | | | | | | | Add iamy package - maintains aws iam in yaml format
* | | | | Merge pull request #38947 from srghma/node2nix-fixSander van der Burg2018-04-15
|\ \ \ \ \ | | | | | | | | | | | | node2nix: add nix as dependency (fix for #38946)
| * | | | | node2nix: add nix as dependency (fix for #38946)BjornMelgaard2018-04-14
| | | | | |
* | | | | | Merge pull request #38864 from tadfisher/yquake2Jörg Thalheim2018-04-15
|\ \ \ \ \ \ | | | | | | | | | | | | | | yquake2: init at 7.20
| * | | | | | yquake2: init at 7.20Tad Fisher2018-04-12
| | | | | | |
* | | | | | | Merge pull request #38884 from worldofpeace/up-papirus-icon-theme-newestJörg Thalheim2018-04-15
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | papirus-icon-theme: 20180214 -> 20180401
| * | | | | | | papirus-icon-theme: 20180214 -> 20180401worldofpeace2018-04-12
| | | | | | | |
* | | | | | | | Merge pull request #38953 from rittelle/kalarmJörg Thalheim2018-04-15
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | kalarm: init
| * | | | | | | | kalarm: initrittelle2018-04-15
| | | | | | | | |
* | | | | | | | | Merge pull request #38902 from Ekleog/nheko-0.3.1Jörg Thalheim2018-04-15
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | nheko: 0.3.0 -> 0.3.1
| * | | | | | | | | nheko: 0.3.0 -> 0.3.1Léo Gaspard2018-04-13
| | | | | | | | | |
* | | | | | | | | | Merge pull request #38965 from ↵Jörg Thalheim2018-04-15
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | thorstenweber83/slic3r-prusa3d-update-dependencies slic3r-prusa3d: fix build
| * | | | | | | | | | slic3r-prusa3d: fix buildThorsten Weber2018-04-15
| | |_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | before #ffe86fe949199ebe0e5610c74230edf60a05ae8d perlPackages.ModuleBuildWithXSpp and perlPackages.ExtUtilsTypemapsDefault seem to have been implicitly provided by perlPackages.MathClipper
* | | | | | | | | | Merge pull request #38973 from LnL7/vim-plugins-batsJörg Thalheim2018-04-15
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | vim-plugins: add bats.vim
| * | | | | | | | | | vim-plugins: add bats.vimDaiderd Jordan2018-04-15
| | | | | | | | | | |