Merge pull request #265132 from r-ryantm/auto-update/openvi

openvi: 7.4.24 -> 7.4.26
This commit is contained in:
Nick Cao 2023-11-03 09:52:08 -04:00 committed by GitHub
commit 1fd433b071
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,13 +7,13 @@
stdenv.mkDerivation rec {
pname = "openvi";
version = "7.4.24";
version = "7.4.26";
src = fetchFromGitHub {
owner = "johnsonjh";
repo = "OpenVi";
rev = version;
hash = "sha256-jfh82Ti8iVqsh7G9BnHbc3cQP8D9dGV71YJ28SBjjgA=";
hash = "sha256-Fgsw4ovq7PXqPF5ECVFJulrcHdsbRQsvy62DAr4RRr4=";
};
buildInputs = [ ncurses perl ];