elinks: 0.15.0 -> 0.15.1

This commit is contained in:
R. Ryantm 2022-08-01 13:48:06 +00:00
parent 6a792c2ed8
commit cce0acf4bc

View file

@ -13,13 +13,13 @@ assert enablePython -> python != null;
stdenv.mkDerivation rec {
pname = "elinks";
version = "0.15.0";
version = "0.15.1";
src = fetchFromGitHub {
owner = "rkd77";
repo = "felinks";
rev = "v${version}";
sha256 = "sha256-2TF0rbmjwhwV2AVUXjfzoprzpeqrETis3AFhMftpaZQ=";
sha256 = "sha256-9OEi4UF/4/IRtccJou3QuevQzWjA6PuU5IVlT7qqGZ0=";
};
buildInputs = [