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
commit d6136fdc22
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 = ''