worldofpeace
95647d8aee
Merge pull request #64628 from mmahut/anonip
...
pythonPackages.anonip: init at 1.0.0
2019-07-11 12:16:38 -04:00
Marek Mahut
fd7ee813b6
pythonPackages.anonip: init at 1.0.0
2019-07-11 18:14:59 +02:00
Frederik Rietdijk
8931db9f0b
make-tarball / lib-tests: reduce duplication
...
The misc.nix and systems.nix tests were invoked at three different
places. Let's not that.
2019-07-11 18:02:05 +02:00
Frederik Rietdijk
8074133844
pythonPackages.fetchPypi: support SRI hashes
2019-07-11 18:01:04 +02:00
Frederik Rietdijk
30f299027a
pythonPackages.fetchPypi: separate url computation from fetchurl
2019-07-11 18:01:04 +02:00
Frederik Rietdijk
f2a8117492
pythonPackages.fetchPypi: put expression in own file
...
Also fixes an evaluation bug.
2019-07-11 18:01:04 +02:00
worldofpeace
3a25279b2e
Merge pull request #56390 from dtzWill/update/fwupd-1.2.5
...
fwupd: 1.2.3 -> 1.2.8
2019-07-11 11:56:48 -04:00
John Ericson
5e84f73df2
Merge pull request #63603 from dingxiangfei2009/cross-compiling-buildGoPackage
...
Enable cross compilation on buildGoPackage
2019-07-11 11:26:05 -04:00
Will Dietz
5dc9fec732
fwupd: patch in paths to tools used as runtime deps
2019-07-11 11:10:19 -04:00
Will Dietz
f633bf64e9
fwupd: 1.2.3 -> 1.2.8
...
* use C.UTF-8 instead of en_US
* refresh sysconfdir_install patch
* extend to vendor-directory.conf
* update sysconfdir_install patch
* update file listing
2019-07-11 11:10:19 -04:00
worldofpeace
f33c9e9cfb
Merge pull request #64446 from jonasnick/clightning-0.7.1
...
clightning: 0.7.0 -> 0.7.1
2019-07-11 10:51:15 -04:00
Roman Kashitsyn
ed056fc87e
pythonPackages.sphinxcontrib_plantuml: use top-level plantuml
...
plantuml declared in python packages implicitly captures graphviz
python library instead of the top-level package and thus doesn't work
property after installation, trying to access
/nix/store/<hash>-python2.7-graphviz-0.10.1/bin/dot and failing to
find it.
2019-07-11 16:34:00 +02:00
worldofpeace
63109c860f
Merge pull request #64376 from emmanuelrosa/betterlockscreen-missing-dependencies
...
betterlockscreen: add missing runtime dependencies
2019-07-11 10:33:24 -04:00
Emmanuel Rosa
eb0332db39
betterlockscreen: add missing runtime dependencies
2019-07-11 10:33:07 -04:00
Joachim F
336bfbd40d
Merge pull request #64118 from r-ryantm/auto-update/python3.7-aiorpcx
...
python37Packages.aiorpcx: 0.17.0 -> 0.18.3
2019-07-11 14:07:15 +00:00
Eelco Dolstra
267c8d6b2f
fetchurl (and derived functions): Support SRI hashes
...
E.g.
fetchFromGitHub {
owner = "NixOS";
repo = "nix";
rev = "ad42a784690449873fccb20192bd2150da81c56d";
hash = "sha256-ZXeadXUJMXV5lSLz6TOBeL/SSOVwQ8ywxU5AFMCnbRU=";
}
2019-07-11 15:52:35 +02:00
worldofpeace
528a690293
Merge pull request #64600 from xrelkd/update/overmind
...
overmind: 2.0.1 -> 2.0.2
2019-07-11 09:15:22 -04:00
worldofpeace
86de11567c
Merge pull request #64582 from xrelkd/update/kube-router
...
kube-router: 0.2.5 -> 0.3.1
2019-07-11 09:11:00 -04:00
worldofpeace
7eb6b69701
Merge pull request #64623 from xrelkd/update/cargo-xbuild
...
cargo-xbuild: 0.5.13 -> 0.5.14
2019-07-11 08:52:51 -04:00
worldofpeace
4de9f7a241
Merge pull request #64572 from eadwu/vscode/1.36.1
...
vscod{e,ium}: 1.36.0 -> 1.36.1
2019-07-11 08:48:52 -04:00
worldofpeace
421b747e6a
Merge pull request #64585 from xrelkd/update/archiver
...
archiver: 3.0.0 -> 3.2.0
2019-07-11 08:39:45 -04:00
xrelkd
2d70cb58b2
archiver: 3.0.0 -> 3.2.0
2019-07-11 20:38:23 +08:00
worldofpeace
c0a0c1ebcf
Merge pull request #64541 from bhipple/mirrors/alsa
...
mirrors.nix: add alsa-project.org for alsa
2019-07-11 08:37:29 -04:00
worldofpeace
b9338ee86a
Merge pull request #64593 from gnidorah/mako
...
mako: install dbus service file
2019-07-11 08:33:52 -04:00
worldofpeace
e4947358d2
Merge pull request #62661 from vanschelven/swagger-spec-validator
...
pythonPackages.swagger-spec-validator: init at 2.4.3
2019-07-11 08:28:36 -04:00
Klaas van Schelven
a5b4ebd47f
pythonPackages.swagger-spec-validator: init at 2.4.3
2019-07-11 08:26:33 -04:00
xrelkd
02c9e49eed
cargo-xbuild: 0.5.13 -> 0.5.14
2019-07-11 20:08:25 +08:00
Georges Dubus
ab3e932325
doc: fix stdenv.xml
...
A duplicated opening tag caused the linter to fail, blocking the whole
nixpkgs-unstable channel.
2019-07-11 13:46:53 +02:00
Frederik Rietdijk
48a28c399c
jupyter-kernel: remove traceVal
...
`traceVal` is only for debugging and should not be delivered.
Partial revert of f72d7c49d5
, fixes ofBorg eval.
2019-07-11 13:41:13 +02:00
Paul Myjavec
95395fbf54
saml2aws: 2.10.0 -> 2.15.0
2019-07-11 10:39:42 +02:00
Tom McLaughlin
f72d7c49d5
Add optional Jupyter kernelspec options from the spec ( #55989 )
2019-07-11 10:29:35 +02:00
Charlie Dyson
0426ae63f8
fix : #64340 building python wheels in non-standard store
2019-07-11 10:27:28 +02:00
Will Dietz
c763b8db06
radiotray-ng: 0.2.5 -> 0.2.6
2019-07-11 10:11:43 +02:00
Will Dietz
dbb5c800e2
lesspipe: 1.82 -> 1.83
2019-07-11 10:11:15 +02:00
Elis Hirwing
cebff2882f
phpPackages.phpstan: 0.11.8 -> 0.11.12
...
Changelog: https://github.com/phpstan/phpstan/releases/tag/0.11.9
Changelog: https://github.com/phpstan/phpstan/releases/tag/0.11.10
Changelog: https://github.com/phpstan/phpstan/releases/tag/0.11.11
Changelog: https://github.com/phpstan/phpstan/releases/tag/0.11.12
2019-07-11 10:09:31 +02:00
xrelkd
36af740c1d
cargo-xbuild: 0.5.12 -> 0.5.13
2019-07-11 10:08:39 +02:00
Matt Melling
00898f0ada
pythonPackages.spacy: loosen dependency version bounds
2019-07-11 09:58:39 +02:00
Jonathan Ringer
19f841097f
pythonPackages.msrest: 0.6.7 -> 0.6.8
2019-07-11 09:57:51 +02:00
xrelkd
d206b3787f
acpica-tools: 20190509 -> 20190703
2019-07-11 09:53:19 +02:00
taku0
126c5d0be8
flashplayer: 32.0.0.207 -> 32.0.0.223
2019-07-11 09:51:49 +02:00
Edmund Wu
7a99993771
nvidia_x11: 430.26 -> 430.34
2019-07-11 09:51:14 +02:00
xrelkd
2ad00ba35f
clair: 2.0.7 -> 2.0.8
2019-07-11 09:49:09 +02:00
Jonathan Ringer
841893119d
zpaq: fix version and pull from github
2019-07-11 09:48:39 +02:00
Elis Hirwing
08b828d1c5
Merge pull request #64589 from uHOOCCOOHu/bump/telegram-1.7.14
...
tdesktop: 1.7.10 -> 1.7.14
2019-07-11 08:41:01 +02:00
Elis Hirwing
9c04b1c3da
Merge pull request #64590 from xrelkd/update/fzf
...
fzf: 0.17.5 -> 0.18.0
2019-07-11 08:14:58 +02:00
xrelkd
b363ef8258
overmind: 2.0.1 -> 2.0.2
2019-07-11 10:46:43 +08:00
worldofpeace
0ad1b80a3b
Merge pull request #64588 from eadwu/libinput/additional-options-type-lines
...
nixos/libinput: use `types.lines` for additionalOptions
2019-07-10 22:24:50 -04:00
Ryan Mulligan
7f8f1c0bfe
Merge pull request #64602 from ryantm/urls
...
treewide: fix redirect URLs
2019-07-10 19:38:35 -05:00
Jonathan Ringer
70b6df196a
treesheets: 2018-8-18 -> 1.0.1
2019-07-10 23:00:59 +01:00
Matthew Bauer
87ec2627b0
Merge pull request #62870 from ambrop72/nvidia-icd-absolute
...
nvidia-x11: Put absolute library paths into ICD config files.
2019-07-10 17:37:00 -04:00