Merge pull request #297808 from toastal/zfsUnstable-2.2.4-staging-1
zfsUnstable: 2.2.3-unstable-2024-02-12 → 2.2.4-unstable-2024-03-21
This commit is contained in:
commit
13bdb7bb62
1 changed files with 3 additions and 3 deletions
|
@ -22,13 +22,13 @@ 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.2.3-unstable-2024-02-12";
|
||||
rev = "4635453d9f06771678b2125d5b45852b4d2eb04f";
|
||||
version = "2.2.3-unstable-2024-03-21";
|
||||
rev = "58211157bf866bbcdd8720e92c27297db3ba75d6";
|
||||
|
||||
isUnstable = true;
|
||||
tests = [
|
||||
nixosTests.zfs.unstable
|
||||
];
|
||||
|
||||
hash = "sha256-ch1/R61cn1BtWkkH2IViWjVp22XFz4/WbByquN+vybs=";
|
||||
hash = "sha256-zTTzHo/UDsTGp/b7BmCmy/m115HVipSG8Id/pnkUrvQ=";
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue