Merge pull request #125029 from r-ryantm/auto-update/elinks

elinks: 0.14.0 -> 0.14.1
This commit is contained in:
Robin Gloster 2021-05-31 12:54:28 -05:00 committed by GitHub
commit 666075648e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,13 +13,13 @@ assert enablePython -> python != null;
stdenv.mkDerivation rec {
pname = "elinks";
version = "0.14.0";
version = "0.14.1";
src = fetchFromGitHub {
owner = "rkd77";
repo = "felinks";
rev = "v${version}";
sha256 = "sha256-LxJJ0yBlw9hJ/agyL9dbVe4STKdXE8rtk1mMFqe1fFI=";
sha256 = "sha256-D7dUVHgYGzY4FXEnOzXw0Fao3gLgfFuCl8LJdLVpcSM=";
};
buildInputs = [