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: 05d4cdfad174
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2d4f45188d03
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Jan 6, 2020

  1. filezilla: 3.46.0 -> 3.46.3

    r-ryantm committed Jan 6, 2020
    Copy the full SHA
    2cb7f3c View commit details

Commits on Jan 12, 2020

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

    filezilla: 3.46.0 -> 3.46.3
    nh2 authored Jan 12, 2020
    Copy the full SHA
    2d4f451 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
@@ -18,11 +18,11 @@

stdenv.mkDerivation rec {
pname = "filezilla";
version = "3.46.0";
version = "3.46.3";

src = fetchurl {
url = "https://download.filezilla-project.org/client/FileZilla_${version}_src.tar.bz2";
sha256 = "0v7656p7b6w88a96wj8058b13yxbwi186l092i9whrisngnv2pnf";
sha256 = "15bkg9qs07h4pzkxba1gymp8f264dk0zrzd9brx48fcwm7qbzigi";
};

configureFlags = [