zfs_unstable: 2.3.0-rc4 -> 2.3.0-rc5 (#371608)

This commit is contained in:
Adam C. Stephens
2025-01-06 20:28:50 -05:00
committed by GitHub
+2 -2
View File
@@ -21,14 +21,14 @@ callPackage ./generic.nix args {
# IMPORTANT: Always use a tagged release candidate or commits from the
# zfs-<version>-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.