Merge pull request #284894 from r-ryantm/auto-update/zfs-replicate

zfs-replicate: 3.2.4 -> 3.2.5
This commit is contained in:
Mario Rodas
2024-01-30 08:01:49 -05:00
committed by GitHub
+2 -2
View File
@@ -11,12 +11,12 @@
buildPythonApplication rec {
pname = "zfs_replicate";
version = "3.2.4";
version = "3.2.5";
format = "pyproject";
src = fetchPypi {
inherit pname version;
hash = "sha256-AjpdJT8on2YyGCriQllFyMnHgg4H7acCy/ewBuBrXKs=";
hash = "sha256-3rIbPXoI2eQCoLU/l1pXEmMJh5NAzrqwZSkn9jzfUoc=";
};
postPatch = ''