summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorRyan Mulligan <ryan@ryantm.com>2018-03-25 17:46:46 -0700
committerRyan Mulligan <ryan@ryantm.com>2018-03-25 17:46:46 -0700
commit60cbe237641898d6990ff338cbdc99846f137288 (patch)
treed9294cc111d4351d3652df3ebe1a744be8b85ce0 /pkgs/applications
parent20f51922c0b8907a98dd2d1359799fab2ffae78b (diff)
downloadnixpkgs-60cbe237641898d6990ff338cbdc99846f137288.tar
nixpkgs-60cbe237641898d6990ff338cbdc99846f137288.tar.gz
nixpkgs-60cbe237641898d6990ff338cbdc99846f137288.tar.bz2
nixpkgs-60cbe237641898d6990ff338cbdc99846f137288.tar.lz
nixpkgs-60cbe237641898d6990ff338cbdc99846f137288.tar.xz
nixpkgs-60cbe237641898d6990ff338cbdc99846f137288.tar.zst
nixpkgs-60cbe237641898d6990ff338cbdc99846f137288.zip
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
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/networking/browsers/links2/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/browsers/links2/default.nix b/pkgs/applications/networking/browsers/links2/default.nix
index f097d748d48..7c007e228f8 100644
--- a/pkgs/applications/networking/browsers/links2/default.nix
+++ b/pkgs/applications/networking/browsers/links2/default.nix
@@ -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;