Unverified Commit 762d29e0 authored by 7c6f434c's avatar 7c6f434c Committed by GitHub
Browse files

links2: 2.29 -> 2.30 (#349222)

parents 08c44fb7 db737d13
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,12 +8,12 @@
}:

stdenv.mkDerivation (finalAttrs: {
  version = "2.29";
  version = "2.30";
  pname = "links2";

  src = fetchurl {
    url = "http://links.twibright.com/download/links-${finalAttrs.version}.tar.bz2";
    hash = "sha256-IqqWwLOOGm+PftnXpBZ6R/w3JGCXdZ72BZ7Pj56teZg=";
    hash = "sha256-xGMca1oRUnzcPLeHL8I7fyslwrAh1Za+QQ2ttAMV8WY=";
  };

  buildInputs =