Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

kernelPackages.zfs: 0.6.5.9 -> 0.6.5.10

+5 -5
+2 -2
pkgs/os-specific/linux/spl/default.nix
··· 62 assert buildKernel -> kernel != null; 63 { 64 splStable = common { 65 - version = "0.6.5.9"; 66 - sha256 = "15qpx2nhprmk14jgb7yqp9dvfb6i3hhhspi77kvian171b0a6112"; 67 }; 68 splUnstable = common { 69 version = "0.7.0-rc4";
··· 62 assert buildKernel -> kernel != null; 63 { 64 splStable = common { 65 + version = "0.6.5.10"; 66 + sha256 = "1zdxggpdz9j0lpcqfnkvf4iym7mp2k246sg1s4frqaw1pwwcw9vi"; 67 }; 68 splUnstable = common { 69 version = "0.7.0-rc4";
+3 -3
pkgs/os-specific/linux/zfs/default.nix
··· 123 # to be adapted 124 zfsStable = common { 125 # comment/uncomment if breaking kernel versions are known 126 - incompatibleKernelVersion = "4.11"; 127 128 - version = "0.6.5.9"; 129 130 # this package should point to the latest release. 131 - sha256 = "1m8q39j13k46fn0pw3adq87c20rpkg28llxgv2a90994p4127xh0"; 132 extraPatches = [ 133 (fetchpatch { 134 url = "https://github.com/Mic92/zfs/compare/zfs-0.6.5.8...nixos-zfs-0.6.5.8.patch";
··· 123 # to be adapted 124 zfsStable = common { 125 # comment/uncomment if breaking kernel versions are known 126 + incompatibleKernelVersion = "4.12"; 127 128 + version = "0.6.5.10"; 129 130 # this package should point to the latest release. 131 + sha256 = "04gn5fj22z17zq2nazxwl3j9dr33l79clha6ipxvdz241bhjqrk3"; 132 extraPatches = [ 133 (fetchpatch { 134 url = "https://github.com/Mic92/zfs/compare/zfs-0.6.5.8...nixos-zfs-0.6.5.8.patch";