Skip to content

Commit 57fb3f2

Browse files
zfs_unstable: 2.3.0-rc4 -> 2.3.0-rc5 (#371608)
2 parents c38be94 + 6e2e921 commit 57fb3f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/os-specific/linux/zfs/unstable.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@ callPackage ./generic.nix args {
2121
# IMPORTANT: Always use a tagged release candidate or commits from the
2222
# zfs-<version>-staging branch, because this is tested by the OpenZFS
2323
# maintainers.
24-
version = "2.3.0-rc4";
24+
version = "2.3.0-rc5";
2525
# rev = "";
2626

2727
tests = {
2828
inherit (nixosTests.zfs) unstable;
2929
};
3030

31-
hash = "sha256-6O+XQvggyVCZBYpx8/7jbq15tLZsvzmDqp+AtEb9qFU=";
31+
hash = "sha256-gTpj1hYEkx+f/VvvfgeZeqwUhBVQyOIMKic8AaiwYzg=";
3232

3333
extraLongDescription = ''
3434
This is "unstable" ZFS, and will usually be a pre-release version of ZFS.

0 commit comments

Comments
 (0)