Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 307d4712454e
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: a728b57d6bf5
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Nov 13, 2020

  1. filezilla: 3.50.0 -> 3.51.0

    r-ryantm committed Nov 13, 2020
    Copy the full SHA
    4bcbf9f View commit details

Commits on Nov 16, 2020

  1. Merge pull request #103689 from r-ryantm/auto-update/filezilla

    filezilla: 3.50.0 -> 3.51.0
    Ma27 authored Nov 16, 2020
    Copy the full SHA
    a728b57 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/applications/networking/ftp/filezilla/default.nix
4 changes: 2 additions & 2 deletions pkgs/applications/networking/ftp/filezilla/default.nix
Original file line number Diff line number Diff line change
@@ -17,11 +17,11 @@

stdenv.mkDerivation rec {
pname = "filezilla";
version = "3.50.0";
version = "3.51.0";

src = fetchurl {
url = "https://download.filezilla-project.org/client/FileZilla_${version}_src.tar.bz2";
sha256 = "sha256-4NuHJpylIIqtFKAkFTN7T57+PEnC1NFOZukhx4oTXBA=";
sha256 = "0k3c7gm16snc6dr9a3xgq14ajyqj4hxcrd6hk6jk5fsi9x51rgl2";
};

# https://www.linuxquestions.org/questions/slackware-14/trouble-building-filezilla-3-47-2-1-current-4175671182/#post6099769