From 4236d385f985aa859695f700487b63ecfac5b80e Mon Sep 17 00:00:00 2001 From: toastal Date: Wed, 2 Nov 2022 21:58:45 +0700 Subject: [PATCH] =?UTF-8?q?zfsUnstable:=202.1.7-2022-10-27=20=E2=86=92=202?= =?UTF-8?q?.1.7-2022-11-08?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Several commits have been added, including the META for official 6.0.0 support --- pkgs/os-specific/linux/zfs/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/os-specific/linux/zfs/default.nix b/pkgs/os-specific/linux/zfs/default.nix index 5309c6abe241..a7a6a9b7954e 100644 --- a/pkgs/os-specific/linux/zfs/default.nix +++ b/pkgs/os-specific/linux/zfs/default.nix @@ -235,10 +235,10 @@ in { # IMPORTANT: Always use a tagged release candidate or commits from the # zfs--staging branch, because this is tested by the OpenZFS # maintainers. - version = "2.1.7-staging-2022-10-27"; - rev = "04f1983aab16d378be376768275856bc38be48bd"; + version = "2.1.7-staging-2022-11-08"; + rev = "0f4ee295ba94803e5833f57481cfdbee5d1160d4"; - sha256 = "sha256-6s9Qcw6Qqq7+JU9UPa8DDu2yzhD1OV3piLlYsgEoIhg="; + sha256 = "sha256-AixYjnr8MgST/VxEPY4NdcAvpoKiJ3zrvOai5bJjC/U="; isUnstable = true; };