Commit Graph

179422 Commits

Author SHA1 Message Date
Graham Christensen
52ce589968
Merge pull request #61138 from rnhmjoj/collide
Avoid collisions between essential packages
2019-05-08 11:42:19 -04:00
Erik Arvstedt
e3461b89fd
gem-config: fix formatting 2019-05-08 17:40:53 +02:00
Tim Steinbach
81e075ab56
oh-my-zsh: 2019-05-06 -> 2019-05-08 2019-05-08 10:13:43 -04:00
Tim Steinbach
dded4653b0
vivaldi: 2.4.1488.40-1 -> 2.5.1525.40-1 2019-05-08 10:13:43 -04:00
Tim Steinbach
ec75f9c2c8
linux: 5.0.13 -> 5.0.14 2019-05-08 10:13:43 -04:00
Tim Steinbach
de8a2720e2
linux: 4.9.173 -> 4.9.174 2019-05-08 10:13:43 -04:00
Tim Steinbach
f531f08f0c
linux: 4.19.40 -> 4.19.41 2019-05-08 10:13:42 -04:00
Tim Steinbach
103a7daa53
linux: 4.14.116 -> 4.14.117 2019-05-08 10:13:42 -04:00
Peter Simons
4c6dcdff4d git-annex: update sha256 hash for version 7.20190507 2019-05-08 16:02:31 +02:00
Peter Simons
5c8c39b9f5 hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.14.2-11-gfe32a4c from Hackage revision
d194071427.
2019-05-08 16:02:31 +02:00
rnhmjoj
87bfe6e115
procps: lower priority to solve collisions with coreutils 2019-05-08 16:00:18 +02:00
adisbladis
160261b72d
python-packages: Set pythonPackages attr in pythonPackages scope
If we don't set this we are mixing python versions in the same package.
Any package called from `python-packages.nix` using `pythonPackages` directly as an argument is currently wrong.

Before:
```
nix-repl> python3Packages.bugseverywhere.buildInputs
[ «derivation /nix/store/csd0d2j3vgl5dnag6afi5q92xb64rv7z-python2.7-Jinja2-2.10.1.drv» «derivation /nix/store/gsj389hprxlr8a39b0ccszagirirf1lv-python2.7-cherrypy-17.4.1.drv» «derivation /nix/store/ysmd4wdkbi9gd6bw2ha92hwrd2k2xlnh-python2.7-bootstrapped-pip-19.0.3.drv» ]
```

After:
```
nix-repl> python3Packages.bugseverywhere.buildInputs
[ «derivation /nix/store/m0mfx1i98ciby8mx8xjva98kinhqkj6r-python3.7-Jinja2-2.10.1.drv» «derivation /nix/store/2gqd0sbiwqmin2814ja83pnyal8pq86a-python3.7-cherrypy-18.1.1.drv» «derivation /nix/store/0rq8n7xq2ksxiq2y2d844i9516p0rd41-python3.7-bootstrapped-pip-19.0.3.drv» ]
```
2019-05-08 13:53:14 +01:00
Alyssa Ross
7261ffc18e
Merge pull request #60776 from alyssais/xerror
nixos/xserver: improve DM error message when X off
2019-05-08 12:19:14 +00:00
Chris Ostrouchov
8a39315484
pythonPackages.datasette: init at 0.27 2019-05-08 07:54:17 -04:00
Chris Ostrouchov
bea2b415ec
pythonPackages.pytest-sugar: refactor fix broken build 2019-05-08 07:54:17 -04:00
Chris Ostrouchov
5d930e2dfa
pythonPackages.sanic: init at 19.3.1 2019-05-08 07:54:17 -04:00
Chris Ostrouchov
0ddf3fe7d8
pythonPackages.pytest-sanic: init at 1.0.0 2019-05-08 07:54:16 -04:00
Eelco Dolstra
84a51650b9
Merge pull request #61134 from c0bw3b/pkg/subversion
subversion: drop 1.8 / 1.9.9 -> 1.9.10 / 1.11.1 -> 1.12.0
2019-05-08 13:48:04 +02:00
Chris Ostrouchov
b9ccbbffa7
pythonPackages.uvloop: init at 0.12.2 2019-05-08 07:41:51 -04:00
Chris Ostrouchov
1b60d165bb
pythonPackages.py-lru-cache: init at 0.1.4 2019-05-08 07:41:50 -04:00
Chris Ostrouchov
825364c32d
pythonPackages.httptools: init at 0.0.13 2019-05-08 07:41:50 -04:00
Chris Ostrouchov
a6de2a2a7c
pythonPackages.datasette: init at 0.27 2019-05-08 07:41:50 -04:00
Chris Ostrouchov
fbde6016f3
pythonPackages.csvs-to-sqlite: init at 0.9 2019-05-08 07:41:50 -04:00
rnhmjoj
d16a24379a
systemd: lower priority to solve collisions with openresolv 2019-05-08 13:21:04 +02:00
Eelco Dolstra
b938921899
Merge pull request #61131 from andir/firefox
firefox: 66.0.4 -> 66.0.5, firefox-bin: 66.0.4 -> 66.0.5,  firefox-beta-bin: 67.0b17 -> 670b18
2019-05-08 13:08:44 +02:00
dawidsowa
4bf92ed816 gallery-dl: 1.8.2 -> 1.8.3 2019-05-08 12:32:14 +02:00
c0bw3b
4f99ea8128 subversion: 1.11.1 -> 1.12.0
v1.12 is a regular release replacing v1.11
https://subversion.apache.org/docs/release-notes/1.12.html
https://subversion.apache.org/roadmap.html#release-planning
2019-05-08 12:19:34 +02:00
c0bw3b
78c545fe83 subversion19: 1.9.9 -> 1.9.10
https://subversion.apache.org/docs/release-notes/1.9
2019-05-08 12:09:54 +02:00
c0bw3b
1685f80b97 subversion18: remove because EOL
Subversion 1.8 is EOL since the publication of 1.10 in April 2018
https://subversion.apache.org/docs/release-notes/1.10.html#svn-1.8-deprecation
2019-05-08 11:56:22 +02:00
Andreas Rammhold
f7b51927c3 firefox-bin: 66.0.4 -> 66.0.5 2019-05-08 11:39:39 +02:00
Andreas Rammhold
bc3d79f633 firefox: 66.0.4 -> 66.0.5 2019-05-08 11:39:39 +02:00
Andreas Rammhold
44553697ab firefox-beta-bin: 67.0b17 -> 670b18 2019-05-08 11:39:34 +02:00
Serhii Khoma
aadfa893ab hubstaff: 1.4.3 -> 1.4.5 2019-05-08 11:29:28 +03:00
Serhii Khoma
6324caac14 hubstaff: 1.3.1 → 1.4.3 2019-05-08 11:10:51 +03:00
Will Dietz
d4be93914f notmuch: 0.28.3 -> 0.28.4
https://notmuchmail.org/pipermail/notmuch/2019/027933.html
2019-05-08 02:57:11 -05:00
Andrew Newman
0b5a5c52d6 lighttpd: fix crosscompilation 2019-05-08 10:43:00 +03:00
Matthias Beyer
3de0aae69c jo: 1.1 -> 1.2
The "src.rev" was changed because upstream tag does not have the "v"
prefix for this version.

A little bit of code formatting was done as well.

Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2019-05-08 09:29:37 +02:00
Erik Arvstedt
80c3ddbad8
paperless service: init 2019-05-08 09:26:32 +02:00
Erik Arvstedt
0231273a57
paperless: init at 2.7.0 2019-05-08 09:26:31 +02:00
Will Dietz
5964b3a2e2
gcc9: drop gomp patch (musl)
https://github.com/NixOS/nixpkgs/pull/60860#issuecomment-489495120
2019-05-08 09:20:19 +02:00
Mario Rodas
9d208b2699
Merge pull request #61120 from xrelkd/update/just
just: 0.4.2 -> 0.4.3
2019-05-08 00:03:28 -05:00
Joachim F
45dd692b19
Merge pull request #61121 from oxij/pkgs/tor-browser-809
firefoxPackages.tor-browser: 8.0.8 -> 8.0.9
2019-05-08 04:44:21 +00:00
Mario Rodas
d7672eee03
Merge pull request #60748 from r-ryantm/auto-update/python3.7-traits
python37Packages.traits: 5.0.0 -> 5.1.1
2019-05-07 23:41:33 -05:00
Mario Rodas
6c23abf5ef
Merge pull request #61122 from marsam/update-timescaledb-tune
timescaledb-tune: 0.5.0. -> 0.6.0
2019-05-07 23:23:40 -05:00
Mario Rodas
021a9342ab
Merge pull request #61101 from costrouc/python-tess-init
pythonPackages.tess: init at unstable-2019-05-07
2019-05-07 23:02:39 -05:00
Michael Raskin
71f9786185
Merge pull request #61088 from thefloweringash/opencsg-darwin
opencsg: Darwin support and tidy
2019-05-08 03:56:52 +00:00
SLNOS
8b4d53168a firefoxPackages.tor-browser: 8.0.8 -> 8.0.9 2019-05-08 03:45:38 +00:00
xrelkd
a07215afea just: 0.4.2 -> 0.4.3 2019-05-08 11:07:03 +08:00
Mario Rodas
eceed26734
timescaledb-tune: 0.5.0. -> 0.6.0 2019-05-07 22:00:00 -05:00
xrelkd
3b7cf984ee font-awesome: 5.8.1 -> 5.8.2 2019-05-08 10:36:12 +08:00