···6262 assert buildKernel -> kernel != null;
6363 {
6464 splStable = common {
6565- version = "0.6.5.9";
6666- sha256 = "15qpx2nhprmk14jgb7yqp9dvfb6i3hhhspi77kvian171b0a6112";
6565+ version = "0.6.5.10";
6666+ sha256 = "1zdxggpdz9j0lpcqfnkvf4iym7mp2k246sg1s4frqaw1pwwcw9vi";
6767 };
6868 splUnstable = common {
6969 version = "0.7.0-rc4";
+3-3
pkgs/os-specific/linux/zfs/default.nix
···123123 # to be adapted
124124 zfsStable = common {
125125 # comment/uncomment if breaking kernel versions are known
126126- incompatibleKernelVersion = "4.11";
126126+ incompatibleKernelVersion = "4.12";
127127128128- version = "0.6.5.9";
128128+ version = "0.6.5.10";
129129130130 # this package should point to the latest release.
131131- sha256 = "1m8q39j13k46fn0pw3adq87c20rpkg28llxgv2a90994p4127xh0";
131131+ sha256 = "04gn5fj22z17zq2nazxwl3j9dr33l79clha6ipxvdz241bhjqrk3";
132132 extraPatches = [
133133 (fetchpatch {
134134 url = "https://github.com/Mic92/zfs/compare/zfs-0.6.5.8...nixos-zfs-0.6.5.8.patch";