Commit c37c4a49 authored by R. RyanTM's avatar R. RyanTM
Browse files

zfs-replicate: 3.2.9 -> 3.2.10

parent 32146f31
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,12 +11,12 @@

buildPythonApplication rec {
  pname = "zfs_replicate";
  version = "3.2.9";
  version = "3.2.10";
  pyproject = true;

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-JMkZ4AexN++vPIPqzv9majdUkoAyos+Nm4Vlgeyx0Jg=";
    hash = "sha256-LEBCdrJZLddJm2nz2JLfwskU8roN/MZlr79exFEWnRI=";
  };

  postPatch = ''