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

Commits on Jan 30, 2020

  1. uftp: 4.10 -> 4.10.1

    r-ryantm committed Jan 30, 2020
    Copy the full SHA
    8bbe9bb View commit details
  2. Merge pull request #78870 from r-ryantm/auto-update/uftp

    uftp: 4.10 -> 4.10.1
    ryantm authored Jan 30, 2020
    Copy the full SHA
    cead3c7 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/servers/uftp/default.nix
4 changes: 2 additions & 2 deletions pkgs/servers/uftp/default.nix
Original file line number Diff line number Diff line change
@@ -2,11 +2,11 @@

stdenv.mkDerivation rec {
pname = "uftp";
version = "4.10";
version = "4.10.1";

src = fetchurl {
url = "mirror://sourceforge/uftp-multicast/source-tar/uftp-${version}.tar.gz";
sha256 = "14pjhc8a8fgm5cyy93r693nrjinaps6642v00jpwrjf7h2p8mfli";
sha256 = "1xi2cvn1lxk1h1kilmjiq8ybxln3rrh6m5cd340zg20vpzz56cwh";
};

buildInputs = [ openssl ];