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

Commits on Mar 26, 2018

  1. links: 2.14 -> 2.15

    Semi-automatic update generated by https://github.com/ryantm/nix-update tools.
    
    This update was made based on information from https://repology.org/metapackage/links2/versions.
    
    These checks were done:
    
    - built on NixOS
    - Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
    - found 2.15 with grep in /nix/store/sv2bhipkaba7wbgkwinbq1xs430zmvra-links2-2.15
    - directory tree listing: https://gist.github.com/c94bde5e3281eca9ed30751401d14020
    ryantm committed Mar 26, 2018
    Copy the full SHA
    60cbe23 View commit details
  2. Merge pull request #37829 from ryantm/auto-update/links2

    links: 2.14 -> 2.15
    adisbladis authored Mar 26, 2018
    Copy the full SHA
    0e4f68a 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.14";
version = "2.15";
name = "links2-${version}";

src = fetchurl {
url = "${meta.homepage}/download/links-${version}.tar.bz2";
sha256 = "1f24y83wa1vzzjq5kp857gjqdpnmf8pb29yw7fam0m8wxxw0c3gp";
sha256 = "1jp3xyvp87a188b4kg5ycqahrazj7928zncgsznzn54w8d5iqahy";
};

buildInputs = with stdenv.lib;