duply: 2.2 -> 2.3

This commit is contained in:
R. RyanTM 2021-01-21 23:02:42 +00:00 committed by Bjørn Forsman
parent ef5475235c
commit 142a7ede61

View File

@ -4,11 +4,11 @@
stdenv.mkDerivation rec {
pname = "duply";
version = "2.2";
version = "2.3";
src = fetchurl {
url = "mirror://sourceforge/project/ftplicity/duply%20%28simple%20duplicity%29/2.2.x/duply_${version}.tgz";
sha256 = "1bd7ivswxmxg64n0fnwgz6bkgckhdhz2qnnlkqqx4ccdxx15krbr";
url = "mirror://sourceforge/project/ftplicity/duply%20%28simple%20duplicity%29/2.3.x/duply_${version}.tgz";
sha256 = "sha256-I1KkblFnZVOCvcWEarGsSXnzlod2+yZ4okaTpckLFbE=";
};
buildInputs = [ txt2man makeWrapper ];