kernelPackages.zfs: 0.6.5.9 -> 0.6.5.10

This commit is contained in:
Franz Pletz 2017-06-17 15:51:39 +02:00
parent 5f803db91f
commit de74d2015f
No known key found for this signature in database
GPG Key ID: 846FDED7792617B4
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.9";
sha256 = "15qpx2nhprmk14jgb7yqp9dvfb6i3hhhspi77kvian171b0a6112";
version = "0.6.5.10";
sha256 = "1zdxggpdz9j0lpcqfnkvf4iym7mp2k246sg1s4frqaw1pwwcw9vi";
};
splUnstable = common {
version = "0.7.0-rc4";

View File

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