Renaud and GitHub
5eb7ca4e5d
pwsafe: 0.99BETA -> 1.06BETA ( #48003 )
...
pwsafe: add c0bw3b as maintainer
2018-10-12 19:04:09 +02:00
Robert Helgesson
c429b2b389
cloc: 1.78 -> 1.80
2018-10-12 19:01:51 +02:00
Timo Kaufmann and GitHub
ef0c38422d
Merge pull request #48261 from fgaz/termbox/init
...
termbox: init at 1.1.2
2018-10-12 18:45:16 +02:00
Timo Kaufmann and GitHub
76f974f1bd
Merge pull request #48235 from dtzWill/update/pcsctools-1.5.3
...
pcsctools: 1.4.25 -> 1.5.3
2018-10-12 18:41:54 +02:00
R. RyanTM and Renaud
dd6b5082a5
eccodes: 2.8.2 -> 2.9.0 ( #47822 )
...
* eccodes: 2.8.2 -> 2.9.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/eccodes/versions
* eccodes: src and homepage URLs changed
2018-10-12 17:47:44 +02:00
Vladimír Čunát
7969b9ed3c
knot-dns: 2.7.2 -> 2.7.3 (minor update)
...
https://gitlab.labs.nic.cz/knot/knot-dns/tags/v2.7.3
2018-10-12 16:44:53 +02:00
R. RyanTM and Renaud
992b13bd72
wavebox: 3.14.10 -> 4.3.0 ( #47701 )
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/wavebox/versions
2018-10-12 16:23:00 +02:00
Jan Tojnar and GitHub
a112f16a75
Merge pull request #42562 from ambrop72/gdk-pixbuf-fix
...
Use a NixOS module for generating the gdk-pixbuf loaders cache.
2018-10-12 15:52:06 +02:00
Francesco Gazzetta
d6273e5161
termbox: init at 1.1.2
2018-10-12 15:51:57 +02:00
Jörg Thalheim and GitHub
6bd73e860b
Merge pull request #48245 from volth/patch-258
...
bootStage1: fix cross build
2018-10-12 14:42:43 +01:00
Jörg Thalheim and GitHub
e6e25bdbf4
Merge pull request #48236 from dywedir/rust-bindgen
...
rust-bindgen: 0.40.0 -> 0.42.2
2018-10-12 14:41:59 +01:00
Jörg Thalheim and GitHub
00807a645f
Merge pull request #48240 from volth/patch-254
...
perl-cross: 1.2 -> gitmaster
2018-10-12 14:36:09 +01:00
Jörg Thalheim and GitHub
c31909ff69
Merge pull request #48269 from volth/patch-268
...
screen: fix cross-compiling
2018-10-12 14:31:00 +01:00
Jörg Thalheim and GitHub
8635fbdb55
Merge pull request #48230 from nicknovitski/fastlane-disable-update-check
...
fastlane: disable update check
2018-10-12 14:29:56 +01:00
Jörg Thalheim and GitHub
efd6f7fbe2
Merge pull request #48260 from volth/patch-262
...
dos2unix: fix cross build
2018-10-12 14:19:32 +01:00
Jörg Thalheim and GitHub
aaadace9d1
Merge pull request #48267 from volth/patch-266
...
ntp: fix cross-build
2018-10-12 14:17:43 +01:00
Jörg Thalheim and GitHub
c6a82eae32
Merge pull request #48268 from volth/patch-267
...
psmisc: fix cross-compiling
2018-10-12 14:14:57 +01:00
volth and GitHub
4b17b8bba4
screen: fix cross-compiling
2018-10-12 13:14:25 +00:00
Jörg Thalheim and GitHub
5bd1b675c6
Merge pull request #48266 from volth/patch-265
...
p7zip: fix cross-compilation
2018-10-12 14:12:55 +01:00
Silvan Mosberger and GitHub
c2129a850a
Merge pull request #48007 from magnetophon/kokkinizita
...
update Kokkinizita packages
2018-10-12 15:03:51 +02:00
volth and GitHub
0653da427a
psmisc: fix cross-compiling
2018-10-12 13:03:50 +00:00
volth and GitHub
a4f4886ba3
ntp: fix cross-build
2018-10-12 12:48:59 +00:00
Silvan Mosberger and GitHub
f3dd3b6afa
Merge pull request #43865 from Infinisil/add/futhark
...
futhark: init at 0.6.2
2018-10-12 14:42:35 +02:00
volth and GitHub
fbeeed1c5c
p7zip: fix cross-compilation
2018-10-12 12:36:48 +00:00
Bas van Dijk and Silvan Mosberger
5ea9d9d097
haskell: add GitHub issues to non-hackage-packages.nix
2018-10-12 14:17:48 +02:00
Bas van Dijk and Silvan Mosberger
b64193f69b
haskellPackages.multi-ghc-travis: removed in favour of haskell-ci
...
multi-ghc-travis has been renamed to haskell-ci which is now also on Hackage.
2018-10-12 14:17:24 +02:00
Bas van Dijk and Silvan Mosberger
7b49b870cb
haskell: have a dedicated file for non Hackage packages
...
We had a few "overrides" in configuration-common.nix that were really
extensions. They introduced packages that weren't in hackage-packages.nix.
The advantage of having a dedicated file for these packages is that we can still
place Nix-specific overrides to these packages in configuration-nix.nix. We
weren't able do this before because configuration-nix.nix extended only the
packages from hackage-packages.nix.
2018-10-12 14:12:29 +02:00
Bas van Dijk and Silvan Mosberger
0c25079958
futhark: introduce the top-level futhark attribute
...
The fact that futhark is a Haskell package is an implementation detail. To
install it users should just have to specify `futhark` instead of
`haskellPackages.futhark`.
Additionally futhark is overridden with `haskell.lib.justStaticExecutables` to
reduce closure size.
2018-10-12 14:12:29 +02:00
Silvan Mosberger
d26c303bef
futhark: init at 0.6.2
2018-10-12 14:11:30 +02:00
Sarah Brofeldt and GitHub
c4afb45af5
Merge pull request #48097 from tenx-tech/feature/init-envdir-go
...
envdir: init at 1.0.0
2018-10-12 14:09:18 +02:00
Silvan Mosberger and GitHub
c26d6001ed
Merge pull request #45890 from lopsided98/buildbot-python3
...
buildbot: Python 3 support and other improvements
2018-10-12 14:06:41 +02:00
edude03 and Michael Francis
7a65f2c43d
envdir: init at 1.0.0
2018-10-12 19:23:21 +08:00
volth and GitHub
b8e1e56410
dos2unix: fix cross build
2018-10-12 11:02:37 +00:00
Jörg Thalheim and GitHub
2434a2ee3a
Merge pull request #48224 from volth/patch-252
...
coreutils-full: fix cross build
2018-10-12 11:34:38 +01:00
Herwig Hochleitner
ee561d9f57
linuxPackages.systemtap: 3.2 (2017.10.18) -> 3.3
...
removed quoting workaround. should be fixed as of https://sourceware.org/PR22462
2018-10-12 12:20:35 +02:00
Will Dietz and Herwig Hochleitner
ce6db5e36e
chromium: update to 69.0.3497.100 (and others), ran update.sh
2018-10-12 12:20:35 +02:00
Will Dietz and Herwig Hochleitner
4b7de150a8
chromium/update.sh: don't use remote builders, lots of copying for work
2018-10-12 12:20:35 +02:00
Herwig Hochleitner
a08feadbe1
i2p: 0.9.35 -> 0.9.37
...
also update tanuki's java-service-wrapper 3.5.32 -> 3.5.35
2018-10-12 12:20:35 +02:00
volth and GitHub
432c44f6f0
coreutils-full: fix cross build (@matthewbauer's version)
2018-10-12 10:02:34 +00:00
volth and GitHub
b3dff39105
bootStage1: fix cross build (@matthewbauer's solution)
2018-10-12 09:24:00 +00:00
Sarah Brofeldt and GitHub
e960043c80
Merge pull request #48256 from periklis/update-minikube-to-0.30
...
minikube: bump version 0.29.0 -> 0.30.0
2018-10-12 10:48:38 +02:00
Periklis Tsirakidis
e5ee89f758
minikube: bump version 0.29.0 -> 0.30.0
...
This is a fix release for CVE-2018-1002103. More details in
https://github.com/kubernetes/minikube/issues/3208
2018-10-12 10:24:56 +02:00
Sarah Brofeldt and GitHub
32bcd72bf2
Merge pull request #48198 from teto/rfc-bibtex
...
rfc-bibtex: init at 2.2.1
2018-10-12 10:07:10 +02:00
Benjamin Hipple and Frederik Rietdijk
1bcdf27c48
Update with code review feedback; add example python application
2018-10-12 10:06:25 +02:00
Benjamin Hipple and Frederik Rietdijk
c0af13f1c8
python: update documentation
...
This touches up a handful of places in the python documentation to try to make
the current best-practices more obvious. In particular, I often find the
function signatures (what to pass, what not to pass) confusing and have added
them to the docs.
Also updated the metas to be more consistent with the most frequently used
modern style.
2018-10-12 10:06:25 +02:00
Sarah Brofeldt and GitHub
9cba2f54fa
Merge pull request #48079 from lopsided98/python-av-update
...
pythonPackages.av: 0.4.1 -> 0.5.3
2018-10-12 10:03:19 +02:00
Sarah Brofeldt and GitHub
aac6e10329
Merge pull request #48253 from jluttine/nano-wallet-16.2
...
nano-wallet: 16.1 -> 16.2
2018-10-12 09:52:14 +02:00
Sarah Brofeldt and GitHub
e53b1dd06a
Merge pull request #48226 from cocreature/nix-index
...
nix-index: 0.1.1 -> 0.1.2
2018-10-12 09:50:44 +02:00
lewo and GitHub
68e1e0e5fe
Merge pull request #48133 from bhipple/add/atom
...
pythonPackages.atom: init at 0.4.1
2018-10-12 08:39:09 +02:00
Michael Francis and Franz Pletz
6ab21f4486
cfssl: allow building on all platforms ( #48093 )
2018-10-12 06:16:58 +00:00