zfs: 0.6.5.10 -> 0.6.5.11

This commit is contained in:
Franz Pletz 2017-07-11 04:48:43 +02:00
parent 870375e19d
commit e4eea75fa7
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; assert buildKernel -> kernel != null;
{ {
splStable = common { splStable = common {
version = "0.6.5.10"; version = "0.6.5.11";
sha256 = "1zdxggpdz9j0lpcqfnkvf4iym7mp2k246sg1s4frqaw1pwwcw9vi"; sha256 = "192val8035pj2rryi3fwb134avzirhv5ifaj5021vh8bbjx75pd5";
}; };
splUnstable = common { splUnstable = common {
version = "0.7.0-rc4"; version = "0.7.0-rc4";

View File

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