File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
pkgs/os-specific/linux/zfs Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -15,10 +15,10 @@ callPackage ./generic.nix args {
1515 # this attribute is the correct one for this package.
1616 kernelModuleAttribute = "zfs_2_2" ;
1717 # check the release notes for compatible kernels
18- kernelCompatible = kernel : kernel . kernelOlder "6.11 " ;
18+ kernelCompatible = kernel : kernel . kernelOlder "6.13 " ;
1919
2020 # this package should point to the latest release.
21- version = "2.2.6 " ;
21+ version = "2.2.7 " ;
2222
2323 tests = {
2424 inherit ( nixosTests . zfs ) installer series_2_2 ;
@@ -29,5 +29,5 @@ callPackage ./generic.nix args {
2929 amarshall
3030 ] ;
3131
32- hash = "sha256-wkgoYg6uQOHVq8a9sJXzO/QXJ6q28l7JXWkC+BFvOb0 =" ;
32+ hash = "sha256-nFOB0/7YK4e8ODoW9A+RQDkZHG/isp2EBOE48zTaMP4 =" ;
3333}
You can’t perform that action at this time.
0 commit comments