Merge pull request #79316 from r-ryantm/auto-update/git-ftp
git-ftp: 1.5.2 -> 1.6.0
This commit is contained in:
commit
e4336956e4
pkgs/development/tools/git-ftp
|
@ -1,12 +1,12 @@
|
||||||
{ stdenv, fetchFromGitHub, pandoc, man }:
|
{ stdenv, fetchFromGitHub, pandoc, man }:
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "git-ftp";
|
pname = "git-ftp";
|
||||||
version = "1.5.2";
|
version = "1.6.0";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "git-ftp";
|
owner = "git-ftp";
|
||||||
repo = "git-ftp";
|
repo = "git-ftp";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "09qr8ciyfipcq32kl78ksvcra22aq7r4my685aajlbvkxgs0a867";
|
sha256 = "1hxkqf7jbrx24q18yxpnd3dxzh4xk6asymwkylp1x7zg6mcci87d";
|
||||||
};
|
};
|
||||||
|
|
||||||
dontBuild = true;
|
dontBuild = true;
|
||||||
|
|
Loading…
Reference in New Issue