Commit c6a3a06e authored by Andrew Marshall's avatar Andrew Marshall
Browse files

python3Packages.py-libzfs: 22.12.4.2 -> 24.04.0

parent 63c3a29c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,14 +8,14 @@

buildPythonPackage rec {
  pname = "py-libzfs";
  version = "22.12.4.2";
  version = "24.04.0";
  format = "setuptools";

  src = fetchFromGitHub {
    owner = "truenas";
    repo = pname;
    rev = "TS-${version}";
    hash = "sha256-vBLbjP1gQEQNsTLc2W6uRzCFHQXZp+jGiwE0Pe8VTuw=";
    hash = "sha256-Uiu0RNE06++iNWUNcKpbZvreT2D7/EqHlFZJXKe3F4A=";
  };

  nativeBuildInputs = [ cython_0 ];