openvi: 7.5.28 -> 7.5.29

This commit is contained in:
R. Ryantm 2024-05-21 14:33:14 +00:00
parent 8257910e21
commit 440552f606

View File

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