Backintime 1.1.0 -> 1.1.4

+4 -4
+2 -2
pkgs/applications/networking/sync/backintime/common.nix
··· 1 1 {stdenv, fetchurl, makeWrapper, gettext, python3, python3Packages, rsync, cron, openssh, sshfsFuse, encfs }: 2 2 3 3 stdenv.mkDerivation rec { 4 - version = "1.1.0"; 4 + version = "1.1.4"; 5 5 6 6 name = "backintime-common-${version}"; 7 7 8 8 src = fetchurl { 9 9 url = "https://launchpad.net/backintime/1.1/${version}/+download/backintime-${version}.tar.gz"; 10 - md5 = "21e15538c38d0c440c1281457319c7f1"; 10 + sha256 = "0w57b7xygwx83azz463fd4y7fxz0z6dy74f70ixhvhlsdpxw2ks3"; 11 11 }; 12 12 13 13 buildInputs = [ makeWrapper gettext python3 python3Packages.dbus python3Packages.keyring openssh cron rsync sshfsFuse encfs ];
+2 -2
pkgs/applications/networking/sync/backintime/qt4.nix
··· 3 3 stdenv.mkDerivation rec { 4 4 inherit (backintime-common) version src installFlags meta; 5 5 6 - name = "backintime-gnome-${version}"; 6 + name = "backintime-qt4-${version}"; 7 7 8 8 buildInputs = [ makeWrapper gettext python3 python3Packages.pyqt4 backintime-common python3 ]; 9 9 ··· 11 11 configureFlags = [ ]; 12 12 13 13 dontAddPrefix = true; 14 - 14 + 15 15 preFixup = 16 16 '' 17 17 substituteInPlace "$out/bin/backintime-qt4" \