Commit 64a4de85 authored by Raito Bezarius's avatar Raito Bezarius
Browse files

zfsUnstable: make it compatible again with 6.2.8 and potentially 6.3

parent 21be60fd
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -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=";
      })
    ];
  };
}