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
+2 -2
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 ];