about summary refs log tree commit diff
path: root/pkgs/applications/networking/sync
diff options
context:
space:
mode:
authorDamien Cassou <damien.cassou@gmail.com>2015-04-08 11:47:46 +0200
committerDamien Cassou <damien.cassou@gmail.com>2015-04-08 11:47:46 +0200
commitcef1728fc68b99d448efff3131cae403fdcf7d38 (patch)
tree1d6efb34c434529f8d6abc3c7ff26137431e66f9 /pkgs/applications/networking/sync
parentbee0ccd1f53ca69a6f433c0b49927c7e86041179 (diff)
Backintime 1.1.0 -> 1.1.4
Diffstat (limited to 'pkgs/applications/networking/sync')
-rw-r--r--pkgs/applications/networking/sync/backintime/common.nix4
-rw-r--r--pkgs/applications/networking/sync/backintime/qt4.nix4
2 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/applications/networking/sync/backintime/common.nix b/pkgs/applications/networking/sync/backintime/common.nix
index e77fc5a522a4d..b6535ad7310d6 100644
--- a/pkgs/applications/networking/sync/backintime/common.nix
+++ b/pkgs/applications/networking/sync/backintime/common.nix
@@ -1,13 +1,13 @@
 {stdenv, fetchurl, makeWrapper, gettext, python3, python3Packages, rsync, cron, openssh, sshfsFuse, encfs }:
 
 stdenv.mkDerivation rec {
-  version = "1.1.0";
+  version = "1.1.4";
 
   name = "backintime-common-${version}";
 
   src = fetchurl {
     url = "https://launchpad.net/backintime/1.1/${version}/+download/backintime-${version}.tar.gz";
-    md5 = "21e15538c38d0c440c1281457319c7f1";
+    sha256 = "0w57b7xygwx83azz463fd4y7fxz0z6dy74f70ixhvhlsdpxw2ks3";
   };
 
   buildInputs = [ makeWrapper gettext python3 python3Packages.dbus python3Packages.keyring openssh cron rsync sshfsFuse encfs ];
diff --git a/pkgs/applications/networking/sync/backintime/qt4.nix b/pkgs/applications/networking/sync/backintime/qt4.nix
index 67d521d272a97..ef8f028274985 100644
--- a/pkgs/applications/networking/sync/backintime/qt4.nix
+++ b/pkgs/applications/networking/sync/backintime/qt4.nix
@@ -3,7 +3,7 @@
 stdenv.mkDerivation rec {
   inherit (backintime-common) version src installFlags meta;
 
-  name = "backintime-gnome-${version}";
+  name = "backintime-qt4-${version}";
 
   buildInputs = [ makeWrapper gettext python3 python3Packages.pyqt4 backintime-common python3 ];
 
@@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
   configureFlags = [  ];
 
   dontAddPrefix = true;
-  
+
   preFixup =
       ''
       substituteInPlace "$out/bin/backintime-qt4" \