Unverified Commit 65a6a1ea authored by kirillrdy's avatar kirillrdy Committed by GitHub
Browse files

filezilla: 3.69.3 -> 3.69.5 ; libfilezilla: 0.51.1 -> 0.52.0 ; both: add...

filezilla: 3.69.3 -> 3.69.5 ; libfilezilla: 0.51.1 -> 0.52.0 ; both: add iedame as maintainer (#475426)
parents 9477d6a5 cbc72d2b
Loading
Loading
Loading
Loading
+7 −4
Original line number Diff line number Diff line
@@ -22,12 +22,12 @@

stdenv.mkDerivation {
  pname = "filezilla";
  version = "3.69.3";
  version = "3.69.5";

  src = fetchsvn {
    url = "https://svn.filezilla-project.org/svn/FileZilla3/trunk";
    rev = "11309";
    hash = "sha256-+wvdQnsYUsLS4pHoa3JVzkgTVxbeck/c7IaDt0VqU+8=";
    rev = "11338";
    hash = "sha256-OQZFwowkmiOcIjWoHkIFwsm6nuyMGSaBSn8zwVpCMAs=";
  };

  configureFlags = [
@@ -70,6 +70,9 @@ stdenv.mkDerivation {
    '';
    license = lib.licenses.gpl2;
    platforms = lib.platforms.linux;
    maintainers = with lib.maintainers; [ pSub ];
    maintainers = with lib.maintainers; [
      iedame
      pSub
    ];
  };
}
+7 −4
Original line number Diff line number Diff line
@@ -13,12 +13,12 @@

stdenv.mkDerivation {
  pname = "libfilezilla";
  version = "0.51.1";
  version = "0.52.0";

  src = fetchsvn {
    url = "https://svn.filezilla-project.org/svn/libfilezilla/trunk";
    rev = "11305";
    hash = "sha256-s+KeMlKJMz88lQ6d3dpcgZhCkcPW0cHNHALteMWLhpk=";
    rev = "11335";
    hash = "sha256-BjHqPC43UtwlYeKbgIaGU8jmWbg5UUiTN8vl1m2mZpo=";
  };

  nativeBuildInputs = [
@@ -42,7 +42,10 @@ stdenv.mkDerivation {
    homepage = "https://lib.filezilla-project.org/";
    description = "Modern C++ library, offering some basic functionality to build high-performing, platform-independent programs";
    license = lib.licenses.gpl2Plus;
    maintainers = with lib.maintainers; [ pSub ];
    maintainers = with lib.maintainers; [
      iedame
      pSub
    ];
    platforms = lib.platforms.unix;
    broken = stdenv.hostPlatform.isDarwin;
  };