Skip to content

Commit

Permalink
[Backport release-24.11] zfs-replicate: 3.2.13 -> 4.0.0 (#369002)
Browse files Browse the repository at this point in the history
  • Loading branch information
misuzu authored Dec 31, 2024
2 parents 8d65fc9 + 2fd80b4 commit 7126527
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/backup/zfs-replicate/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@

buildPythonApplication rec {
pname = "zfs_replicate";
version = "3.2.13";
version = "4.0.0";
pyproject = true;

src = fetchPypi {
inherit pname version;
hash = "sha256-Xmg33bqs3gQJWqkCNiWYUem3o6XsxpfbHIVvLs/2D94=";
hash = "sha256-9WD2IW7GRxMF7hOa8HTI/+cuOjVaYMT4OnrYU/xFgME=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit 7126527

Please sign in to comment.