about summary refs log tree commit diff
path: root/pkgs/tools/backup
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2021-09-13 00:01:41 +0000
committerGitHub <noreply@github.com>2021-09-13 00:01:41 +0000
commitac962ee61ad52a5175b02a711b16a0436da9309f (patch)
tree3dc4b1f0abc0ac108fdf17f087684137f2c36b53 /pkgs/tools/backup
parenta13bf1828bf73e7db47c08e5e9819f7dd4b8dcd2 (diff)
parent73421a108e8b0758be799db1c07f28af248531ce (diff)
Merge master into staging-next
Diffstat (limited to 'pkgs/tools/backup')
-rw-r--r--pkgs/tools/backup/borgmatic/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/backup/borgmatic/default.nix b/pkgs/tools/backup/borgmatic/default.nix
index b27ee0508e19d..2fe7d0866745f 100644
--- a/pkgs/tools/backup/borgmatic/default.nix
+++ b/pkgs/tools/backup/borgmatic/default.nix
@@ -2,11 +2,11 @@
 
 python3Packages.buildPythonApplication rec {
   pname = "borgmatic";
-  version = "1.5.13";
+  version = "1.5.18";
 
   src = python3Packages.fetchPypi {
     inherit pname version;
-    sha256 = "12390ffdg30ncc5k92pvagwbvnsh42xl35a3nagbskznyfd23mw3";
+    sha256 = "sha256-dX1U1zza8zMhDiTLE+DgtN6RLRciLks4NDOukpKH/po=";
   };
 
   checkInputs = with python3Packages; [ flexmock pytestCheckHook pytest-cov ];
@@ -20,7 +20,7 @@ python3Packages.buildPythonApplication rec {
   propagatedBuildInputs = with python3Packages; [
     borgbackup
     colorama
-    pykwalify
+    jsonschema
     ruamel_yaml
     requests
     setuptools