about summary refs log tree commit diff
Commit message (Collapse)AuthorAge
* owncloud-client: 2.3.3 -> 2.3.4adisbladis2018-01-13
|
* sigil: 0.9.7 -> 0.9.9adisbladis2018-01-13
|
* smtube: 17.5.0 -> 18.1.0adisbladis2018-01-13
|
* qgo: unstable-2016-06-23 -> unstable-2017-12-18adisbladis2018-01-13
|
* telegraf: 1.5.0 -> 1.5.1Jörg Thalheim2018-01-12
|
* nixUnstable: pre5810_5d5b931f -> pre5849_74f75c85Dan Peebles2018-01-12
|
* lolcat: 42.1.0 -> 90.8.8Florian Engel2018-01-12
|
* Merge pull request #32712 from vdemeester/init-notaryJörg Thalheim2018-01-12
|\ | | | | notary: init at 0.5.1
| * notary: get rid of .git folder in sourceJörg Thalheim2018-01-12
| | | | | | | | | | | | tested with: $ notary version
| * notary: init at 0.5.1Vincent Demeester2018-01-12
| | | | | | | | Signed-off-by: Vincent Demeester <vincent@sbr.pm>
* | haskellPackages.ChasingBottoms: Disable testsuiteShea Levy2018-01-12
| |
* | Merge pull request #33636 from hamishmack/haskell-internal-libs-darwin2Peter Simons2018-01-12
|\ \ | | | | | | haskell: Fix depending on libs with internal libs on darwin.
| * | haskell: Fix depending on libs with internal libs on darwin.Hamish Mackenzie2018-01-09
| | |
* | | Merge pull request #33360 from adnelson/unpin_lzma_versionsPeter Simons2018-01-12
|\ \ \ | | | | | | | | haskellPackages.lzma: loosen version bounds for test dependencies
| * | | reference issue in commentAllen Nelson2018-01-06
| | | |
| * | | loosen version bounds for lzma test dependenciesTest2018-01-02
| | | |
* | | | uchiwa: add update scriptPeter Hoeg2018-01-12
| | | |
* | | | uchiwa: 1.1.0 -> 1.1.1Peter Hoeg2018-01-12
| | | |
* | | | Merge pull request #33672 from dtzWill/fix/top-level-nix-toolsPeter Simons2018-01-12
|\ \ \ \ | | | | | | | | | | nix-{delegate,deploy,diff}: add top-level attributes, static
| * | | | nix-{delegate,deploy,diff}: add top-level attributes, staticWill Dietz2018-01-11
| | | | |
* | | | | Merge pull request #33781 from romildo/upd.qlipperJörg Thalheim2018-01-12
|\ \ \ \ \ | | | | | | | | | | | | qlipper: 5.0.0 -> 5.1.1
| * | | | | qlipper: 5.0.0 -> 5.1.1José Romildo Malaquias2018-01-12
| | | | | |
* | | | | | google-cloud-sdk: 182.0.0 -> 184.0.0 (#33784)zimbatm2018-01-12
| | | | | |
* | | | | | Merge pull request #33780 from manveru/upgrade-rubyGraham Christensen2018-01-12
|\ \ \ \ \ \ | |/ / / / / |/| | | | | Ruby: 2.2.8 -> 2.2.9, 2.3.5 -> 2.3.6, 2.4.2 -> 2.4.3
| * | | | | Ruby: 2.2.8 -> 2.2.9, 2.3.5 -> 2.3.6, 2.4.2 -> 2.4.3Michael Fellinger2018-01-12
| | | | | |
* | | | | | Merge pull request #33776 from matthiasbeyer/update-sigalJörg Thalheim2018-01-12
|\ \ \ \ \ \ | | | | | | | | | | | | | | Update sigal
| * | | | | | sigal: 1.0.1 -> 1.3.0Matthias Beyer2018-01-12
| | | | | | |
| * | | | | | sigal: Use fetchPypi instead of fetchurlMatthias Beyer2018-01-12
| | | | | | |
| * | | | | | sigal: Move to applications/miscMatthias Beyer2018-01-12
| | | | | | |
* | | | | | | Merge pull request #33212 from Lassulus/bitlbee-discordJörg Thalheim2018-01-12
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | bitlbee-discord: init at 2017-12-27
| * | | | | | | bitlbee-discord: init at 2017-12-27lassulus2017-12-31
| | | | | | | |
* | | | | | | | Merge pull request #33762 from kierdavis/fix-avr-gcc-arJörg Thalheim2018-01-12
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | avrgcc: bake path to avr-ar into avr-gcc-ar
| * | | | | | | | avrgcc: bake path to avr-ar into avr-gcc-arKier Davis2018-01-12
| | |_|_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | gcc provides wrappers for binutils' ar, nm and ranlib executables, which must be used instead when using link-time optimisation. See also: http://manpages.ubuntu.com/manpages/zesty/man1/aarch64-linux-gnu-gcc-ar-5.1.html The upstream version of avr-gcc-ar searches in paths passed to the configure script for the avr-ar binary that it wraps, falling back to searching PATH instead. Thus currently avr-gcc-ar works on Nix, but only if avrbinutils is already in the environment. This change bakes the path to avr-ar into avr-gcc-ar, since its path is known at compile time. It also no longer searches PATH, meaning the user's local environment won't override this path. Note that avr-gcc-nm and avr-gcc-ranlib are compiled from the same source file as avr-gcc-ar, just with different compiler flags. Testing on master (without avrbinutils in the environment): $ nix-build -A avrgcc $ result/bin/avr-gcc-ar --version result/bin/avr-gcc-ar: Cannot find binary 'avr-ar' Testing on branch with this fix: $ nix-build -A avrgcc $ result/bin/avr-gcc-ar --version GNU ar (GNU Binutils) 2.26.20160125 ...
* | | | | | | | libbladeRF: 1.4.0 -> 1.9.0 (#33551)markuskowa2018-01-12
| |_|/ / / / / |/| | | | | |
* | | | | | | Merge pull request #33775 from roberth/haskell-lib-docPeter Simons2018-01-12
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | Add documentation to haskell.lib
| * | | | | | Add documentation for haskell-modules/lib.nixRobert Hensing2018-01-12
| | | | | | |
* | | | | | | Merge pull request #33773 from cyraxjoe/enpass-version-upgradeJörg Thalheim2018-01-12
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | enpass: 5.6.0 -> 5.6.5
| * | | | | | | enpass: 5.6.0 -> 5.6.5Joel Rivera2018-01-12
| | | | | | | |
* | | | | | | | minio: 2017-09-29T19-16-56Z -> 2018-01-02T23-07-00Z (#33724)Pascal Bach2018-01-12
| |/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Contains security fixes (see: https://blog.minio.io/minio-release-jan-2nd-2018-security-advisory-ef0342a4ddba) Use buildGoPackage, otherwise we will have the go build toolchain in our runtime closure.
* | | | | | | Merge pull request #25713 from jbaum98/darwin-trashPascal Wittmann2018-01-12
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | darwin: trash 0.9.0
| * | | | | | | darwin: trash 0.9.0Jake Waksbaum2017-11-16
| | | | | | | |
* | | | | | | | Merge pull request #33467 from nixy/kdeconnect-sshfsFrederik Rietdijk2018-01-12
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | kdeconnect: Add `sshfs` as a dependency
| * | | | | | | kdeconnect: Add `sshfs` as a dependencyAndrew R. M2018-01-05
| | | | | | | |
* | | | | | | | Merge pull request #33714 from apeyroux/up-grmmalecteadisbladis2018-01-12
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | grammalecte: 0.5.18 -> 0.6.1
| * | | | | | | | grammalecte: 0.5.18 -> 0.6.1Alexandre Peyroux2018-01-10
| | | | | | | | |
* | | | | | | | | sonarr: 2.0.0.5054 -> 2.0.0.4949adisbladis2018-01-12
| | | | | | | | |
* | | | | | | | | radarr: 0.2.0.846 -> 0.2.0.910adisbladis2018-01-12
| | | | | | | | |
* | | | | | | | | Merge pull request #33716 from pbogdan/darktable-luaadisbladis2018-01-12
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | darktable: lua support requires lua 5.3
| * | | | | | | | | darktable: lua support requires lua 5.3Piotr Bogdan2018-01-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://github.com/NixOS/nixpkgs/issues/33710#issuecomment-356680711 Fixes #33710.
* | | | | | | | | | Merge pull request #33759 from LumiGuide/pgmanage-10.1.0adisbladis2018-01-12
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / |/| | | | | | | | | pgmanage: 10.0.2 -> 10.1.0