zfs_2_4: 2.4.0 -> 2.4.1
Diff: https://github.com/openzfs/zfs/compare/zfs-2.4.0...zfs-2.4.1 Changelog: https://github.com/openzfs/zfs/releases/tag/zfs-2.4.1
This commit is contained in:
@@ -13,10 +13,10 @@ callPackage ./generic.nix args {
|
||||
kernelModuleAttribute = "zfs_2_4";
|
||||
|
||||
kernelMinSupportedMajorMinor = "4.18";
|
||||
kernelMaxSupportedMajorMinor = "6.18";
|
||||
kernelMaxSupportedMajorMinor = "6.19";
|
||||
|
||||
# this package should point to the latest release.
|
||||
version = "2.4.0";
|
||||
version = "2.4.1";
|
||||
|
||||
tests = {
|
||||
inherit (nixosTests.zfs) series_2_4;
|
||||
@@ -30,5 +30,5 @@ callPackage ./generic.nix args {
|
||||
amarshall
|
||||
];
|
||||
|
||||
hash = "sha256-v78Tn1Im9h8Sjd4XACYesPOD+hlUR3Cmg8XjcJXOuwM=";
|
||||
hash = "sha256-gapM2PNVOjhwGw6TAZF6QDxLza7oqOf1tpj7q0EN9Vg=";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user