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

zfs-replicate: 3.2.3 -> 3.2.4
This commit is contained in:
h7x4
2024-01-27 16:13:42 +01:00
committed by GitHub
+2 -2
View File
@@ -11,12 +11,12 @@
buildPythonApplication rec {
pname = "zfs_replicate";
version = "3.2.3";
version = "3.2.4";
format = "pyproject";
src = fetchPypi {
inherit pname version;
hash = "sha256-uzA8cQTUWAGLEhISZhaU6hNe9xcsF9jPZ1ETOi1XIFc=";
hash = "sha256-AjpdJT8on2YyGCriQllFyMnHgg4H7acCy/ewBuBrXKs=";
};
postPatch = ''