zfs: 2.0.5 -> 2.0.6

This commit is contained in:
Henri Menke 2021-09-21 20:32:48 +02:00
parent 3397f0ede9
commit 2179499ba7
No known key found for this signature in database
GPG Key ID: FB7AD61E3D806382
1 changed files with 3 additions and 3 deletions

View File

@ -194,12 +194,12 @@ in {
# to be adapted
zfsStable = common {
# check the release notes for compatible kernels
kernelCompatible = kernel.kernelAtLeast "3.10" && kernel.kernelOlder "5.13";
kernelCompatible = kernel.kernelAtLeast "3.10" && kernel.kernelOlder "5.15";
# this package should point to the latest release.
version = "2.0.5";
version = "2.0.6";
sha256 = "0n0d8ab7ibxxa8znfsprh7jxwgighx5g291v7hi8272vfjrmk1mj";
sha256 = "sha256-A9NX3S57aFScU/apBJBRx4OieK8JlhBveXy+9JjWD/c=";
};
zfsUnstable = common {