summary refs log tree commit diff
path: root/pkgs/applications/networking/sync
diff options
context:
space:
mode:
authorLassulus <github@lassul.us>2022-05-10 11:45:16 +0200
committerGitHub <noreply@github.com>2022-05-10 11:45:16 +0200
commita5e2c6e6dd6a4f745ec08bc485d0edc9a4ec6098 (patch)
treea44eaa227a3f233fce15229f6d394836b299bed7 /pkgs/applications/networking/sync
parent148df9e42e2d0222a025654e4bd5535f986178d1 (diff)
parentdccb6ebc8816bf3c2c32ea9787c8ae8fd1661fe3 (diff)
downloadnixpkgs-a5e2c6e6dd6a4f745ec08bc485d0edc9a4ec6098.tar
nixpkgs-a5e2c6e6dd6a4f745ec08bc485d0edc9a4ec6098.tar.gz
nixpkgs-a5e2c6e6dd6a4f745ec08bc485d0edc9a4ec6098.tar.bz2
nixpkgs-a5e2c6e6dd6a4f745ec08bc485d0edc9a4ec6098.tar.lz
nixpkgs-a5e2c6e6dd6a4f745ec08bc485d0edc9a4ec6098.tar.xz
nixpkgs-a5e2c6e6dd6a4f745ec08bc485d0edc9a4ec6098.tar.zst
nixpkgs-a5e2c6e6dd6a4f745ec08bc485d0edc9a4ec6098.zip
Merge pull request #163941 from r-ryantm/auto-update/backintime-common
backintime-common: 1.2.1 -> 1.3.2
Diffstat (limited to 'pkgs/applications/networking/sync')
-rw-r--r--pkgs/applications/networking/sync/backintime/common.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/sync/backintime/common.nix b/pkgs/applications/networking/sync/backintime/common.nix
index 335ba4a4de1..0b02b87a1b2 100644
--- a/pkgs/applications/networking/sync/backintime/common.nix
+++ b/pkgs/applications/networking/sync/backintime/common.nix
@@ -7,13 +7,13 @@ let
   apps = lib.makeBinPath [ openssh python' cron rsync sshfs-fuse encfs ];
 in stdenv.mkDerivation rec {
   pname = "backintime-common";
-  version = "1.2.1";
+  version = "1.3.2";
 
   src = fetchFromGitHub {
     owner = "bit-team";
     repo = "backintime";
     rev = "v${version}";
-    sha256 = "mBjheLY7DHs995heZmxVnDdvABkAROCjRJ4a/uJmJcg=";
+    sha256 = "sha256-7iTQZ7SiESsKK8F8BpLrRNkj8JhHo64kliaOvMvYGvw=";
   };
 
   nativeBuildInputs = [ makeWrapper gettext ];