Merge pull request #22428 from Mic92/zfs

zfs: 0.6.5.8 -> 0.6.5.9 (linux 4.9 support)
This commit is contained in:
Franz Pletz 2017-02-04 16:33:53 +01:00 committed by GitHub
commit 05152bd5b3
2 changed files with 5 additions and 5 deletions

View File

@ -62,8 +62,8 @@ in
assert buildKernel -> kernel != null;
{
splStable = common {
version = "0.6.5.8";
sha256 = "000yvaccqlkrq15sdz0734fp3lkmx58182cdcfpm4869i0q7rf0s";
version = "0.6.5.9";
sha256 = "15qpx2nhprmk14jgb7yqp9dvfb6i3hhhspi77kvian171b0a6112";
};
splUnstable = common {
version = "0.7.0-rc3";

View File

@ -123,12 +123,12 @@ in
# to be adapted
zfsStable = common {
# comment/uncomment if breaking kernel versions are known
incompatibleKernelVersion = "4.9";
incompatibleKernelVersion = "4.10";
version = "0.6.5.8";
version = "0.6.5.9";
# this package should point to the latest release.
sha256 = "0qccz1832p3i80qlrrrypypspb9sy9hmpgcfx9vmhnqmkf0yri4a";
sha256 = "1m8q39j13k46fn0pw3adq87c20rpkg28llxgv2a90994p4127xh0";
extraPatches = [
(fetchpatch {
url = "https://github.com/Mic92/zfs/compare/zfs-0.6.5.8...nixos-zfs-0.6.5.8.patch";