about summary refs log tree commit diff
path: root/pkgs/os-specific
Commit message (Collapse)AuthorAge
...
* | | | | | | linux: 4.9.211 -> 4.9.212Tim Steinbach2020-01-30
| | | | | | |
* | | | | | | linux: 4.4.211 -> 4.4.212Tim Steinbach2020-01-30
| | | | | | |
* | | | | | | linux: 4.19.98 -> 4.19.100Tim Steinbach2020-01-30
| | | | | | |
* | | | | | | linux: 4.14.167 -> 4.14.169Tim Steinbach2020-01-30
| | | | | | |
* | | | | | | firmwareLinuxNonfree: 2019-12-15 -> 2020-01-22Franz Pletz2020-01-30
| | | | | | |
* | | | | | | Merge pull request #78726 from Ma27/bump-wireguardMaximilian Bosch2020-01-30
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | linuxPackages.wireguard: 0.0.20200121 -> 0.0.20200128
| * | | | | | | linuxPackages.wireguard: 0.0.20200121 -> 0.0.20200128Maximilian Bosch2020-01-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://lists.zx2c4.com/pipermail/wireguard/2020-January/004905.html
* | | | | | | | bpftool: fix compilation with 5.5Jörg Thalheim2020-01-30
| | | | | | | |
* | | | | | | | perf: fix build on 5.5Jörg Thalheim2020-01-30
| | | | | | | |
* | | | | | | | Merge pull request #73815 from alexbakker/zenmonitorMario Rodas2020-01-29
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | zenmonitor: init at 1.3
| * | | | | | | | zenmonitor: init at 1.3Alexander Bakker2020-01-29
| | | | | | | | |
* | | | | | | | | linux_5_5: init at 5.5Franz Pletz2020-01-29
| |/ / / / / / / |/| | | | | | |
* | | | | | | | Merge pull request #77836 from sjau/evdi-2020-01-16Peter Hoeg2020-01-28
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | | evdi: 1.6.4 -> git-2020-01-16
| * | | | | | | evdi: 1.6.4 -> git-2020-01-16sjau2020-01-24
| | | | | | | |
* | | | | | | | Merge master into staging-nextFrederik Rietdijk2020-01-28
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge pull request #78307 from blanky0230/nixos-tuxedo-keyboardSilvan Mosberger2020-01-27
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Nixos tuxedo keyboard
| | * | | | | | | | nixos/tuxedo-keyboard: init module.blanky02302020-01-26
| | | | | | | | | |
| | * | | | | | | | tuxedo-keyboard: init at 2019-08-26.blanky02302020-01-26
| | |/ / / / / / /
| * | | | | | | | Merge pull request #78265 from Synthetica9/https-homepagesSilvan Mosberger2020-01-27
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | treewide: fix redirected urls
| | * | | | | | | | treewide: fix redirected urlsPatrick Hilhorst2020-01-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 ```
| * | | | | | | | | Merge pull request #78586 from r-ryantm/auto-update/gradmJoachim F2020-01-27
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | gradm: 3.1-201608131257 -> 3.1-201903191516
| | * | | | | | | | | gradm: 3.1-201608131257 -> 3.1-201903191516R. RyanTM2020-01-27
| | | | | | | | | | |
| * | | | | | | | | | Merge pull request #77490 from dtzWill/fix/kernel-update-sed-eWill Dietz2020-01-26
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | kernel/update.sh: always use -e
| | * | | | | | | | | | kernel/update.sh: always use -eWill Dietz2020-01-11
| | | | | | | | | | | |
| * | | | | | | | | | | linux: 5.4.14 -> 5.4.15Tim Steinbach2020-01-26
| | | | | | | | | | | |
| * | | | | | | | | | | Merge pull request #77475 from lopsided98/linux-hardkernel-updateSamuel Dionne-Riel2020-01-25
| |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | linux_hardkernel_4_14: 4.14.120-160 -> 4.14.165-172
| | * | | | | | | | | | | linux_hardkernel_4_14: 4.14.120-160 -> 4.14.165-172Ben Wolsieffer2020-01-22
| | | | | | | | | | | | |
| * | | | | | | | | | | | Merge pull request #78415 from sjau/zfs-0.8.3Tim Steinbach2020-01-25
| |\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | | zfs: 0.8.2 -> 0.8.3
| | * | | | | | | | | | | zfs: 0.8.2 -> 0.8.3sjau2020-01-24
| | | | | | | | | | | | |
| * | | | | | | | | | | | linux_latest-libre: 17198 -> 17262Tim Steinbach2020-01-24
| | | | | | | | | | | | |
| * | | | | | | | | | | | linux: 5.4.13 -> 5.4.14Tim Steinbach2020-01-24
| | | | | | | | | | | | |
| * | | | | | | | | | | | linux: 4.9.210 -> 4.9.211Tim Steinbach2020-01-24
| | | | | | | | | | | | |
| * | | | | | | | | | | | linux: 4.4.210 -> 4.4.211Tim Steinbach2020-01-24
| | | | | | | | | | | | |
| * | | | | | | | | | | | linux: 4.19.97 -> 4.19.98Tim Steinbach2020-01-24
| | | | | | | | | | | | |
| * | | | | | | | | | | | linux: 4.14.166 -> 4.14.167Tim Steinbach2020-01-24
| |/ / / / / / / / / / /
| * | | | | / / / / / / light: 1.2 -> 1.2.1Will Dietz2020-01-24
| | |_|_|_|/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://github.com/haikarainen/light/releases/tag/v1.2.1
| * | | | | | | | | | Merge pull request #78191 from Ma27/bump-wireguardRobin Gloster2020-01-22
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | wireguard: 1.0.20200102 -> 1.0.20200121
| | * | | | | | | | | | linuxPackages.wireguard: 0.0.20200105 -> 0.0.20200121Maximilian Bosch2020-01-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://lists.zx2c4.com/pipermail/wireguard/2020-January/004870.html
| * | | | | | | | | | | Merge pull request #78266 from r-ryantm/auto-update/powerstatMarek Mahut2020-01-22
| |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | powerstat: 0.02.20 -> 0.02.21
| | * | | | | | | | | | | powerstat: 0.02.20 -> 0.02.21R. RyanTM2020-01-22
| | | |_|_|/ / / / / / / | | |/| | | | | | | | |
| * | | | | | | | | | | Merge pull request #78192 from r-ryantm/auto-update/health-checkWill Dietz2020-01-21
| |\ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / / | |/| | | | | | | | | | health-check: 0.03.04 -> 0.03.05
| | * | | | | | | | | | health-check: 0.03.04 -> 0.03.05R. RyanTM2020-01-21
| | |/ / / / / / / / /
| * | | | | | | | | | Merge pull request #78137 from snicket2100/firejail-homepage-updatedworldofpeace2020-01-20
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | firejail: updated the homepage address
| | * | | | | | | | | | firejail: updated the homepage addresssnicket21002020-01-20
| | | | | | | | | | | |
| * | | | | | | | | | | Merge pull request #78004 from worldofpeace/mtrack-removeworldofpeace2020-01-20
| |\ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / | |/| | | | | | | | | | nixos/multitouch: remove (properly known as mtrack)
| | * | | | | | | | | | xf86_input_multitouch: removeworldofpeace2020-01-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
| | * | | | | | | | | | nixos/multitouch: removeworldofpeace2020-01-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
| * | | | | | | | | | | Merge pull request #77882 from colemickens/nixpkgs-v4l2-fixNiklas Hambüchen2020-01-20
| |\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / / / / | |/| | | | | | | | | | v4l2loopback: 0.12.2 -> 0.12.3
| | * | | | | | | | | | v4l2loopback: 0.12.2 -> 0.12.3Cole Mickens2020-01-17
| | | | | | | | | | | |
| * | | | | | | | | | | linux: 5.5-rc6 -> 5.5-rc7Tim Steinbach2020-01-20
| | | | | | | | | | | |