1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

Merge pull request #311415 from toastal/zfs-2.2.4-unstable-2024-05-13

zfs_unstable: 2.2.4 → 2.2.4-unstable-2024-05-13
This commit is contained in:
Sandro 2024-06-07 22:21:59 +02:00 committed by GitHub
commit 224c195208
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -14,7 +14,7 @@ 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.kernelOlder "6.9";
kernelCompatible = kernel.kernelOlder "6.10";
latestCompatibleLinuxPackages = linuxKernel.packages.linux_6_8;
@ -22,13 +22,13 @@ callPackage ./generic.nix args {
# 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.4";
# rev = "";
version = "2.2.4-unstable-2024-05-29";
rev = "2eab4f7b396a1abb9adf7cab82d6ff47f9d78e9b";
isUnstable = true;
tests = [
nixosTests.zfs.unstable
];
hash = "sha256-SSp/1Tu1iGx5UDcG4j0k2fnYxK05cdE8gzfSn8DU5Z4=";
hash = "sha256-xcEiZRHsFtIWvjy47kaLai/No/XYfhkJ5+zi/1KWqUE=";
}