From 003a6274ff02c782b2fcc9cdcfcc8604bc76a1e4 Mon Sep 17 00:00:00 2001 From: Andrew Marshall Date: Mon, 11 Nov 2024 17:12:25 -0500 Subject: [PATCH] zfs_unstable: 2.3.0-rc2 -> 2.3.0-rc3 Changelog: https://github.com/openzfs/zfs/releases/tag/zfs-2.3.0-rc3 --- pkgs/os-specific/linux/zfs/unstable.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/os-specific/linux/zfs/unstable.nix b/pkgs/os-specific/linux/zfs/unstable.nix index 7590481b6efb..c60bb0e47f43 100644 --- a/pkgs/os-specific/linux/zfs/unstable.nix +++ b/pkgs/os-specific/linux/zfs/unstable.nix @@ -20,14 +20,14 @@ callPackage ./generic.nix args { # IMPORTANT: Always use a tagged release candidate or commits from the # zfs--staging branch, because this is tested by the OpenZFS # maintainers. - version = "2.3.0-rc2"; + version = "2.3.0-rc3"; # rev = ""; tests = { inherit (nixosTests.zfs) unstable; }; - hash = "sha256-/INlfiPpRm5JprcORzJJKyjpGIMY1LceY3yZ811uf2A="; + hash = "sha256-9s8Sb5+vksFsFI2Ra432QXexmbX3R17dzYzzLZviel0="; extraLongDescription = '' This is "unstable" ZFS, and will usually be a pre-release version of ZFS.