From 6e2e92113bedd818892226e28b3548769712d780 Mon Sep 17 00:00:00 2001 From: zowoq <59103226+zowoq@users.noreply.github.com> Date: Tue, 7 Jan 2025 09:18:08 +1000 Subject: [PATCH] zfs_unstable: 2.3.0-rc4 -> 2.3.0-rc5 Diff: https://github.com/openzfs/zfs/compare/zfs-2.3.0-rc4...zfs-2.3.0-rc5 Changelog: https://github.com/openzfs/zfs/releases/tag/zfs-2.3.0-rc5 --- 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 849a2ee4473d..967dcc54c607 100644 --- a/pkgs/os-specific/linux/zfs/unstable.nix +++ b/pkgs/os-specific/linux/zfs/unstable.nix @@ -21,14 +21,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-rc4"; + version = "2.3.0-rc5"; # rev = ""; tests = { inherit (nixosTests.zfs) unstable; }; - hash = "sha256-6O+XQvggyVCZBYpx8/7jbq15tLZsvzmDqp+AtEb9qFU="; + hash = "sha256-gTpj1hYEkx+f/VvvfgeZeqwUhBVQyOIMKic8AaiwYzg="; extraLongDescription = '' This is "unstable" ZFS, and will usually be a pre-release version of ZFS.