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

Commits on Mar 24, 2020

  1. uget: 2.2.2 -> 2.2.3-1

    romildo committed Mar 24, 2020
    Copy the full SHA
    911acc4 View commit details
  2. Merge pull request #83311 from romildo/upd.uget

    uget: 2.2.2 -> 2.2.3-1
    mmahut authored Mar 24, 2020
    Copy the full SHA
    faba8e1 View commit details
Showing with 3 additions and 3 deletions.
  1. +3 −3 pkgs/tools/networking/uget/default.nix
6 changes: 3 additions & 3 deletions pkgs/tools/networking/uget/default.nix
Original file line number Diff line number Diff line change
@@ -4,11 +4,11 @@

stdenv.mkDerivation rec {
pname = "uget";
version = "2.2.2";
version = "2.2.3-1";

src = fetchurl {
url = "mirror://sourceforge/urlget/${pname}-${version}.tar.gz";
sha256 = "1hmzk907blgzc1z6wv4zbzqrwad06zfm1rqc3svh5garxw8z7xsw";
sha256 = "0jchvgkkphhwp2z7vd4axxr9ns8b6vqc22b2z8a906qm8916wd8i";
};

nativeBuildInputs = [
@@ -42,7 +42,7 @@ stdenv.mkDerivation rec {
thinking that it "might be too powerful" because remember power is good
and lightweight power is uGet!
'';
homepage = http://www.ugetdm.com;
homepage = "http://www.ugetdm.com";
license = licenses.lgpl21;
platforms = platforms.unix;
maintainers = with maintainers; [ romildo ];