Merge pull request #183638 from r-ryantm/auto-update/gftp

gftp: 2.8.0b -> 2.9.1b
This commit is contained in:
Anderson Torres 2022-07-30 14:17:51 -03:00 committed by GitHub
commit 93933df2f3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,13 +15,13 @@
stdenv.mkDerivation rec {
pname = "gftp";
version = "2.8.0b";
version = "2.9.1b";
src = fetchFromGitHub {
owner = "masneyb";
repo = pname;
rev = version;
hash = "sha256-syeRFpqbd1VhKhhs/fIByDSVpcY+SAlmikDo3J1ZHlo=";
hash = "sha256-0zdv2oYl24BXh61IGCWby/2CCkzNjLpDrAFc0J89Pw4=";
};
nativeBuildInputs = [