check-mssql-health: 2.6.4.14 -> 2.6.4.15

This commit is contained in:
Peter Hoeg 2019-09-04 10:40:47 +08:00
parent 28abdeb448
commit 3ce644e683

View File

@ -53,8 +53,8 @@ let
in { in {
check-mssql-health = generic { check-mssql-health = generic {
pname = "check_mssql_health"; pname = "check_mssql_health";
version = "2.6.4.14"; version = "2.6.4.15";
sha256 = "0w6gybrs7imx169l8740s0ax3adya867fw0abrampx59mnsj5pm1"; sha256 = "12z0b3c2p18viy7s93r6bbl8fvgsqh80136d07118qhxshp1pwxg";
description = "Check plugin for Microsoft SQL Server."; description = "Check plugin for Microsoft SQL Server.";
buildInputs = [ perlPackages.DBDsybase ]; buildInputs = [ perlPackages.DBDsybase ];
}; };