From d6a14c05e6f9ad5ee429fcedee4183554e27b5b7 Mon Sep 17 00:00:00 2001 From: zowoq <59103226+zowoq@users.noreply.github.com> Date: Sat, 14 Dec 2024 08:55:54 +1000 Subject: [PATCH] zfs_unstable: 2.3.0-rc3 -> 2.3.0-rc4 Diff: https://github.com/openzfs/zfs/compare/zfs-2.3.0-rc3...2.3.0-rc4 Changelog: https://github.com/openzfs/zfs/releases/tag/zfs-2.3.0-rc4 --- pkgs/os-specific/linux/zfs/unstable.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/os-specific/linux/zfs/unstable.nix b/pkgs/os-specific/linux/zfs/unstable.nix index fe504e9db6e2..849a2ee4473d 100644 --- a/pkgs/os-specific/linux/zfs/unstable.nix +++ b/pkgs/os-specific/linux/zfs/unstable.nix @@ -15,20 +15,20 @@ callPackage ./generic.nix args { # this attribute is the correct one for this package. kernelModuleAttribute = "zfs_unstable"; # check the release notes for compatible kernels - kernelCompatible = kernel: kernel.kernelOlder "6.12"; + kernelCompatible = kernel: kernel.kernelOlder "6.13"; # this package should point to a version / git revision compatible with the latest kernel release # IMPORTANT: Always use a tagged release candidate or commits from the # zfs--staging branch, because this is tested by the OpenZFS # maintainers. - version = "2.3.0-rc3"; + version = "2.3.0-rc4"; # rev = ""; tests = { inherit (nixosTests.zfs) unstable; }; - hash = "sha256-9s8Sb5+vksFsFI2Ra432QXexmbX3R17dzYzzLZviel0="; + hash = "sha256-6O+XQvggyVCZBYpx8/7jbq15tLZsvzmDqp+AtEb9qFU="; extraLongDescription = '' This is "unstable" ZFS, and will usually be a pre-release version of ZFS.