Unverified Commit 4c66df3a authored by Adam C. Stephens's avatar Adam C. Stephens Committed by GitHub
Browse files

zfs_2_3: 2.3.3 -> 2.3.4 (#436930)

parents 35beed34 7b7f93af
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -12,10 +12,10 @@ callPackage ./generic.nix args {
  kernelModuleAttribute = "zfs_2_3";

  kernelMinSupportedMajorMinor = "4.18";
  kernelMaxSupportedMajorMinor = "6.15";
  kernelMaxSupportedMajorMinor = "6.16";

  # this package should point to the latest release.
  version = "2.3.3";
  version = "2.3.4";

  tests = {
    inherit (nixosTests.zfs) series_2_3;
@@ -29,5 +29,5 @@ callPackage ./generic.nix args {
    amarshall
  ];

  hash = "sha256-NXAbyGBfpzWfm4NaP1/otTx8fOnoRV17343qUMdQp5U=";
  hash = "sha256-8BSuDRDyqPGAiyGGxFyEZIcXB+cKsKk25jcFPrSK3GI=";
}