Unverified Commit 527cdec2 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

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

openvi: 7.4.26 -> 7.4.27
parents 23e336aa 980243d9
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,13 +7,13 @@

stdenv.mkDerivation rec {
  pname = "openvi";
  version = "7.4.26";
  version = "7.4.27";

  src = fetchFromGitHub {
    owner = "johnsonjh";
    repo = "OpenVi";
    rev = version;
    hash = "sha256-Fgsw4ovq7PXqPF5ECVFJulrcHdsbRQsvy62DAr4RRr4=";
    hash = "sha256-3cqe6woJvJt0ckI3aOhF0gARKy8VMCfWxIiiglkHBTo=";
  };

  buildInputs = [ ncurses perl ];