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

openvi: 7.4.23 -> 7.4.24
This commit is contained in:
Weijia Wang 2023-10-17 23:22:03 +02:00 committed by GitHub
commit eceb6f2e20
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.23";
version = "7.4.24";
src = fetchFromGitHub {
owner = "johnsonjh";
repo = "OpenVi";
rev = version;
hash = "sha256-DwecSnByRkjBFqy3gWJ0+1srF2YsNACqKrAITn6wXJw=";
hash = "sha256-jfh82Ti8iVqsh7G9BnHbc3cQP8D9dGV71YJ28SBjjgA=";
};
buildInputs = [ ncurses perl ];