backintime: 1.5.2 -> 1.5.3

This commit is contained in:
R. Ryantm 2024-11-13 13:40:13 +00:00
parent 8b4df30ab3
commit db558c7c4a

View File

@ -7,13 +7,13 @@ let
apps = lib.makeBinPath [ openssh python' cron rsync sshfs-fuse encfs ];
in stdenv.mkDerivation rec {
pname = "backintime-common";
version = "1.5.2";
version = "1.5.3";
src = fetchFromGitHub {
owner = "bit-team";
repo = "backintime";
rev = "v${version}";
sha256 = "sha256-yfCSTzCmhXDBC1vYqwgVjsYUtc5VO1VW74BmIB0hHfE=";
sha256 = "sha256-byJyRsjZND0CQAfx45jQa3PNHhqzF2O0cFGSfN4o/QA=";
};
nativeBuildInputs = [ makeWrapper gettext ];