3
0
Fork 0
forked from mirrors/nixpkgs
Commit graph

11703 commits

Author SHA1 Message Date
Peter Hoeg c3c9f32869
Merge pull request #77836 from sjau/evdi-2020-01-16
evdi: 1.6.4 -> git-2020-01-16
2020-01-28 22:10:27 +08:00
Frederik Rietdijk dce0ca29d9 Merge master into staging-next 2020-01-28 10:46:13 +01:00
Silvan Mosberger 34f020053d
Merge pull request #78307 from blanky0230/nixos-tuxedo-keyboard
Nixos tuxedo keyboard
2020-01-27 18:38:09 +01:00
Silvan Mosberger 80a2740991
Merge pull request #78265 from Synthetica9/https-homepages
treewide: fix redirected urls
2020-01-27 15:00:53 +01:00
Joachim F 7b819104a2
Merge pull request #78586 from r-ryantm/auto-update/gradm
gradm: 3.1-201608131257 -> 3.1-201903191516
2020-01-27 07:22:49 +00:00
R. RyanTM 5eb3be255e gradm: 3.1-201608131257 -> 3.1-201903191516 2020-01-27 00:29:41 +00:00
Will Dietz b856b24bfa
Merge pull request #77490 from dtzWill/fix/kernel-update-sed-e
kernel/update.sh: always use -e
2020-01-26 16:42:21 -06:00
Tim Steinbach 8250469517
linux: 5.4.14 -> 5.4.15 2020-01-26 10:18:15 -05:00
blanky0230 f2fea8894d nixos/tuxedo-keyboard: init module. 2020-01-26 09:24:09 +01:00
blanky0230 4cf316f5bd tuxedo-keyboard: init at 2019-08-26. 2020-01-26 09:23:25 +01:00
Samuel Dionne-Riel 5afd503a9c
Merge pull request #77475 from lopsided98/linux-hardkernel-update
linux_hardkernel_4_14: 4.14.120-160 -> 4.14.165-172
2020-01-25 18:50:37 -05:00
Tim Steinbach d004a3c221
Merge pull request #78415 from sjau/zfs-0.8.3
zfs: 0.8.2 -> 0.8.3
2020-01-25 10:37:19 -05:00
Tim Steinbach 30ad9a98d4
linux_latest-libre: 17198 -> 17262 2020-01-24 11:18:02 -05:00
Tim Steinbach 461e8d1d59
linux: 5.4.13 -> 5.4.14 2020-01-24 11:17:37 -05:00
Tim Steinbach 35da29dd68
linux: 4.9.210 -> 4.9.211 2020-01-24 11:17:10 -05:00
Tim Steinbach 53616e8c4e
linux: 4.4.210 -> 4.4.211 2020-01-24 11:16:52 -05:00
Tim Steinbach fd2ddc3288
linux: 4.19.97 -> 4.19.98 2020-01-24 11:16:38 -05:00
Tim Steinbach 0bb5075c62
linux: 4.14.166 -> 4.14.167 2020-01-24 11:15:31 -05:00
sjau 88de34b160 zfs: 0.8.2 -> 0.8.3 2020-01-24 14:52:44 +01:00
Will Dietz d9c847236b light: 1.2 -> 1.2.1
https://github.com/haikarainen/light/releases/tag/v1.2.1
2020-01-24 02:06:43 -08:00
sjau edd636f7cd evdi: 1.6.4 -> git-2020-01-16 2020-01-24 09:17:11 +01:00
Ben Wolsieffer 07b977df89 linux_hardkernel_4_14: 4.14.120-160 -> 4.14.165-172 2020-01-22 17:56:24 -05:00
Robin Gloster 0751c48313
Merge pull request #78191 from Ma27/bump-wireguard
wireguard: 1.0.20200102 -> 1.0.20200121
2020-01-22 16:10:50 +01:00
Marek Mahut 645e7e22f8
Merge pull request #78266 from r-ryantm/auto-update/powerstat
powerstat: 0.02.20 -> 0.02.21
2020-01-22 13:44:18 +01:00
R. RyanTM 87e0a8a139 powerstat: 0.02.20 -> 0.02.21 2020-01-22 10:53:54 +00:00
Patrick Hilhorst 593e11fd94
treewide: fix redirected urls
According to https://repology.org/repository/nix_unstable/problems, we have a
lot of packages that have http links that redirect to https as their homepage.
This commit updates all these packages to use the https links as their
homepage.

The following script was used to make these updates:

```

curl https://repology.org/api/v1/repository/nix_unstable/problems \
    | jq '.[] | .problem' -r \
    | rg 'Homepage link "(.+)" is a permanent redirect to "(.+)" and should be updated' --replace 's@$1@$2@' \
    | sort | uniq > script.sed

find -name '*.nix' | xargs -P4 -- sed -f script.sed -i
```
2020-01-22 11:26:22 +01:00
Will Dietz d6430f3f77
Merge pull request #78192 from r-ryantm/auto-update/health-check
health-check: 0.03.04 -> 0.03.05
2020-01-21 15:49:48 -06:00
R. RyanTM db6392dae9 health-check: 0.03.04 -> 0.03.05 2020-01-21 17:57:34 +00:00
Maximilian Bosch 5a8e936da8
linuxPackages.wireguard: 0.0.20200105 -> 0.0.20200121
https://lists.zx2c4.com/pipermail/wireguard/2020-January/004870.html
2020-01-21 17:58:35 +01:00
worldofpeace 58ef958f70
Merge pull request #78137 from snicket2100/firejail-homepage-updated
firejail: updated the homepage address
2020-01-20 19:14:54 -05:00
worldofpeace 348e48fdcc
Merge pull request #78004 from worldofpeace/mtrack-remove
nixos/multitouch: remove (properly known as mtrack)
2020-01-20 17:07:59 -05:00
snicket2100 a43a5479a5 firejail: updated the homepage address 2020-01-20 23:07:18 +01:00
worldofpeace b7b4e443fc xf86_input_multitouch: remove
The source repo doesn't exist and it hasn't been touched in 8 years.
There is also no module to interface with it in NixOS.
2020-01-20 16:10:01 -05:00
worldofpeace afe27e517b nixos/multitouch: remove
On numerous occasions I have seen users mistake this
module as libinput because it being called "multitouch"
and them being unaware that the actually module they want
is libinput. They then run into several decrepit bugs due
to the completely out-of-date nature of the underlying package.
The underlying package hasn't been changed to an up-to-date
fork in a period of 8 years. I don't consider this to be production quality.
However, I'm not opposed for the module being readded to NixOS
with new packaging, and a better name.
2020-01-20 16:09:29 -05:00
Niklas Hambüchen b17d21dca0
Merge pull request #77882 from colemickens/nixpkgs-v4l2-fix
v4l2loopback: 0.12.2 -> 0.12.3
2020-01-20 20:45:56 +01:00
Tim Steinbach d9e2bcb21d
linux: 5.5-rc6 -> 5.5-rc7 2020-01-20 07:47:25 -05:00
Graham Christensen 14aca32d26
Merge pull request #77888 from kraem/master
facetimehd: unstable-2016-10-09 -> unstable-2019-12-10 for kernels > 4.8
2020-01-19 15:44:48 -05:00
Luka Blaskovic 13555cb1ce syslinux: 2015-11-09 -> 2019-02-07 2020-01-19 14:51:50 -05:00
Michael Raskin 47b4451535
Merge pull request #77973 from snicket2100/firejail-0.9.62
firejail: 0.9.60 -> 0.9.62
2020-01-19 08:35:13 +00:00
Tim Steinbach 64d20fe9cc
linux: 5.4.12 -> 5.4.13 2020-01-18 11:41:44 -05:00
Tim Steinbach cac9f210cf
linux: 4.19.96 -> 4.19.97 2020-01-18 11:41:12 -05:00
Tim Steinbach e14d19be43
linux: 4.14.165 -> 4.14.166 2020-01-18 11:40:37 -05:00
snicket2100 d914e9d1db firejail: 0.9.60 -> 0.9.62 2020-01-18 11:56:07 +01:00
Frederik Rietdijk bcd8c6b8dc Merge master into staging-next 2020-01-17 17:08:16 +01:00
Jörg Thalheim d3a0befba1
quartus: init at 19.1.0.670 (#75561)
quartus: init at 19.1.0.670
2020-01-17 09:35:38 +00:00
Cole Mickens c841d2017e v4l2loopback: 0.12.2 -> 0.12.3 2020-01-17 00:16:26 -08:00
kraem ddaf7bf2c1
facetimehd: unstable-2016-10-09 -> unstable-2019-12-10 for kernels > 4.8 2020-01-17 09:15:56 +01:00
Mario Rodas 4186705a70
Merge pull request #73814 from alexbakker/zenpower
zenpower: init at 0.1.5
2020-01-16 08:55:09 -05:00
Kai Wohlfahrt 733113ed97 unstick: init at 0.1.0 2020-01-15 21:15:39 +00:00
Tim Steinbach fb06094ae3
linux: 5.4.11 -> 5.4.12 2020-01-15 09:12:21 -05:00