Skip to content

Commit

Permalink
zfs_unstable: 2.2.6 -> 2.3.0-rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
amarshall committed Oct 30, 2024
1 parent fec8bb7 commit 250c016
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/os-specific/linux/zfs/unstable.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,20 +14,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.11";
kernelCompatible = kernel: kernel.kernelOlder "6.12";

# 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.6";
version = "2.3.0-rc2";
# rev = "";

tests = [
nixosTests.zfs.unstable
];

hash = "sha256-wkgoYg6uQOHVq8a9sJXzO/QXJ6q28l7JXWkC+BFvOb0=";
hash = "sha256-/INlfiPpRm5JprcORzJJKyjpGIMY1LceY3yZ811uf2A=";

extraLongDescription = ''
This is "unstable" ZFS, and will usually be a pre-release version of ZFS.
Expand Down

0 comments on commit 250c016

Please sign in to comment.