Skip to content

Commit

Permalink
Merge pull request #283730 from toastal/zfsUnstable-2.2.3
Browse files Browse the repository at this point in the history
zfsUnstable: 2.2.2 → 2.2.3-unstable-2024-01-22
  • Loading branch information
adamcstephens authored Feb 1, 2024
2 parents 3909c8e + fd12b90 commit ed837d2
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions pkgs/os-specific/linux/zfs/unstable.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,23 +17,24 @@ callPackage ./generic.nix args {
# check the release notes for compatible kernels
kernelCompatible =
if stdenv'.isx86_64 || removeLinuxDRM
then kernel.kernelOlder "6.7"
then kernel.kernelOlder "6.8"
else kernel.kernelOlder "6.2";

latestCompatibleLinuxPackages = if stdenv'.isx86_64 || removeLinuxDRM
then linuxKernel.packages.linux_6_6
then linuxKernel.packages.linux_6_7
else linuxKernel.packages.linux_6_1;

# 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.2";
version = "2.2.3-unstable-2024-01-26";
rev = "3425484eb907d489c315cced2a1fdea08ef03fc4";

isUnstable = true;
tests = [
nixosTests.zfs.unstable
];

hash = "sha256-CqhETAwhWMhbld5ib3Rz1dxms+GQbLwjEZw/V7U/2nE=";
hash = "sha256-P8PIp0qRHm/fxYdxWKVRX9LR5tKZR7fFUSY90QDE/lU=";
}

0 comments on commit ed837d2

Please sign in to comment.