mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-01 17:53:14 +00:00
zfs: 2.0.5 -> 2.1.0
This commit is contained in:
parent
3895ec33ad
commit
4a397269c9
@ -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…
Reference in New Issue
Block a user