From e239ff997b45ccf76e255f2ada207c9358196a22 Mon Sep 17 00:00:00 2001 From: toastal Date: Thu, 16 Mar 2023 18:47:03 +0700 Subject: [PATCH] =?UTF-8?q?zfsUnstable:=20zfs-2.1.10-unstable-2023-03-02?= =?UTF-8?q?=20=E2=86=92=20zfs-2.1.10-unstable-2023-03-15?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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 1a6d077aa242..d92ccc346386 100644 --- a/pkgs/os-specific/linux/zfs/default.nix +++ b/pkgs/os-specific/linux/zfs/default.nix @@ -250,10 +250,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.10-staging-2023-03-02"; - rev = "9d2e5c14b2f94c91aa389799bd9e80e1098263e7"; + version = "2.1.10-staging-2023-03-15"; + rev = "a5c469c5f380b09705ad0bee15e2ca7a5f78213c"; - sha256 = "sha256-E+nLmmSSPtGDjqBQp2GXJsYR2zCEpcxU0/9BD5QHdnA="; + sha256 = "sha256-CdPuyZMXFzANEdnsr/rB5ckkT8X5uziniY5vmRCKl1U="; isUnstable = true; };