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

links2: 2.28 -> 2.29
This commit is contained in:
Weijia Wang 2023-04-26 00:22:09 +03:00 committed by GitHub
commit 7254a77502
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,12 +8,12 @@
}:
stdenv.mkDerivation rec {
version = "2.28";
version = "2.29";
pname = "links2";
src = fetchurl {
url = "${meta.homepage}/download/links-${version}.tar.bz2";
sha256 = "sha256-L9VJmxPe5ZRXwTLBZ7hJXEDe2nU4lInGzMtoMZP0VLQ=";
sha256 = "sha256-IqqWwLOOGm+PftnXpBZ6R/w3JGCXdZ72BZ7Pj56teZg=";
};
buildInputs = with lib;