mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-05 19:53:43 +00:00
zfs_unstable: 2.3.0-rc3 -> 2.3.0-rc4 (#365045)
This commit is contained in:
commit
9a5c9fb074
@ -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.
|
||||||
|
Loading…
Reference in New Issue
Block a user