Loading pkgs/os-specific/linux/zfs/unstable.nix +4 −4 Original line number Diff line number Diff line Loading @@ -16,19 +16,19 @@ callPackage ./generic.nix args { # check the release notes for compatible kernels kernelCompatible = kernel.kernelOlder "6.9"; latestCompatibleLinuxPackages = linuxKernel.packages.linux_6_6; latestCompatibleLinuxPackages = linuxKernel.packages.linux_6_8; # 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-<version>-staging branch, because this is tested by the OpenZFS # maintainers. version = "2.2.3-unstable-2024-04-09"; rev = "28520cad2500b60ce8653e431990e33f77ff08f7"; version = "2.2.4"; # rev = ""; isUnstable = true; tests = [ nixosTests.zfs.unstable ]; hash = "sha256-lGoiTmCWOxqACSYY0WA0gN6CN/1FyYhSVHmtYC1Izhg="; hash = "sha256-SSp/1Tu1iGx5UDcG4j0k2fnYxK05cdE8gzfSn8DU5Z4="; } Loading
pkgs/os-specific/linux/zfs/unstable.nix +4 −4 Original line number Diff line number Diff line Loading @@ -16,19 +16,19 @@ callPackage ./generic.nix args { # check the release notes for compatible kernels kernelCompatible = kernel.kernelOlder "6.9"; latestCompatibleLinuxPackages = linuxKernel.packages.linux_6_6; latestCompatibleLinuxPackages = linuxKernel.packages.linux_6_8; # 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-<version>-staging branch, because this is tested by the OpenZFS # maintainers. version = "2.2.3-unstable-2024-04-09"; rev = "28520cad2500b60ce8653e431990e33f77ff08f7"; version = "2.2.4"; # rev = ""; isUnstable = true; tests = [ nixosTests.zfs.unstable ]; hash = "sha256-lGoiTmCWOxqACSYY0WA0gN6CN/1FyYhSVHmtYC1Izhg="; hash = "sha256-SSp/1Tu1iGx5UDcG4j0k2fnYxK05cdE8gzfSn8DU5Z4="; }