zfs: 2.0.5 -> 2.1.0
This commit is contained in:
parent
3895ec33ad
commit
4a397269c9
1 changed files with 3 additions and 3 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue