1
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-06-25 10:36:36 +03:00

zfs_{2_3,unstable}: 2.3.1 -> 2.3.2

Diff: https://github.com/openzfs/zfs/compare/zfs-2.3.1...zfs-2.3.2

Changelog: https://github.com/openzfs/zfs/releases/tag/zfs-2.3.2
This commit is contained in:
Andrew Marshall 2025-05-01 17:41:48 -04:00
parent 46e634be05
commit 6d97b80f9b
2 changed files with 6 additions and 6 deletions

View file

@ -15,10 +15,10 @@ callPackage ./generic.nix args {
# this attribute is the correct one for this package. # this attribute is the correct one for this package.
kernelModuleAttribute = "zfs_2_3"; kernelModuleAttribute = "zfs_2_3";
# check the release notes for compatible kernels # check the release notes for compatible kernels
kernelCompatible = kernel: kernel.kernelOlder "6.14"; kernelCompatible = kernel: kernel.kernelOlder "6.15";
# this package should point to the latest release. # this package should point to the latest release.
version = "2.3.1"; version = "2.3.2";
tests = { tests = {
inherit (nixosTests.zfs) installer series_2_3; inherit (nixosTests.zfs) installer series_2_3;
@ -29,5 +29,5 @@ callPackage ./generic.nix args {
amarshall amarshall
]; ];
hash = "sha256-3WrxjIMuPiqBcVX4UZHpcMWNqxBE2NS810SRmvi05ZQ="; hash = "sha256-+DqpIgHCVi0fDOqvKwaGXIiiXw8xEnlv2tgRwgLX9G8=";
} }

View file

@ -14,20 +14,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.14"; kernelCompatible = kernel: kernel.kernelOlder "6.15";
# 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.1"; version = "2.3.2";
# rev = ""; # rev = "";
tests = { tests = {
inherit (nixosTests.zfs) unstable; inherit (nixosTests.zfs) unstable;
}; };
hash = "sha256-3WrxjIMuPiqBcVX4UZHpcMWNqxBE2NS810SRmvi05ZQ="; hash = "sha256-+DqpIgHCVi0fDOqvKwaGXIiiXw8xEnlv2tgRwgLX9G8=";
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.