From 25b22531399f1b99b2d2bc964b9f96b806a87fd0 Mon Sep 17 00:00:00 2001 From: zowoq <59103226+zowoq@users.noreply.github.com> Date: Wed, 25 Feb 2026 08:00:12 +1000 Subject: [PATCH] zfs_2_4: 2.4.0 -> 2.4.1 Diff: https://github.com/openzfs/zfs/compare/zfs-2.4.0...zfs-2.4.1 Changelog: https://github.com/openzfs/zfs/releases/tag/zfs-2.4.1 --- pkgs/os-specific/linux/zfs/2_4.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/os-specific/linux/zfs/2_4.nix b/pkgs/os-specific/linux/zfs/2_4.nix index 9874986076d7..089954fba0a0 100644 --- a/pkgs/os-specific/linux/zfs/2_4.nix +++ b/pkgs/os-specific/linux/zfs/2_4.nix @@ -13,10 +13,10 @@ callPackage ./generic.nix args { kernelModuleAttribute = "zfs_2_4"; kernelMinSupportedMajorMinor = "4.18"; - kernelMaxSupportedMajorMinor = "6.18"; + kernelMaxSupportedMajorMinor = "6.19"; # this package should point to the latest release. - version = "2.4.0"; + version = "2.4.1"; tests = { inherit (nixosTests.zfs) series_2_4; @@ -30,5 +30,5 @@ callPackage ./generic.nix args { amarshall ]; - hash = "sha256-v78Tn1Im9h8Sjd4XACYesPOD+hlUR3Cmg8XjcJXOuwM="; + hash = "sha256-gapM2PNVOjhwGw6TAZF6QDxLza7oqOf1tpj7q0EN9Vg="; }