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
Tim Steinbach
f979637521
linux: 5.1.16 -> 5.1.17
2019-07-10 07:50:41 -04:00
Tim Steinbach
d863c484bb
linux: 4.9.184 -> 4.9.185
2019-07-10 07:50:41 -04:00
Tim Steinbach
d21b26ac54
linux: 4.4.184 -> 4.4.185
2019-07-10 07:50:41 -04:00
Tim Steinbach
07f40d8f53
linux: 4.19.57 -> 4.19.58
2019-07-10 07:50:41 -04:00
Tim Steinbach
103c4f41fe
linux: 4.14.132 -> 4.14.133
2019-07-10 07:50:38 -04:00
Michael Weiss
50464716e3
fuse3: 3.6.1 -> 3.6.2
2019-07-10 13:29:00 +02:00
Frederik Rietdijk
fb6260fcf7
Merge pull request #64236 from NixOS/staging-next
...
Staging next
2019-07-10 08:52:04 +02:00
Frederik Rietdijk
74c24385cb
Merge master into staging-next
2019-07-09 15:46:00 +02:00
xrelkd
91f523c38e
pax-utils: 1.2.2 -> 1.2.4
2019-07-09 21:17:19 +08:00
Tim Steinbach
3df683c8ca
linux: Add 5.2
...
Update linuxPackages_latest to 5.2
2019-07-08 08:35:18 -04:00
Vladimír Čunát
0746c4dbb4
Merge branch 'master' into staging-next
...
There are several thousand rebuilds from master already.
Hydra nixpkgs: ?compare=1528940
2019-07-06 13:44:40 +02:00
Edmund Wu
4a79bedfd2
nvidia_x11.settings.libXNVCtrl: set OUTPUTDIR for build
2019-07-03 17:20:05 +03:00
Tim Steinbach
d86f42adcc
linux: 5.1.15 -> 5.1.16
2019-07-03 08:58:01 -04:00
Tim Steinbach
bf9a276824
linux: 4.19.56 -> 4.19.57
2019-07-03 08:57:07 -04:00
Tim Steinbach
b9fee38699
linux: 4.14.131 -> 4.14.132
2019-07-03 08:56:35 -04:00
Ryan Mulligan
67d7c5967d
Merge pull request #64106 from r-ryantm/auto-update/pcm
...
pcm: 201710 -> 201902
2019-07-03 05:55:29 -07:00
Rok Garbas
65781e204d
Remove me (garbas) as maintainer since I don't have much time to maintain anything
2019-07-03 11:27:39 +02:00
R. RyanTM
45ae520de0
linuxPackages.evdi: 1.6.0 -> 1.6.1
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/evdi/versions
2019-07-03 09:29:54 +02:00
Frederik Rietdijk
25a77b7210
Merge staging-next into staging
2019-07-03 08:59:42 +02:00
R. RyanTM
3aa55684c3
sysvinit: 2.94 -> 2.95
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/sysvinit/versions
2019-07-03 08:31:28 +02:00
R. RyanTM
c650aa2d9e
tomb: 2.5 -> 2.6
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/tomb/versions
2019-07-03 08:30:35 +02:00
worldofpeace
cb278f70d0
Merge pull request #63520 from worldofpeace/dontConfigure
...
setup.sh: add dontConfigure
2019-07-02 20:05:37 -04:00
R. RyanTM
99020a4ee2
pcm: 201710 -> 201902
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/pcm/versions
2019-07-01 23:19:44 -07:00
Ryan Mulligan
bf698affbb
Merge pull request #64089 from r-ryantm/auto-update/nmon
...
nmon: 16j -> 16k
2019-07-01 20:48:48 -07:00
R. RyanTM
00f08c6c64
nmon: 16j -> 16k
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/nmon/versions
2019-07-01 19:27:34 -07:00
Tim Steinbach
73392e79aa
linux: 5.2-rc6 -> 5.2-rc7
2019-07-01 18:30:52 -04:00
worldofpeace
3f4a353737
treewide: use dontUnpack
2019-07-01 04:23:51 -04:00
worldofpeace
cab7c6cbd9
treewide: use dontConfigure
2019-07-01 04:23:51 -04:00
Edmund Wu
fc8ed43af6
nvidia_x11: 418.74 -> 430.26
2019-06-30 12:11:50 -04:00
Florian Klink
06b7c4abcc
systemd: point to commit id instead of branch name
...
branch names are mutable, and with
https://github.com/NixOS/systemd/pull/29 being merged in, the nixos-v242
branch advanced from 5c20aab77900f478fd380ab189787d80e4a35963 to
40eb070cb309ec09def0ecdeaf7514c702200835, causing systemd's
fetchFromGitHub to fail with a sha256sum mismatch (when not relying on
the cache).
Fix this, by pointing systemd.src to the commit id before the branch
advancement. This won't cause a rebuild, as the sha256 stayed the same.
Fast-forwarding systemd to 40eb070cb309ec09def0ecdeaf7514c702200835 will
be done in https://github.com/NixOS/nixpkgs/pull/63784 , which also uses
the commit id, and not a branch name for rev.
2019-06-29 20:51:00 +02:00
Florian Klink
df489f82e1
systemd: apply systemd-stable 242 backports
...
from https://github.com/NixOS/systemd/pull/29
2019-06-29 16:10:37 +02:00
Vladimír Čunát
241ffca67d
linux_testing_hardened: fix modDirVersion
...
and bring the linux-testing expression closer to the other versions.
2019-06-28 17:23:12 +02:00
Tim Steinbach
7fc5ecf9a2
linux: 4.9.183 -> 4.9.184
2019-06-28 07:52:58 -04:00
Tim Steinbach
8e1c89a62d
linux: 4.4.183 -> 4.4.184
2019-06-28 07:52:38 -04:00
Tim Steinbach
866bfbc3a3
linux: 4.14.130 -> 4.14.131
2019-06-28 07:52:12 -04:00
markuskowa
96664094e9
Merge pull request #63803 from markuskowa/add-ptp
...
linuxptp: init at 2.0
2019-06-28 10:37:34 +02:00
Matthieu Coudron
e775f2ddd2
iproute_mptcp: init at 0.95
...
allows to disable MPTCP on specific interfaces.
2019-06-27 12:00:18 +09:00
Matthieu Coudron
1046fc2728
nettools_mptcp: init at 0.95
...
Adds an -m flag to track MPTCP connection.
2019-06-27 12:00:17 +09:00
Markus Kowalewski
06ffd2b2b7
linuxptp: init at 2.0
2019-06-26 14:03:49 +02:00
Frederik Rietdijk
d843e16cb8
Merge master into staging-next
2019-06-26 13:22:30 +02:00
Florian Klink
1e5a8f9dd7
hostapd: remove global with stdenv.lib
2019-06-26 09:26:29 +02:00
Félix Baylac-Jacqué
f3b94dee34
hostapd: fix hostapd noscan patch url.
...
Something somehow got wrong in #63699 ; some adjustments made after the
review have been discarded :/
2019-06-26 08:20:39 +02:00
Graham Christensen
7b8a7cee78
Merge pull request #63699 from NinjaTrappeur/nin-hostapd-noscan
...
hostapd: add noscan mode
2019-06-25 18:08:58 -04:00
Jan Tojnar
07d1d3ed68
Merge branch 'master' into staging
2019-06-25 18:06:43 +02:00
Tim Steinbach
9952e7142f
linux: 5.1.14 -> 5.1.15
2019-06-25 10:31:42 -04:00
Tim Steinbach
2077c6afd8
linux: 4.19.55 -> 4.19.56
2019-06-25 10:31:10 -04:00
Tim Steinbach
18ef383504
linux: 4.14.129 -> 4.14.130
2019-06-25 10:30:36 -04:00
Vladimír Čunát
145a620802
Merge branch 'master' into staging-next
...
Hydra nixpkgs: ?compare=1527134
2019-06-25 14:04:12 +02:00
Matthieu Coudron
de56d6bfe6
Merge pull request #63713 from teto/mptcp
...
Mptcp kernel updates
2019-06-25 09:04:34 +02:00