zfs: 2.0.4 -> 2.0.5

https://github.com/openzfs/zfs/releases/tag/zfs-2.0.5
(cherry picked from commit ec8dbc11aac4b4d7f6e9c8329952bd03dbfc98bf)
This commit is contained in:
Robert Schütz 2021-06-24 11:25:01 +02:00 committed by Jonathan Ringer
parent a4293c1d82
commit 001f78ff00
1 changed files with 3 additions and 3 deletions

View File

@ -193,12 +193,12 @@ in {
# to be adapted
zfsStable = common {
# check the release notes for compatible kernels
kernelCompatible = kernel.kernelAtLeast "3.10" && kernel.kernelOlder "5.12";
kernelCompatible = kernel.kernelAtLeast "3.10" && kernel.kernelOlder "5.13";
# this package should point to the latest release.
version = "2.0.4";
version = "2.0.5";
sha256 = "sha256-ySTt0K3Lc0Le35XTwjiM5l+nIf9co7wBn+Oma1r8YHo=";
sha256 = "0n0d8ab7ibxxa8znfsprh7jxwgighx5g291v7hi8272vfjrmk1mj";
};
zfsUnstable = common {