Commit 35b2e97c authored by R. RyanTM's avatar R. RyanTM
Browse files

zfs-replicate: 3.2.6 -> 3.2.7

parent 1ffb40b2
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.6";
  version = "3.2.7";
  format = "pyproject";

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-K+OCJmx0KfFTuaP3c5oFJqWa+zqYJtoruO2v/F0FtfA=";
    hash = "sha256-+FJuV9BVfG2LbakE4Pw5ZhooSGq8xey9f3ATPTlCSkg=";
  };

  postPatch = ''