gh-ost: 1.1.1 -> 1.1.2

This commit is contained in:
R. RyanTM 2021-06-18 05:29:16 +00:00 committed by Jonathan Ringer
parent bf95eaf623
commit fa34624701

View file

@ -2,13 +2,13 @@
buildGoPackage rec {
pname = "gh-ost";
version = "1.1.1";
version = "1.1.2";
src = fetchFromGitHub {
owner = "github";
repo = "gh-ost";
rev = "v${version}";
sha256 = "sha256-srJXzY4TTHZDYKq8OPqin4zRoYlmaJKhHXDzO/GjBV8=";
sha256 = "sha256-q1wtATFm65c2esQ+TPR2f+YafYeOmC79EumHyGxXrnE=";
};
goPackagePath = "github.com/github/gh-ost";