zfs_unstable: 2.3.0-rc3 -> 2.3.0-rc4 (#365045)

This commit is contained in:
Adam C. Stephens 2024-12-13 20:50:57 -05:00 committed by GitHub
commit 9a5c9fb074
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -15,20 +15,20 @@ callPackage ./generic.nix args {
# this attribute is the correct one for this package. # this attribute is the correct one for this package.
kernelModuleAttribute = "zfs_unstable"; kernelModuleAttribute = "zfs_unstable";
# check the release notes for compatible kernels # 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 # 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 # IMPORTANT: Always use a tagged release candidate or commits from the
# zfs-<version>-staging branch, because this is tested by the OpenZFS # zfs-<version>-staging branch, because this is tested by the OpenZFS
# maintainers. # maintainers.
version = "2.3.0-rc3"; version = "2.3.0-rc4";
# rev = ""; # rev = "";
tests = { tests = {
inherit (nixosTests.zfs) unstable; inherit (nixosTests.zfs) unstable;
}; };
hash = "sha256-9s8Sb5+vksFsFI2Ra432QXexmbX3R17dzYzzLZviel0="; hash = "sha256-6O+XQvggyVCZBYpx8/7jbq15tLZsvzmDqp+AtEb9qFU=";
extraLongDescription = '' extraLongDescription = ''
This is "unstable" ZFS, and will usually be a pre-release version of ZFS. This is "unstable" ZFS, and will usually be a pre-release version of ZFS.