Backintime 1.1.0 -> 1.1.4

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