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

elinks: 0.14.1 -> 0.14.2
This commit is contained in:
Gabriel Ebner
2021-09-06 11:29:14 +02:00
committed by GitHub
@@ -13,13 +13,13 @@ assert enablePython -> python != null;
stdenv.mkDerivation rec {
pname = "elinks";
version = "0.14.1";
version = "0.14.2";
src = fetchFromGitHub {
owner = "rkd77";
repo = "felinks";
rev = "v${version}";
sha256 = "sha256-D7dUVHgYGzY4FXEnOzXw0Fao3gLgfFuCl8LJdLVpcSM=";
sha256 = "sha256-/VsxMpITBDKJqyMwl1oitS8aUM4AziibV/OHRSHbRjg=";
};
buildInputs = [