gh-ost: 1.1.4 -> 1.1.5

This commit is contained in:
R. Ryantm 2022-07-28 12:39:08 +00:00
parent 2d9b7cb5f0
commit bfb856696d

View File

@ -2,13 +2,13 @@
buildGoPackage rec {
pname = "gh-ost";
version = "1.1.4";
version = "1.1.5";
src = fetchFromGitHub {
owner = "github";
repo = "gh-ost";
rev = "v${version}";
sha256 = "sha256-HtLtwqPijOE19iJ2AUNAnyc2ujLPeH43HSg3QRBbKEg=";
sha256 = "sha256-FTWKbZ/32cr/BUI+jtV0HYlWDFz+R2YQd6ZSzilDj64=";
};
goPackagePath = "github.com/github/gh-ost";