zowoq
2026-02-25 08:06:26 +10:00
parent 3b4016d738
commit 25b2253139
+3 -3
View File
@@ -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=";
}