elinks: 0.16.0 -> 0.16.1.1

This commit is contained in:
R. Ryantm 2023-05-04 03:12:08 +00:00
parent 9c3e077edd
commit c77a8c10a7

View file

@ -13,13 +13,13 @@ assert enablePython -> python != null;
stdenv.mkDerivation rec {
pname = "elinks";
version = "0.16.0";
version = "0.16.1.1";
src = fetchFromGitHub {
owner = "rkd77";
repo = "felinks";
rev = "v${version}";
sha256 = "sha256-4+V1j78sjs3/6SnVLO34jCcNuegpZan8Ykd8Gy0vc3k=";
sha256 = "sha256-u6QGhfi+uWeIzSUFuYHAH3Xu0Fky0yw2h4NOKgYFLsM=";
};
buildInputs = [