Merge pull request #270247 from r-ryantm/auto-update/openvi
openvi: 7.4.26 -> 7.4.27
This commit is contained in:
commit
527cdec28f
1 changed files with 2 additions and 2 deletions
|
@ -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 ];
|
||||
|
|
Loading…
Reference in a new issue