mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 06:53:01 +00:00
zfs_unstable: 2.3.0-rc2 -> 2.3.0-rc3 (#355288)
This commit is contained in:
commit
ecfee66ef8
@ -20,14 +20,14 @@ callPackage ./generic.nix args {
|
|||||||
# IMPORTANT: Always use a tagged release candidate or commits from the
|
# IMPORTANT: Always use a tagged release candidate or commits from the
|
||||||
# zfs-<version>-staging branch, because this is tested by the OpenZFS
|
# zfs-<version>-staging branch, because this is tested by the OpenZFS
|
||||||
# maintainers.
|
# maintainers.
|
||||||
version = "2.3.0-rc2";
|
version = "2.3.0-rc3";
|
||||||
# rev = "";
|
# rev = "";
|
||||||
|
|
||||||
tests = {
|
tests = {
|
||||||
inherit (nixosTests.zfs) unstable;
|
inherit (nixosTests.zfs) unstable;
|
||||||
};
|
};
|
||||||
|
|
||||||
hash = "sha256-/INlfiPpRm5JprcORzJJKyjpGIMY1LceY3yZ811uf2A=";
|
hash = "sha256-9s8Sb5+vksFsFI2Ra432QXexmbX3R17dzYzzLZviel0=";
|
||||||
|
|
||||||
extraLongDescription = ''
|
extraLongDescription = ''
|
||||||
This is "unstable" ZFS, and will usually be a pre-release version of ZFS.
|
This is "unstable" ZFS, and will usually be a pre-release version of ZFS.
|
||||||
|
Loading…
Reference in New Issue
Block a user