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

links2: 2.27 -> 2.28
This commit is contained in:
7c6f434c 2023-01-10 23:26:44 +00:00 committed by GitHub
commit ec001e5a70
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,12 +8,12 @@
}:
stdenv.mkDerivation rec {
version = "2.27";
version = "2.28";
pname = "links2";
src = fetchurl {
url = "${meta.homepage}/download/links-${version}.tar.bz2";
sha256 = "sha256-2N3L/O3nzd6Aq+sKI2NY9X+mvrK8+S4QliTpuJb567Q=";
sha256 = "sha256-L9VJmxPe5ZRXwTLBZ7hJXEDe2nU4lInGzMtoMZP0VLQ=";
};
buildInputs = with lib;