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

Commits on Jan 15, 2020

  1. bftpd: 5.2 -> 5.4

    r-ryantm committed Jan 15, 2020

    Verified

    This commit was signed with the committer’s verified signature.
    mkg20001 Maciej Krüger
    Copy the full SHA
    841a5b9 View commit details
  2. Merge pull request #77724 from r-ryantm/auto-update/bftpd

    bftpd: 5.2 -> 5.4
    7c6f434c authored Jan 15, 2020
    Copy the full SHA
    4311cfa View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/servers/ftp/bftpd/default.nix
4 changes: 2 additions & 2 deletions pkgs/servers/ftp/bftpd/default.nix
Original file line number Diff line number Diff line change
@@ -5,11 +5,11 @@ let

in stdenv.mkDerivation rec {
name = "${pname}-${version}";
version = "5.2";
version = "5.4";

src = fetchurl {
url = "mirror://sourceforge/project/${pname}/${pname}/${name}/${name}.tar.gz";
sha256 = "0kmavljj3zwpgdib9nb14fnriiv0l9zm3hglimcyz26sxbw5jqky";
sha256 = "19fd9r233wkjk8gdxn6qsjgfijiw67a48xhgbm2kq46bx80yf3pg";
};

preConfigure = ''