From 33cd2ebbc098f25b356a1f2c6007dcba6f36245f Mon Sep 17 00:00:00 2001 From: Andrew Marshall Date: Tue, 6 Aug 2024 18:37:12 -0400 Subject: [PATCH] zfs_2_2: 2.2.4 -> 2.2.5 Diff: https://github.com/openzfs/zfs/compare/zfs-2.2.4...zfs-2.2.5 Changelog: https://github.com/openzfs/zfs/releases/tag/zfs-2.2.5 (cherry picked from commit 8d0db928289e0d3fd8fbefad0a15b3e6c734fb2e) --- pkgs/os-specific/linux/zfs/2_2.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/os-specific/linux/zfs/2_2.nix b/pkgs/os-specific/linux/zfs/2_2.nix index 5873a73bf9db..9e3fde0780f0 100644 --- a/pkgs/os-specific/linux/zfs/2_2.nix +++ b/pkgs/os-specific/linux/zfs/2_2.nix @@ -15,12 +15,12 @@ callPackage ./generic.nix args { # this attribute is the correct one for this package. kernelModuleAttribute = "zfs_2_2"; # check the release notes for compatible kernels - kernelCompatible = kernel.kernelOlder "6.9"; + kernelCompatible = kernel.kernelOlder "6.10"; latestCompatibleLinuxPackages = linuxKernel.packages.linux_6_6; # this package should point to the latest release. - version = "2.2.4"; + version = "2.2.5"; tests = [ nixosTests.zfs.installer @@ -29,5 +29,5 @@ callPackage ./generic.nix args { maintainers = with lib.maintainers; [ adamcstephens amarshall ]; - hash = "sha256-SSp/1Tu1iGx5UDcG4j0k2fnYxK05cdE8gzfSn8DU5Z4="; + hash = "sha256-BkwcNPk+jX8CXp5xEVrg4THof7o/5j8RY2SY6+IPNTg="; }