Skip to content

Commit 94c705a

Browse files
zfs_2_2: 2.2.6 -> 2.2.7 (#364400)
2 parents 41758a7 + e0f2595 commit 94c705a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/os-specific/linux/zfs/2_2.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)