Merge pull request #79316 from r-ryantm/auto-update/git-ftp

git-ftp: 1.5.2 -> 1.6.0
This commit is contained in:
Frederik Rietdijk 2020-03-14 14:24:09 +01:00 committed by GitHub
commit e4336956e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -1,12 +1,12 @@
{ stdenv, fetchFromGitHub, pandoc, man }:
stdenv.mkDerivation rec {
pname = "git-ftp";
version = "1.5.2";
version = "1.6.0";
src = fetchFromGitHub {
owner = "git-ftp";
repo = "git-ftp";
rev = version;
sha256 = "09qr8ciyfipcq32kl78ksvcra22aq7r4my685aajlbvkxgs0a867";
sha256 = "1hxkqf7jbrx24q18yxpnd3dxzh4xk6asymwkylp1x7zg6mcci87d";
};
dontBuild = true;