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

Commits on Oct 22, 2019

  1. links2: 2.20 -> 2.20.2

    Semi-automatic update generated by
    https://github.com/ryantm/nixpkgs-update tools. This update was made
    based on information from
    https://repology.org/metapackage/links2/versions
    r-ryantm committed Oct 22, 2019
    Copy the full SHA
    6482876 View commit details

Commits on Oct 23, 2019

  1. Merge pull request #71657 from r-ryantm/auto-update/links2

    links2: 2.20 -> 2.20.2
    mmahut authored Oct 23, 2019
    Copy the full SHA
    d94ec61 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/applications/networking/browsers/links2/default.nix
4 changes: 2 additions & 2 deletions pkgs/applications/networking/browsers/links2/default.nix
Original file line number Diff line number Diff line change
@@ -8,12 +8,12 @@
}:

stdenv.mkDerivation rec {
version = "2.20";
version = "2.20.2";
pname = "links2";

src = fetchurl {
url = "${meta.homepage}/download/links-${version}.tar.bz2";
sha256 = "0bchwqa87dc8cb55spyybkqpc456pp4x2n9aw587wr7pn96cvp9v";
sha256 = "097ll98ympzfx7qfdyhc52yzvsp167x5nnjs6v8ih496wv80fksb";
};

buildInputs = with stdenv.lib;