zfs: 2.0.5 -> 2.1.0

This commit is contained in:
Jonathan Ringer 2021-07-02 12:58:42 -07:00
parent 3895ec33ad
commit 4a397269c9
No known key found for this signature in database
GPG key ID: 5C841D3CFDFEC4E0

View file

@ -195,12 +195,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.14";
# this package should point to the latest release.
version = "2.0.5";
version = "2.1.0";
sha256 = "0n0d8ab7ibxxa8znfsprh7jxwgighx5g291v7hi8272vfjrmk1mj";
sha256 = "sha256-YdY4SStXZGBBdAHdM3R/unco7ztxI3s0/buPSNSeh5o=";
};
zfsUnstable = common {