zfsUnstable: make it compatible again with 6.2.8 and potentially 6.3

Patched from https://github.com/openzfs/zfs/pull/14668
This commit is contained in:
Raito Bezarius 2023-03-24 21:39:57 +01:00
parent 21be60fd0b
commit 64a4de8568

View File

@ -256,5 +256,13 @@ in {
sha256 = "sha256-CdPuyZMXFzANEdnsr/rB5ckkT8X5uziniY5vmRCKl1U=";
isUnstable = true;
# Necessary for 6.2.8+ and 6.3 compatibility, see https://github.com/openzfs/zfs/issues/14658
extraPatches = [
(fetchpatch {
url = "https://github.com/openzfs/zfs/pull/14668.patch";
hash = "sha256-PR7hxxdjLkjszADdw0R0JRmBPfDlsXG6D+VfC7QzEhk=";
})
];
};
}