sftpman: 1.1.3 -> 1.2.2

This commit is contained in:
Robert Schütz 2022-06-03 00:04:59 +00:00 committed by Jonathan Ringer
parent fd028a2a64
commit 7a83c76d9d
No known key found for this signature in database
GPG Key ID: 5C841D3CFDFEC4E0

View File

@ -2,13 +2,13 @@
python3Packages.buildPythonApplication rec {
pname = "sftpman";
version = "1.1.3";
version = "1.2.2";
src = fetchFromGitHub {
owner = "spantaleev";
repo = pname;
rev = version;
sha256 = "04awwwfw51fi1q18xdysp54jyhr0rhb4kfyrgv0vhhrlpwwyhnqy";
hash = "sha256-YxqN4+u0nYUWehbyRhjddIo2sythH3E0fiPSyrUlWhM=";
};
checkPhase = ''