elinks: 0.17.0 -> 0.17.1.1 (#346663)

This commit is contained in:
Nick Cao 2024-10-07 10:54:07 -04:00 committed by GitHub
commit 6bfb649d56
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -13,13 +13,13 @@ assert enablePython -> python != null;
stdenv.mkDerivation rec {
pname = "elinks";
version = "0.17.0";
version = "0.17.1.1";
src = fetchFromGitHub {
owner = "rkd77";
repo = "elinks";
rev = "v${version}";
hash = "sha256-JeUiMHAqSZxxBe8DplzmzHzsY6KqoBqba0y8GDwaR0Y=";
hash = "sha256-d5bc6SZ8UQuvVJZjWziy4pi/iIiDAnpU9YTlrlfkdoo=";
};
buildInputs = [