Merge pull request #124289 from r-ryantm/auto-update/links2

links2: 2.22 -> 2.23
This commit is contained in:
Michael Raskin 2021-05-25 17:40:41 +00:00 committed by GitHub
commit b6d56e54ad
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,12 +8,12 @@
}:
stdenv.mkDerivation rec {
version = "2.22";
version = "2.23";
pname = "links2";
src = fetchurl {
url = "${meta.homepage}/download/links-${version}.tar.bz2";
sha256 = "sha256-A2SYazp/Ho4xcb6jYrU/ceHdM2CohC1m/cZVgOvCCE0=";
sha256 = "sha256-ZmDSAvUh/Ri/UYTD8XMtH6dCahAzdCd60c245XzmrEU=";
};
buildInputs = with lib;