Loading pkgs/tools/backup/borgmatic/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -15,11 +15,11 @@ }: python3Packages.buildPythonApplication rec { pname = "borgmatic"; version = "1.8.13"; version = "1.8.14"; src = fetchPypi { inherit pname version; hash = "sha256-4Z5imxNjfvd4fkpFsggSO9XueN5Yzcz4RCl+BqmddCM="; hash = "sha256-WYs7wiwZ1TvTdeUpWv7FbREXWfdGcYRarP4FXFOfp0Y="; }; nativeCheckInputs = with python3Packages; [ flexmock pytestCheckHook pytest-cov ] ++ passthru.optional-dependencies.apprise; Loading Loading
pkgs/tools/backup/borgmatic/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -15,11 +15,11 @@ }: python3Packages.buildPythonApplication rec { pname = "borgmatic"; version = "1.8.13"; version = "1.8.14"; src = fetchPypi { inherit pname version; hash = "sha256-4Z5imxNjfvd4fkpFsggSO9XueN5Yzcz4RCl+BqmddCM="; hash = "sha256-WYs7wiwZ1TvTdeUpWv7FbREXWfdGcYRarP4FXFOfp0Y="; }; nativeCheckInputs = with python3Packages; [ flexmock pytestCheckHook pytest-cov ] ++ passthru.optional-dependencies.apprise; Loading