openvi: 7.4.27 -> 7.5.28

This commit is contained in:
R. Ryantm 2024-04-08 01:44:11 +00:00
parent f6eb921406
commit 6e5a0136cf
1 changed files with 2 additions and 2 deletions

View File

@ -7,13 +7,13 @@
stdenv.mkDerivation rec {
pname = "openvi";
version = "7.4.27";
version = "7.5.28";
src = fetchFromGitHub {
owner = "johnsonjh";
repo = "OpenVi";
rev = version;
hash = "sha256-3cqe6woJvJt0ckI3aOhF0gARKy8VMCfWxIiiglkHBTo=";
hash = "sha256-6FP56tlPQXbphyJBDct5hBK81XsU6TJjKDZM4eHqitQ=";
};
buildInputs = [ ncurses perl ];