Commit 634308e6 authored by toastal's avatar toastal
Browse files

zfs_unstable: 2.2.3-unstable-2024-03-30 → 2.2.3-unstable-2024-04-09

parent bc60b9e5
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-03-30";
  rev = "deb7a84231aff8d772bb4ce9fa486d1886f1a2b6";
  version = "2.2.3-unstable-2024-04-09";
  rev = "28520cad2500b60ce8653e431990e33f77ff08f7";

  isUnstable = true;
  tests = [
    nixosTests.zfs.unstable
  ];

  hash = "sha256-d9ZoUFuHPmJmIBbJKENVTCTJ5U3As+3NYHk9ghWxCCA=";
  hash = "sha256-lGoiTmCWOxqACSYY0WA0gN6CN/1FyYhSVHmtYC1Izhg=";
}