Unverified Commit 93933df2 authored by Anderson Torres's avatar Anderson Torres Committed by GitHub
Browse files

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

gftp: 2.8.0b -> 2.9.1b
parents 6051763b 958280f0
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = [