We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c38be94 + 6e2e921 commit 57fb3f2Copy full SHA for 57fb3f2
pkgs/os-specific/linux/zfs/unstable.nix
@@ -21,14 +21,14 @@ callPackage ./generic.nix args {
21
# IMPORTANT: Always use a tagged release candidate or commits from the
22
# zfs-<version>-staging branch, because this is tested by the OpenZFS
23
# maintainers.
24
- version = "2.3.0-rc4";
+ version = "2.3.0-rc5";
25
# rev = "";
26
27
tests = {
28
inherit (nixosTests.zfs) unstable;
29
};
30
31
- hash = "sha256-6O+XQvggyVCZBYpx8/7jbq15tLZsvzmDqp+AtEb9qFU=";
+ hash = "sha256-gTpj1hYEkx+f/VvvfgeZeqwUhBVQyOIMKic8AaiwYzg=";
32
33
extraLongDescription = ''
34
This is "unstable" ZFS, and will usually be a pre-release version of ZFS.
0 commit comments