zfs_2_3: 2.3.3 -> 2.3.4

Changelog: https://github.com/openzfs/zfs/releases/tag/zfs-2.3.4
(cherry picked from commit 7b7f93af75)
This commit is contained in:
zowoq
2025-08-25 23:03:33 +00:00
committed by Maximilian Bosch
parent 5eb9271c6e
commit aed1df8d73

View File

@@ -11,10 +11,10 @@ callPackage ./generic.nix args {
# this attribute is the correct one for this package.
kernelModuleAttribute = "zfs_2_3";
# check the release notes for compatible kernels
kernelCompatible = kernel: kernel.kernelOlder "6.16";
kernelCompatible = kernel: kernel.kernelOlder "6.17";
# this package should point to the latest release.
version = "2.3.3";
version = "2.3.4";
tests = {
inherit (nixosTests.zfs) series_2_3;
@@ -28,5 +28,5 @@ callPackage ./generic.nix args {
amarshall
];
hash = "sha256-NXAbyGBfpzWfm4NaP1/otTx8fOnoRV17343qUMdQp5U=";
hash = "sha256-8BSuDRDyqPGAiyGGxFyEZIcXB+cKsKk25jcFPrSK3GI=";
}