Unverified Commit 13bdb7bb authored by Adam C. Stephens's avatar Adam C. Stephens Committed by GitHub
Browse files

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
parents fad2f789 8107bc55
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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=";
}